LinRegPoint (MDX)
Returns the y-intercept of the linear regression ( y -> a * slice + b )
Parameters
Name | Type | Cardinality | Default value |
slice value (x) | numeric-expression | one | |
set-expression | one | ||
y values | numeric-expression | one | |
x values | numeric-expression | one |
Return
numeric-value
Description
Returns the y-intercept of the linear regression using least square estimator (Wikipedia).
y = a * x + b , returns y = a * sliceValue + b
See Also
LinRegIntercept LinRegPoint LinRegR2 LinRegSlope
Examples
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.