search for: disribution

Displaying 17 results from an estimated 17 matches for "disribution".

Did you mean: distribution
2004 Apr 17
2
Is dovecot distributed with RHEL 3.0
I can't seem to find out if dovecot is packaged with RHEL 3.0. It seems redhat makes it hard to find what packages you get when you purchase their RHEL. Does anyone know if dovecot is disributed with Red Hat Enterprise Linux ES 3.0? I know dovecot is distribured with redhat 9.0 and fedora. Thanks, -- Avery
2003 Dec 26
2
OC curve in "Quality Control"
...? Or is there any statistical table available for this? -------------------------------------------- 2. Is there any direct procedure / package in R to find "permutation / combination"? -------------------------------------------- 3. Can i find Probability Density of "Hypergeometric Disribution" in R, given all values of the parameter? I can not find any table of Hypergeometric Disribution (if such tables are available on the internet, please let me know). -------------------------------------------- 4. Is there any way i can perform "Quality control" calculations (like...
2010 Apr 19
2
Truncated Normal Distribution and Truncated Pareto distribution
...pers, I have a bimodal dataset dealing with loss amounts. I have divided this dataset into two with the bounds for the first dataset i.e. dataset-A being 5,000$ to 100,000$ and the dataset-B deals with the losses exceeding 100,000$ i.e. dataset-B is left truncated. I need to fit truncated normal disribution to dataset - I having lower bound of 5000 and upper bound of 100,000. While I need to fit truncated Pareto for the lossess exceeding 100,000$. Is there any package in R which will guide me to fit these two distrubitions also giving KS (Kolmogorov Smirnov) test and Anderson Darling test results. P...
1998 Jan 19
2
R-beta: updating the library index / overriding compile options
.../etc/build-htmlpkglist echo "DONE" ############################################################################## It would also be good, if some of the compile options could be overridden in a "R INSTALL ..." call. Especially I'm using GNU Fortran when compiling the base R disribution, that means $src is set to "src". But g77 fails on some of the libraries. So I want to do "R INSTALL +docs src-c libname" for this library which sets $dir to "src-c". I would propose the following patch to includes these two options ("src" or "src-c&quo...
2016 Apr 17
2
R [coding : do not run for every row ]
i have combined all the variables in a matrix, and i wish to conduct a simulation row by row. But i found out the code only works for the every first row after a cycle of nine samples. But after check out the code, i don know where is my mistake... can anyone pls help .... #For gamma disribution with equal skewness 1.5 #to evaluate the same R function on many different sets of data library(parallel) nSims<-100 alpha<-0.05 #set nrow =nsims because wan storing every p-value simulated #for gamma distribution with equal skewness matrix2_equal <-matrix(0,nrow=nSims,ncol=3) matrix5_...
2016 Apr 18
0
R [coding : do not run for every row ]
...les in a matrix, and i wish to conduct a simulation row by row. > > But i found out the code only works for the every first row after a cycle of nine samples. > > But after check out the code, i don know where is my mistake... > > can anyone pls help .... > > > #For gamma disribution with equal skewness 1.5 > > #to evaluate the same R function on many different sets of data > library(parallel) > > nSims<-100 > alpha<-0.05 > > #set nrow =nsims because wan storing every p-value simulated > #for gamma distribution with equal skewness > matrix2_e...
2013 Jan 09
3
E17 on CentOS6?
Hello there, does anyone have experience setting up Enlightenment E17 on a CentOS6 system? I know that the RPM's are available from: http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/CentOS_CentOS-6/x86_64/ but don't have a single clue about how to switch from my GNOME desktop to it once installed. Regards, -- wwp -------------- next part -------------- A
2005 Aug 10
2
Exponential, Weibull and log-logistic distributions in glm()
...fully to survival data. I have data on some cell parameters, which show cell vitality. These data are highly skewed and I have therefore modeled them via log-normal and gamma in glm(). Based on deviance residuals, gamma seems to fit better. By the way, are there any other means of chosing the right disribution for GLM? However, some references from field of this data suggested that Weibull might be better and I would like to try this, as well as with exponential and log-logistic. Of course, author in that paper did not say how they performed the analyses, but I guess they took each group (several group...
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...much > .But the for loop only able to function for scale parameter 1 .I try to > apply another for loop for the scale parameter, but the output become > worsen, as the simulation will even get hang. all of the output is 100. > Please, could you give me some advice ? > > #For gamma disribution with equal skewness 1.5 > rm(list=ls()) > nSims<-100 > alpha<-0.05 > > #here we declare the random seed generator > set.seed(3) > > ## Put the samples sizes into matrix then use a loop for sample sizes > sample_sizes<-matrix(c(10,10,10,25,25,25,25,50,25,100,50,25...
2016 Apr 18
3
R [coding : do not run for every row ]
...les in a matrix, and i wish to conduct a simulation row by row. > > But i found out the code only works for the every first row after a cycle of nine samples. > > But after check out the code, i don know where is my mistake... > > can anyone pls help .... > > > #For gamma disribution with equal skewness 1.5 > > #to evaluate the same R function on many different sets of data > library(parallel) > > nSims<-100 > alpha<-0.05 > > #set nrow =nsims because wan storing every p-value simulated > #for gamma distribution with equal skewness > matrix2_e...
2006 Jan 26
2
Using Centos
We need to resell systems that run commercial software on Linux. We were using Red Hat ES 3 originally. But we later realize that we cannot redistribute RHES without paying them huge subscription fee because of the trademark. I came across CentOS from WBEL mailing list. This looks like a godsend to me. I have some questions regarding CentOS. I would appreciate it if someone can provide me the
2016 Apr 19
0
problem on simulation code (the loop unable to function effectively)
...function for scale parameter 1 .I try to >>> apply another for loop for the scale parameter, but the output become >>> worsen, as the simulation will even get hang. all of the output is 100. >>> Please, could you give me some advice ? >>> >>> #For gamma disribution with equal skewness 1.5 >>> rm(list=ls()) >>> nSims<-100 >>> alpha<-0.05 >>> >>> #here we declare the random seed generator >>> set.seed(3) >>> >>> ## Put the samples sizes into matrix then use a loop for sample sizes &gt...
2016 Apr 18
0
R [coding : do not run for every row ]
...> But i found out the code only works for the every first row after a cycle >>> of nine samples. >>> >>> But after check out the code, i don know where is my mistake... >>> >>> can anyone pls help .... >>> >>> >>> #For gamma disribution with equal skewness 1.5 >>> >>> #to evaluate the same R function on many different sets of data >>> library(parallel) >>> >>> nSims<-100 >>> alpha<-0.05 >>> >>> #set nrow =nsims because wan storing every p-value simulated...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...It is too bad it only is available on the Windows build. I think it would be a good thing to have on the non-Windows builds also. They use 'svn info' instead, which does not tell you that the local version is not the standard one. If we did that on all platforms then we could check the disribution by checking that !is.na(as.integer(svn$"svn rev")). It might also be nice to include the output of 'svn diff' in the distribution so a user or tester could see how this version was different than the official one. > On 29/04/2008 2:30 PM, bill at insightful.com wrote: > &g...
2016 Apr 18
0
R [coding : do not run for every row ]
...lation row by row. >> >> But i found out the code only works for the every first row after a cycle >> of nine samples. >> >> But after check out the code, i don know where is my mistake... >> >> can anyone pls help .... >> >> >> #For gamma disribution with equal skewness 1.5 >> >> #to evaluate the same R function on many different sets of data >> library(parallel) >> >> nSims<-100 >> alpha<-0.05 >> >> #set nrow =nsims because wan storing every p-value simulated >> #for gamma distributio...
2016 Sep 28
4
Upgrading samba from source over debian packages
On 2016-09-28 01:04, Marc Muehlfeld via samba wrote: > Hi, > > Am 27.09.2016 um 21:14 schrieb Elias Pereira via samba: > >> Maybe, it would be nice to put on the wiki that step regarding uninstall >> the old packages version. I believe that a good portion of users unaware >> that step. :) > > I only can add a general and installation, because distros have
2006 Apr 19
9
I am surprised (and a little irritated)
I have started with using R on Windows, and I am really happy about the system. Now, one of my other ambitions is to learn how to use Linux, so yesterday I downloaded OpenSuse and installed that. The next problem was to try to use R with Linux. And there I met the wall. I've understood that RPM's are somewhat like installing programs on Windows, so that was downloaded and started