compute_par: compute_par generic

Description Usage Arguments Methods (by class)

View source: R/model_fit.R

Description

returns the parameters of the fitted model given the information provided in newdata

Usage

 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)

Arguments

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.

Methods (by class)


thaos/FARg documentation built on May 25, 2019, 8:18 a.m.