crp.CSFP: Main routine for CSFP-model

Description Usage Arguments Details Value See Also

Description

This is a summary of all methods you need during a complete run of the model (see details).

Usage

1
crp.CSFP(this, skip.read)

Arguments

this

object of class crp.CSFP

skip.read

logical, indicating if the read function should be executed. I.e. it defines is input data should be read from input path. Set this value to FALSE if the model is already fully initialized. If portfolio data are manipulated manually, for example by NEX(MyModel)=... and recalculation should be performed, skip.read should be set to FALSE.

Details

It executes the following methods in the given order.
read (if skip.read = TRUE, which is default)
plausi
calc.portfolio.statistics
loss.dist
measure
plot
rc.vares
rc.sd
export
If errors occur at read or plausi it stops. The state of plot.PDF and calc.rc are respected. During the computation, save.memory will be set to FALSE because of performance considerations. At the end, it will be switched back to the original state and all aftermath come into effect.

Value

Object of class crp.CSFP

See Also

read, plausi, calc.portfolio.statistics, loss.dist, measure, rc.vares, rc.sd, export, crp.CSFP-class,


crp.CSFP documentation built on May 1, 2019, 8:50 p.m.