Description Usage Arguments Methods (by class)
returns the parameters of the fitted model given the information provided in newdata
1 2 3 4 5 6 7 8 9 10 | compute_par(object, newdata)
## S3 method for class 'gpd_fit'
compute_par(object, newdata)
## S3 method for class 'gev_fit'
compute_par(object, newdata)
## S3 method for class 'gauss_fit'
compute_par(object, newdata)
|
object |
object of class gauss_fit, gev_fit or gpd_fit. |
newdata |
data.frame giving the necessary information to compute the parameters of the fitted models at different times. |
gpd_fit
: returns the parameters of the fitted GPD at different times.
gev_fit
: returns the parameters of the fitted GEV at different times.
gauss_fit
: returns the parameters of the fitted Gaussian at different times.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.