Skip to main content

%DeepSee.extensions.Statistics

Class %DeepSee.extensions.Statistics [ System = 4 ]

This class defines some common statistical functions to use in DeepSee

The Following tags are defined here:

  • dsstat:variance Takes two attributes:
    • sourceProperty. Defines a measure that represents variance for the source property defined.
    • stderr possible values true/false. If true then another measure representing standard error of the mean is added.
      Example: <dsstat:variance sourceProperty = "Value" stderr="true"/>
  • dsstat:regression Creates 3 measures for simple linear regression between two properties. Takes two attributes:
    • sourceProperty1
    • sourceProperty2
      For example the following tag: <dsstat:regression sourceProperty1 = "LandArea" sourceProperty2 = "Value"/> creates 3 measures:
    • LivingAreaValue Correlation
    • LivingAreaValue Slope
    • LivingAreaValue Intercept Note: dsstat:regression tag requires variance to be defined for both properties.

Parameters

TRANSFORMXSL

Parameter TRANSFORMXSL = "Statistics";

This paramter is used to transform original cube definition. If it is defined in subcalss then the cube definition is piped through XSLT transformation. XSL is taken from XData block named in this paramter.

XDatas

Statistics

XData Statistics