search for: mpl

Displaying 20 results from an estimated 83 matches for "mpl".

Did you mean: mcl
2003 Apr 30
1
mpl in spatstat
Hello all, I'm attempting to conduct spatial analysis of trees within a plot. I want to see if the trees are spatially correlated to soil characteristics, say pH, or moisture content. I think one way to do it is with mpl, however, my soil characteristics were not taken at exactly the same locations as my trees and further, the vectors aren't the same length. I'm getting the impression, largely from the error messages, that length matters, ie. they must be the same. In my case this is impossible. The exam...
2003 Dec 19
0
mpl and ppp
Hello. I'm trying to use mpl to compare one spatial pattern with soil variables. I have generated a surface trend for the soil variables and predicted their values for the x,y of my trees - that's fine. I have generated a 'ppp' for my tree data, but when I try to put the 2 together in mpl, I get the following err...
2019 Jun 14
2
Text-Extraction Libraries for Omindex
...oking at. The idea is to discuss the advantages and disadvantages of adding some of these libraries to Xapian. If anyone knows another library that could be add to the list it would be great! Libfreexl: * For Excel (.xls) * Last release: 2018-02 * Info: gaia-gis.it/fossil/freexl/index * License: MPL tri-license ============================== Libzip: * For zip archives(C library) * Last release 2018-04 * Info: libzip.org * License: 3-clause BSD Libzipios++: * For zip archives * Last release 2019-04 * Info: zipios.sourceforge.net * License: GNU Lesser General Public License (LGPL) I have bee...
2010 Jun 10
0
error message fitting tcopula
Hi r-users,   I really need help in fitting the t-copula.  I try to reproduce the example given by Jun Yan in “Enjoy the joy of copula” but I’m not sure how to correct the error based on the error message.  I tried so many ways but still could not get it working.   loglik.marg <- function(b, x) sum(dgamma(x, shape = b[1], scale = b[2], log = TRUE))   ctrl <- list(fnscale = -1)  ...
2010 Jun 10
0
error message in fitting tcopula
Hi r-users, I really need help in fitting the t-copula. I try to reproduce the example given by Jun Yan in "Enjoy the joy of copula" but I'm not sure how to correct the error based on the error message. I tried so many ways but still could not get it working. loglik.marg <- function(b, x) sum(dgamma(x, shape = b[1], scale = b[2], log = TRUE)) ctrl <- lis...
2004 May 11
1
Hypertext links in help files.
I've recently (finally!) installed R 1.9.0 on my laptop. Having done so I've encountered a mild problem with hypertext links from help files in add-on packages to ``native'' R functions. For example if I load the ``spatstat'' package, and ask for help on mpl(), I can see in the browser (I'm using mozilla) a link to glm(). When I click on this link I get an error message: The file /tmp/RtmpLqFtcQ/.R/library/base/html/glm.html cannot be found. Please check the location and try...
2020 Jan 09
0
Relicensing Xapian
...so want the licence to align with how we expect the community to work together. We want people to contribute back their changes so that everyone can benefit from them, and the Mozilla Public License seems a good fit for this - it's essentially file-scope copyleft: https://www.mozilla.org/en-US/MPL/2.0/FAQ/#copyleft-scope MPL should solve the compatibility problems such as those with PHP and OpenSSL I mentioned above. It's compatible with other commonly used licences (explicitly so for GPLv2+ via MPL ?3.3). And it's well known. We'd like to hear from you if you have problems d...
2018 Apr 21
2
Error : 'start' contains NA values when fitting frank copula
Hello! I am trying to fit a copula to some data in R and I get the error mentioned above. This is the code for a reproducible example - library(copula) data = matrix(data=runif(600),nrow=200,ncol=3) data[,2] = 2*data[,1] data[,3] = 3*data[,1] fr_cop = frankCopula(dim=3) fit_fr_cop = fitCopula(fr_cop,pobs(data),method = "mpl") #Error Here The error says : Error in fitCopula.ml(copula, u = data, method = method, start...
2010 Jul 07
2
how to define method for "+" function in a new class
Dear R developers, I have a new class, which I called "Molecule", and have tried to define = a "+" operation for 2 objects of this class. This is what I have written so far, although the method is not complete = (I'm trying to look at it at intermediate stages): setMethod( f=3D"+", signature(x=3D"Molecule",y=3D"Molecule"), definition=3Dfunction(x,y,...) { # Check both objects are correct...
2013 Feb 22
1
Issues with installing RBGL package
..._1_49_0 -fPIC -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c cliques.cpp -o cliques.o cliques.cpp:26:31: error: redefinition of 'p' as different kind of symbol std::pair<Edge, bool> p; ^ rbgl_trimmed_boost_1_49_0/boost/mpl/assert.hpp:149:42: note: previous definition is here BOOST_MPL_AUX_ASSERT_CONSTANT( bool, p = !p_type::value ); ^ rbgl_trimmed_boost_1_49_0/boost/mpl/assert.hpp:56:58: note: expanded from macro 'BOOST_MPL_AUX_ASSERT_CONSTANT' # define BOOST_MPL...
2009 Dec 10
1
question about centroid-linkage (cluster analysis)
...] -1 -2 [2,] -3 1 [3,] -4 2 [4,] -5 -6 [5,] 3 4 > Y.hc_c$height [1] 2.000000 1.914214 1.517428 2.000000 9.692575 So, from this it would appear that the distance between the last two clusters is 9.692575! How can it be? J Dr James Foadi PhD Membrane Protein Laboratory (MPL) Diamond Light Source Ltd Diamond House Harewell Science and Innovation Campus Chilton, Didcot Oxfordshire OX11 0DE Email : james.foadi at diamond.ac.uk Alt Email: j.foadi at imperial.ac.uk -- This e-mail and any attachments may contain confidential...{{dropped:8}}
2023 Mar 06
1
Release plans
The current plan for the next release series includes relicensing the C++ libxapian library in xapian-core as MPL. The remaining blockers for this are: * adding update support to the new honey backend (to replace glass) * adding support for RAM storage to honey (to replace inmemory) * moving some remote client and server code out of libxapian (or replacing it) I'm certainly still aiming to get these d...
2009 Nov 24
2
convex hull for cluster analysis
...I was expecting hull to give me a few 2D points that would enclose the 100 random points generated, but this doen't seem to be the case. Probably I'm using the wrong tool here. Any help with this would be greatly appreciated. Thank you. J Dr James Foadi PhD Membrane Protein Laboratory (MPL) Diamond Light Source Ltd Diamond House Harewell Science and Innovation Campus Chilton, Didcot Oxfordshire OX11 0DE Email : james.foadi at diamond.ac.uk Alt Email: j.foadi at imperial.ac.uk -- This e-mail and any attachments may contain confidential...{{dropped:8}}
2005 Oct 20
4
read.fwf doesn't work with header = TRUE (PR#8226)
Full_Name: Emmanuel Paradis Version: 2.1.1 OS: Linux Submission from: (NULL) (193.49.41.105) read.fwf(..., header = TRUE) does not work properly since: 1/ the original header is printed on the console and not in FILE; 2/ the different 'parts' of the header should be separated with tabs to work with the call to read.table. Here is a suggested fix for src/library/utils/R/read.fwf.R:
2018 Apr 21
0
Error : 'start' contains NA values when fitting frank copula
>>>>> Soumen Banerjee <soumen08 at gmail.com> >>>>> on Sat, 21 Apr 2018 17:22:56 +0800 writes: > Hello! I am trying to fit a copula to some data in R and > I get the error mentioned above. This is the code for a > reproducible example - (not really reproducible: You did not set the random seed, so the data is different every time; OTOH, yes, the following always gives an error) > library(copula) Slightly clearer showing what you are doing: x <- runif(200) data <- cbind(x, 2*x, 3*x) > fr_cop =...
2008 Oct 03
8
Flash Vorbis player
Hi, I wanted to let you know that I have just made available the sources to the ogg + vorbis implementation in haXe, which I've been working on for last couple of weeks. The code compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently...
2008 Oct 03
8
Flash Vorbis player
Hi, I wanted to let you know that I have just made available the sources to the ogg + vorbis implementation in haXe, which I've been working on for last couple of weeks. The code compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently...
2013 Feb 22
0
Issues with installing RBGL package
..._1_49_0 -fPIC -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -c cliques.cpp -o cliques.o cliques.cpp:26:31: error: redefinition of 'p' as different kind of symbol std::pair<Edge, bool> p; ^ rbgl_trimmed_boost_1_49_0/boost/mpl/assert.hpp:149:42: note: previous definition is here BOOST_MPL_AUX_ASSERT_CONSTANT( bool, p = !p_type::value ); ^ rbgl_trimmed_boost_1_49_0/boost/mpl/assert.hpp:56:58: note: expanded from macro 'BOOST_MPL_AUX_ASSERT_CONSTANT' # define BOOST_MPL...
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
...s or restricts the applicable version of this License or the recipients' rights hereunder." The GPL2 restricts the recipients rights in ways that the CDDL does not. I'm not able to find any information about actual court decisions about compatibility between GPL 2 or 3 and CDDL or MPL 1.1 (upon which CDDL was based). The FSF regards MPL 1.1 and CDDL as incompatible with GPL. If you and your lawyers disagree, you might end up as the first to establish a court precedent. Only you can decide for yourself if that is a risk you would like to undertake, and if the value of tes...
2010 Jul 23
1
greek letters in rgl plot3d
...(alpha),ylab="",zlab="",box=FALSE,alpha=0.5) The expression(alpha) appears as "alpha", rather than as a greek symbol. I suspect greek and mathematical symbols in general can be added to a plot3d in rgl. Is that true? J Dr James Foadi PhD Membrane Protein Laboratory (MPL) Diamond Light Source Ltd Diamond House Harewell Science and Innovation Campus Chilton, Didcot Oxfordshire OX11 0DE Email : james.foadi at diamond.ac.uk Alt Email: j.foadi at imperial.ac.uk -- This e-mail and any attachments may contain confidential...{{dropped:8}}