Skip to main content

%DeepSee.extensions.utils.OLS

class %DeepSee.extensions.utils.OLS extends %Library.RegisteredObject

Method Inventory

Methods

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()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab