Displaying 3 results from an estimated 3 matches for "rlarg".
Did you mean:
rarg
2011 Nov 13
1
Myriam Saavedra M. Sc. Questions about maximun radius distance
...a part of the Congo Basic Forest.
In my thesis I used your spatial package in R, and today I'm doing a more deeper study about how we choise the r distance in Function F(). I would like to
be able to understand about value of rmaxdefault as:
ripley <- min(diff(W$xrange), diff(W$yrange))/4
rlarge <- if (!missing(lambda)) sqrt(1000/(pi * lambda)) else Inf
rmax <- min(rlarge, ripley)
For the ripley's calculation, I found your explanation in the internet but for the rlarge I couldn't find it. Could you explain why it is using the value inside of the sqrt (1000/(pi * lambda))....
2007 Apr 04
0
to findout maximized log likelihoods by using rlarg.fit (for several r order statistics)
Dear R helpers,
I need to find out maximized log likelihoods,
parameters estimates and standard errors (in
parentheses) of r largest-order statistics model, with
different values of r by using the function rlarg.fit.
I want to specify required number of order statistics
to the model. I attached my data file with this
mail.please help me.
Ruposh
--- r-help-request at stat.math.ethz.ch wrote:
> Send R-help mailing list submissions to
> r-help at stat.math.ethz.ch
>
> To subscribe or unsu...
2004 Jul 30
0
P-value from the joint cumulative distribution of an n-dimensional order statistic
...; library(DBI)
> library(RMySQL)
> library(ismev)
> drv <- dbDriver("MySQL")
> con <- dbConnect(drv, group = "mysql")
> ibd <- dbSendQuery(con, statement = paste("SELECT * FROM database") )
> ibddata <- fetch(ibd, n = -1)
> ibdfit <- rlarg.fit(ibddata[,-1])
>ibdfit
$trans
[1] FALSE
$model
$model[[1]]
NULL
$model[[2]]
NULL
$model[[3]]
NULL
$link
[1] "c(identity, identity, identity)"
$conv
[1] 1
$nllh
[1] -195.1587
$data
r1 r2 r3 r4 r5 r6
1 1.7430e-03 1.8390e-03...