Companion

object Companion

Properties

Link copied to clipboard

Default method used to instantiate estimators.

Link copied to clipboard
const val N_COLUMNS: Int = 9

Number of columns of A (Process equation matrix)

Link copied to clipboard
const val N_ROWS: Int = 9

Number of rows of A (Process equation matrix)

Functions

Link copied to clipboard
fun create(a: Matrix? = null, method: PhiMatrixMethod = DEFAULT_METHOD): PhiMatrixEstimator

Creates a new instance of PhiMatrixEstimator using provided method.