Best_t-class: Class '"Best_t"'

Best_t-classR Documentation

Class "Best_t"

Description

Class used to store the result of function ComputeBest_t.

Objects from the Class

Objects can be created by calls of the form new("Best_t", theta, nbt, tvec, detVal, convcode, ...), where the user can specify some/all of the inputs or call function ComputeBest_t.

Slots

theta:

Object of class "vector"; values of the 4 parameters.

nbt:

Object of class "vector"; number of points used in the minimisation.

tvec:

Object of class "list"; values of the best t-vectors.

detVal:

Object of class "vector"; values of the optimal determinant found after minimisation.

convcode:

Convergence code.

Methods

+

signature(e1 = "Best_t", e2 = "Best_t"): sum objects from class Best_t.

initialize

signature(.Object = "Best_t"): initialise an object from class Best_t as described above.

show

signature(object = "Best_t"): print a summary of the object.

See Also

ComputeBest_t


StableEstim documentation built on Aug. 7, 2022, 5:17 p.m.