Displaying 20 results from an estimated 168 matches for "darl".
Did you mean:
dark
2010 Jul 28
1
anderson-darling test
Hi,
I have the binned data (observed and generated from model) that I would like to
test using the anderson-darling goodness of fit test. But I'm not sure which
package in R to use.
I tried ad.test(...) but it does not recognise the test by Vito Ricci in FITTING
DISTRIBUTIONS WITH R
> ad.test(hist_hume_beec[,1],hist_hume_beec[,2])
Error: could not find function "ad.test"
I also tried s...
2007 May 18
0
Anderson-Darling GoF
Hi,
I'm not a statistician so sorry for possible trivial questions ...
I want to perform a GoF test on sample data against several distribution
(like Extreme Value, Phase Type, Pareto, ...).
Since I suspect a long-tailed behaviour on data I want to use
Anderson-Darling (AD) GoF test because it's well known it's more sensible to
tail data.
Looking at R packages the only AD test is the AD normality test ("ad.test")
in the "nortest" package. So I think this function is not for me since
long-tailed samples aren't normally distribui...
2007 May 18
0
Anderson-Darling GoF (re-sent)
Hi,
I'm not a statistician so sorry for possible trivial questions ...
I want to perform a GoF test on sample data against several distribution
(like Extreme Value, Phase Type, Pareto, ...).
Since I suspect a long-tailed behaviour on data I want to use
Anderson-Darling (AD) GoF test because it's well known it's more
sensible to tail data.
Looking at R packages the only AD test is the AD normality test
("ad.test") in the "nortest" package. So I think this function is not
for me since long-tailed samples aren't normally distri...
2009 Aug 29
1
Anderson-Darling (one sample)
Hi,
I would like to compute a goodness-of-fit statistic for one data
series against a t-distribution, and obtain the quantiles of the
distribution of the statistic with given degrees of freedom. I wonder
if this is implemented in a package.
I know that the critical values have to be computed for every
distribution, and this requires numerical integration typically. I
would prefer if I could get
2014 Dec 15
0
wonderful wat ches . order on the site. .best gift for darlings
luxury watches, + cheap and delivery. - http://goo.gl/7c5ASa
http://goo.gl/D8zJg4 http://goo.gl/Fmwzo2 ozzko ky jpmuf uievj
cx c edhs vdcb o itj
ky jxin nisbd awtbi nid nuyzv
el a beuj
2008 Jan 17
4
Asterisk desktop tools for OS X
...s anybody who is interested in this tool, please send me an
email as I am looking for people who can test the application for me
before we make a final release.
The code is already available via SVN and there are some really cool
and thoughtful features.
Thanks a lot.
--
"I never look back darling, it distracts from the now", Edna Mode (The
Incredibles)
2000 Mar 01
2
Help please..
Hello R-world,
I am facing a peculiar problem and hope someone out there
can comment on it.
In goodness-of-fit tests for evaluation of distributions,
there are three well-known methods:
1. Chi-square
2. Anderson-Darling
3. Kolmogorov-Sminrov
I am trying to use the second test. Many researchers have
reported results using this test. I wrote programs in C and
now in R to do this. I run into serious problems. I am
enclosing the R program and the outputs I get. My comments
are embedded in the program text itself....
2020 Jul 12
4
pedido de ayuda
Hace días escribí......creo que se perdió mi mensaje, voy de nuevo con mi pedido de ayuda...
Buenas, soy novata en R, estoy comenzando con RCmdr y quisiera saber si pudieran ayudarme dándome algunas pistas para bajar los paquetes que se necesitan para activar muchas de las funciones que aparecen en la pestaña de Análisis y empezar a aplicar algunos análisis.
Yo sé que tal vez se dediquen sólo a
2000 Aug 16
1
goodness of fit
Dear All,
Is there any modules to compute the chi-square goodness of fit ,
K.S. statistics and Anderson Darling nonparametric test and compre the
fitting of a class of distributions using these tests?
Thank you.
Osama Hussien
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", &q...
2006 May 23
1
problem with ad.test
dear experts,
i am a novice and have been trying to use the anderson-darling test
on a simple text file with one column of data.
i have followed the example in the manual to read from a file into a vector(mm).
i am able to see the summary stats with
>summary(mm)
however, when i try to use the ad.test package, it keeps coming up
with the following error messages,
>...
2010 Sep 02
1
Error: could not find function "ad.test"
Hi,
I'm trying to run an anderson-darling test for normality on a given variable
'Y':
ad.test(Y)
I think I need the 'nortest' package, but since it does not appear in any of
the Ubuntu repositories for 2.10.1, I am wondering if it goes by the name of
something else now?
Thanks
--
View this message in context: http:/...
2011 Jul 29
1
How to interpret Kolmogorov-Smirnov stats
...rint.test=TRUE)
Kolmogorov-Smirnov statistic: 0.06630064
Kolmogorov-Smirnov test: not rejected
The result of this test may be too conservative as it
assumes that the distribution parameters are known
Cramer-von Mises statistic: 0.3866663
Crame-von Mises test: not calculated
Anderson-Darling statistic: 2.820576
Anderson-Darling test: not calculated
So then what i did is I bootstrapped the data based on gathered parameters a
i b :
r_beta <- rbeta(378, 2.148779, 810.067515, ncp = 0);
ks.boot(vectNorm, r_beta, nboots=1000, alternative = c("two.sided", "less&quo...
2007 Jun 21
2
PHP 4.3.10 on CentOS 4 or CentOS 5
...sion 4.3.10 or above (4.3.x, but not PHP 5). The application we are
trying to run will not run on PHP 5.
CentOS 4.5 provides PHP 4.3.9, is there a quick an easy way to have
PHP 4.3.10 available on either CentOS 4.5 or CentOS 5
Any pointers will be greatly appreciated.
--
"I never look back darling, it distracts from the now", Edna Mode (The
Incredibles)
2001 Nov 10
2
Goodness-of-fit on Burr distributed data
I simulate a uniform data and then transformed into Burr(1,3,1) data,
which is of pdf:
f(x)=[3*(x^2)] / [(1+x^3)^2], x>0
How can I perform a goodness-of-fit test (k-s,
anderson-darling,chisq,cramer-von mises,...) on it (should highly accept)
to get test-statistics & p-values?
Thanks!
Sincerely,
Shelton Jin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &qu...
2004 Jun 02
0
idmap with w2k3 active directory ldap supported?
...t a
statement like this for every AD user:
[2004/06/02 02:40:51, 1] nsswitch/winbindd_user.c:winbindd_fill_pwent(50)
error getting user id for sid
S-1-5-21-1287777321-1459595337-1044068293-502
[2004/06/02 02:40:51, 1] nsswitch/winbindd_user.c:winbindd_getpwent(563)
could not lookup domain user darling
Do I need to create a special Idmap structure in my win2003 active
directory somehow or should winbindd create it automatically? Nothing
containing the text idmap currently appears in my win2k3 ldap.
Also, another strange thing I've noticed is that I can't successfully
remove the mach...
2013 Oct 08
2
Sessión a distancia
...rdpress.com/2013/09/13/proxima-reunio-3/>
del
grupo de usuarios de Barcelona (RugBcn -
http://rugbcn.wordpress.com/2013/09/13/proxima-reunio-3/) será
retransmitida a través de la red. Para aquellos que estéis interesados,
tenéis que conectaros a http://r-es.org/rugbcn-online, poner un “Nombre” y
darle al botón “unirse”.
Esperemos que os resulten interesantes!
Queremos agradecer a la Comunidad R Hispano <http://r-es.org/Comunidad> el
habernos cedido los medios para poder retransmitirla.
Aleix, RugBcn.
[[alternative HTML version deleted]]
2020 Nov 24
2
Cambiar nombre de topic en análisis LDA
Buenas tardes
Estoy haciendo un análisis LDA y me gustaría cambiar el nombre de los
topics a la hora de visualizarlos y en vez de que se llamen 1,2,3...darles
un nombre. ¿Es posible en este código?
lda22 <- LDA(reviews_dtm, k = 22, control = list(seed = 1234))
lda22 %>%
tidy() %>%
group_by(topic) %>%
top_n(10, beta) %>%
ungroup() %>%
mutate(term = reorder_within(term, beta, topic)) %>%
ggplot(aes(term, beta, fill = fa...
2010 Apr 19
2
Truncated Normal Distribution and Truncated Pareto distribution
...cated 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.
Please guide
Julia
************************************************
Only a man of Worth sees Worth in other men
************************************************
[[alternative HTML version deleted]]
2005 Jan 11
3
Kolmogorov-Smirnof test for lognormal distribution with estimated parameters
Hello all,
Would somebody be kind enough to show me how to do a KS test in R for a
lognormal distribution with ESTIMATED parameters. The R function
ks.test()says "the parameters specified must be prespecified and not
estimated from the data" Is there a way to correct this when one uses
estimated data?
Regards,
Kwabena.
--------------------------------------------
Kwabena Adusei-Poku
2005 Sep 09
2
test for exponential,lognormal and gammadistribution
hello!
i don't want to test my sample data for normality, but exponential- lognormal-
or gammadistribution.
as i've learnt the anderson-darling-test in R is only for normality and i am
not supposed to use the kolmogorov-smirnov test of R for parameter estimates
from sample data, is that true?
can you help me, how to do this anyway!
thank you very much!
nadja