class %DeepSee.extensions.utils.OLS
extends %RegisteredObject
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
4
|
|
|
|
|
classmethod OLS(rs As %ResultSet, i1 As %Integer, dim As %Integer, Output B, Output y0 As %Double, Output R As %Double)
as %Status
classmethod PolynomialRegression(ByRef X, ByRef Y, n As %Integer, m As %Integer, Output A)
as %Status
classmethod Test(n As %Integer = 10, err As %Double = 0.1)
classmethod Test2()