Displaying 1 result from an estimated 1 matches for "gumbelsim".
Did you mean:
gumbelfit
2010 Jan 07
1
Return values in fExtremes package
...it(). For example, in the following code, I would like to access 'mu' and 'beta' from the object 'para'. How should I go about doing this? Is there any generic method to access the object?
-----------------------------------
>library("fExtremes")
>ss <- gumbelSim(model = list(mu = 0, beta = 1), n = 1000, seed = NULL)
> para <- gumbelFit(ss)
> print(para)
Title:
Gumbel Parameter Estimation
Call:
gumbelFit(x = ss)
Estimation Type:
gum mle
Estimated Parameters:
mu beta
0.005449572 1.010874131
Description
Thu Jan 07 13:14...