Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%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