search for: eta0

Displaying 2 results from an estimated 2 matches for "eta0".

Did you mean: eta
2005 Jul 19
1
integrate fails with errors
...sion, normalisation, root mean square, to find eta and beta fitting the weibull model (to analyse few results) and further when we will get more information apply bayes model . the problem is when When i try to integrate it fails with errors. by the way i like to integrate something like that : beta0,eta0,n are initialized as single integer, temp is a 1 dimension array containing 9 integer. integrate(function(beta) ((beta/(eta0)^beta)^n)*prod(temp^(1-beta)*exp(-sum(temp^beta)/(eta^beta)))*(1/(sqrt(2*pi))*exp(((beta-beta0)^2,0,Inf) R says : The longuest object isn't a multiple of the short...
2010 Dec 22
0
fdrtool help
...a vector of chisq p-values. I can get this command to work with some x, but not with others. When it does NOT work, I get the following screen output: > fdrtool(pvals$Chi2.pval, statistic="pvalue") Step 1... determine cutoff point Step 2... estimate parameters of null distribution and eta0 Step 3... compute p-values and estimate empirical PDF/CDF Error in pvt.isoMean(-rawslope, dx) : NA/NaN/Inf in foreign function call (arg 1) In addition: Warning message: Censored sample for null model estimation has only size 0 ! Range of my data: > min(pvals$Chi2.pval) [1] 0 > max(pvals...