search for: distrsim

Displaying 20 results from an estimated 24 matches for "distrsim".

Did you mean: distrib
2005 Oct 22
0
after package reorganization: version 1.6 of package "distr" available; new packages "distrEx", "distrSim", "distrTEst", "RandVar"
After some reorganization, we would like to announce the availability on CRAN of a new version (1.6) of our package "distr" as well as the availabilty on CRAN of the new packages "distrEx", "distrSim", "distrTEst", "RandVar". ----------------------------------------------------------------------------------------- Changes from 1.5 to 1.6 -[former package "distr"] reorganization: we have split up our package distr into smaller units: * "distr" now...
2005 Oct 22
0
after package reorganization: version 1.6 of package "distr" available; new packages "distrEx", "distrSim", "distrTEst", "RandVar"
After some reorganization, we would like to announce the availability on CRAN of a new version (1.6) of our package "distr" as well as the availabilty on CRAN of the new packages "distrEx", "distrSim", "distrTEst", "RandVar". ----------------------------------------------------------------------------------------- Changes from 1.5 to 1.6 -[former package "distr"] reorganization: we have split up our package distr into smaller units: * "distr" now...
2006 Nov 28
0
New versions for the distr-family of packages, of startupmsg, and a new package "distrDoc"
We would like to announce the availability on CRAN of new versions of our packages "distr" (1.8), "distrEx" (0.4-4), "distrSim" (1.8), "distrTEst" (1.8), "startupmsg" (0.4) as well as a new package "distrDoc" (1.8) [all of them require R >= 2.2.0] ----------------------------------------------------------------------------------------- ********************************* Changes ********...
2006 Nov 28
0
New versions for the distr-family of packages, of startupmsg, and a new package "distrDoc"
We would like to announce the availability on CRAN of new versions of our packages "distr" (1.8), "distrEx" (0.4-4), "distrSim" (1.8), "distrTEst" (1.8), "startupmsg" (0.4) as well as a new package "distrDoc" (1.8) [all of them require R >= 2.2.0] ----------------------------------------------------------------------------------------- ********************************* Changes ********...
2005 Nov 01
4
S4 classes in existing packages
R-devel, I'm interested in looking at some examples of existing R packages that rely heavily on S4 classes to get a feel for varying styles and package organization techniques. Could you recommend any packages that might serve as a good starting point? Thanks in advance, Jeff
2005 Nov 01
4
S4 classes in existing packages
R-devel, I'm interested in looking at some examples of existing R packages that rely heavily on S4 classes to get a feel for varying styles and package organization techniques. Could you recommend any packages that might serve as a good starting point? Thanks in advance, Jeff
2007 Jul 30
0
New versions for the distr-family of packages and of package startupmsg
We would like to announce the availability on CRAN (with possibly a minor delay until on every mirror) of new versions of our packages in the "distrXXX"-family (version 1.9), i.e.; "distr", "distrEx", "distrSim", "distrTEst", and "distrDoc" as well as of package for managing startup messages, "startupmsg" (0.5). [all of them require R >= 2.2.0] ----------------------------------------------------------------------------------------- *****************************...
2007 Jul 30
0
New versions for the distr-family of packages and of package startupmsg
We would like to announce the availability on CRAN (with possibly a minor delay until on every mirror) of new versions of our packages in the "distrXXX"-family (version 1.9), i.e.; "distr", "distrEx", "distrSim", "distrTEst", and "distrDoc" as well as of package for managing startup messages, "startupmsg" (0.5). [all of them require R >= 2.2.0] ----------------------------------------------------------------------------------------- *****************************...
2008 May 21
2
\S4method in combination with "[" and "[<-"
...t new S4-methods for "[" and "[<-". We use this for other functions/methods and it works without any problem, but in case of "[" and "[<-" we didn't manage to bring this to work. The problem occurs in the development version of our package "distrSim" which can be found under http://r-forge.r-project.org/R/?group_id=87. The warning we obtain is Bad \usage lines found in documentation object 'Subsetting-methods': \S4method{[}{SeqDataFrames}(x, i, j, k, drop = FALSE) \S4method{[<-}{SeqDataFrames}(x, i, j, k, value) Of cour...
2006 May 12
0
New versions for the distr-family of packages, and a new package "startupmsg"
We would like to announce the availability on CRAN of new versions of our packages "distr" (1.7), "distrEx" (0.4-3), "distrSim" (1.7), "distrTEst" (1.7), as well as a new package "startupmsg" [all of them require R >= 2.2.0] ----------------------------------------------------------------------------------------- ************ new package "startupmsg" ***************** -----------------...
2006 May 12
0
New versions for the distr-family of packages, and a new package "startupmsg"
We would like to announce the availability on CRAN of new versions of our packages "distr" (1.7), "distrEx" (0.4-3), "distrSim" (1.7), "distrTEst" (1.7), as well as a new package "startupmsg" [all of them require R >= 2.2.0] ----------------------------------------------------------------------------------------- ************ new package "startupmsg" ***************** -----------------...
2009 Nov 23
0
new version of distr-family of packages
...sing function NEWS from package startupmsg i.e. NEWS("distr")). First of all a new package distrEllipse was added to the family which includes S4 classes and methods for elliptical symmetric distributions. ############################################## ## All packages (distr, distrEx, distrSim, distrTEst, distrTeach, ## distrMod, distrEllipse, distrDoc as well as ## startupmsg and SweaveListingUtils) ############################################## - TOBEDONE file was added as a starting point for collaborations. The file can be displayed v...
2011 Jan 26
0
New package versions for distr- and robast- families
...--------------------------------------------- ------------------------------------------------------------------------ New versions 2.3 of our distr-family of packages are now available on CRAN. (i.e.; startupmsg, SweaveListingUtils, distr, distrEx, distrDoc, distrEllipse, distrMod, distrSim, distrTEst, distrTeach) Most importantly, we have included: + a quasi-MC trick by Nataliya Horbenko to better produce image distributions under complicated, not necessarily monotone transformations + enhanced function qqplot + (enhanced) support for GEV distribution + new functional kMad + as...
2006 Apr 10
1
Generic code for simulating from a distribution.
Hello all, I have the code below to simulate samples of certain size from a particular distribution (here,beta distribution) and compute some statistics for the samples. betasim2<-function(nsim,n,alpha,beta) { sim<-matrix(rbeta(nsim*n,alpha,beta),ncol=n) xmean<-apply(sim,1,mean) xvar<-apply(sim,1,var) xmedian<-apply(sim,1,median)
2006 Mar 06
1
maximum likelihood estimate
Hi! Recently I try to find the method maximum likelihood for gamma,weibull,Pearson type III,Kappa Distribution, mixed exponential distribution, skew distribution. I have tried function ms() for gamma two parameters and weibull two parameters.It works but not for Pearson type III. I have problem to find the likelihood function for mixed exponential distribution and kappa distribution. So can
2009 Nov 23
0
new version of distr-family of packages
...sing function NEWS from package startupmsg i.e. NEWS("distr")). First of all a new package distrEllipse was added to the family which includes S4 classes and methods for elliptical symmetric distributions. ############################################## ## All packages (distr, distrEx, distrSim, distrTEst, distrTeach, ## distrMod, distrEllipse, distrDoc as well as ## startupmsg and SweaveListingUtils) ############################################## - TOBEDONE file was added as a starting point for collaborations. The file can be displayed v...
2011 Jan 26
0
New package versions for distr- and robast- families
...--------------------------------------------- ------------------------------------------------------------------------ New versions 2.3 of our distr-family of packages are now available on CRAN. (i.e.; startupmsg, SweaveListingUtils, distr, distrEx, distrDoc, distrEllipse, distrMod, distrSim, distrTEst, distrTeach) Most importantly, we have included: + a quasi-MC trick by Nataliya Horbenko to better produce image distributions under complicated, not necessarily monotone transformations + enhanced function qqplot + (enhanced) support for GEV distribution + new functional kMad + as...
2013 Feb 08
0
release 2.4 of distr-family of packages on CRAN
New versions 2.4 of our distr-family of packages are submitted to CRAN and will soon be available on all mirrors (i.e.; startupmsg, SweaveListingUtils, distr, distrEx, distrDoc, distrEllipse, distrMod, distrSim, distrTEst, distrTeach) In addition, there is a new package distrRmetrics with distr support for (some) distributions provided in the Rmetrics family of packages. For more details see the corresponding NEWS files in the pkgs, e.g. news(package = "distr") or NEWS("distr") [the...
2009 Apr 20
0
New versions for the distr-family of packages
...-------------------------------------------------------------- We would like to announce the availability on CRAN (with possibly a minor delay until on every mirror) of new versions of our packages in the "distr"-family (version 2.1), i.e.; "distr", "distrEx", "distrSim", "distrTEst", "distrDoc", "distrMod", and "distrTeach", as well as our supporting package "startupmsg" and the new (supporting) package "SweaveListingUtils". [all of them require R >= 2.6.0] For details, please also refer to t...
2009 Apr 20
0
New versions for the distr-family of packages
...-------------------------------------------------------------- We would like to announce the availability on CRAN (with possibly a minor delay until on every mirror) of new versions of our packages in the "distr"-family (version 2.1), i.e.; "distr", "distrEx", "distrSim", "distrTEst", "distrDoc", "distrMod", and "distrTeach", as well as our supporting package "startupmsg" and the new (supporting) package "SweaveListingUtils". [all of them require R >= 2.6.0] For details, please also refer to t...