DocBook|Search
Class Reference
%DeepSee.extensions.utils.SimpleRegression
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [extensions] >  [utils] >  [SimpleRegression]
Private  Storage  

class %DeepSee.extensions.utils.SimpleRegression extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 4


Summary

Properties
Intercept N R Slope Sx
Sx2 Sxy Sy Sy2

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject add result test


Properties

• property Intercept as %Double;
• property N as %Integer;
• property R as %Double;
• property Slope as %Double;
• property Sx as %Double;
• property Sx2 as %Double;
• property Sxy as %Double;
• property Sy as %Double;
• property Sy2 as %Double;

Methods

• method add(x As %Double, y As %Double) as %Status
• method result(Output b As %Double, Output y0 As %Double, Output r As %Double) as %Status
• classmethod test(b As %Double = 1, a As %Double = 3, e As %Double = 0.1, n As %Integer = 100) as %Status