Learn R Programming

OpVaR (version 1.2)

fitPlain: Fit plain distribution models

Description

Function for estimating the parameters of plain (non-spliced, non-mixing) distribution models

Usage

fitPlain(cell, family)

Arguments

cell

list containing the data in the component cell$Loss

family

distribution family

Value

Returns a sevdist object of type 'plain' with the given distribution fitted to the loss data.

Examples

Run this code
# NOT RUN {
data(lossdat)
fitPlain(lossdat[[1]],"lnorm")
# }

Run the code above in your browser using DataLab