create

fun create(a: Matrix? = null, method: PhiMatrixMethod = DEFAULT_METHOD): PhiMatrixEstimator

Creates a new instance of PhiMatrixEstimator using provided method.

Return

created instance

Parameters

a

Process equation matrix relating previous and predicted state in a time continuous space.

method

method to be used (either approximated or precise).