getB-exponentialmodelmoments-method: Getter method of 'exponentialmodelmoments' class.

Description Usage Arguments Value See Also Examples

Description

Returns the B slot.

Usage

1
2
## S4 method for signature 'exponentialmodelmoments'
getB(object)

Arguments

object

An exponentialmodelmoments object.

Value

The B slot of the object.

See Also

Examples

1
2
3
4
f_model <- model("exponential", par=list(lambda=c(0.3, 0.1)), 
                 weight=matrix(c(0.3, 0.7), nrow=1))
f_moments <- modelmoments(f_model)
getB(f_moments)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.