Difference between revisions of "RegressionNoise"

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Multivariate Distribution Functions]]
+
[[Category: Distribution Functions]]
[[Category:Statistical Functions]]
+
[[Category: Statistical Functions]]
[[Category:Doc Status D]]
+
[[Category: Multivariate Distributions library functions]]
 +
[[Category: Doc Status D]]
  
= RegressionNoise(Y,B,I,K,C) =
+
== RegressionNoise(Y, B, I, K, ''C'') ==
  
When you have data, Y[I] and B[I,K], generated from an underlying model with unknown coefficients C[k] and S of the form:
+
When you have data, «Y[I]» and «B[I, K]», generated from an underlying model with unknown coefficients «C[K]» and «S» of the form:
  
Y = [[Sum]]( C*B, I) + [[Normal]](0,S)
+
:<code>Y = Sum(C*B, I) + Normal(0, S)</code>
  
This function computes an estimate for S by assuming that the sample noise is the same for each point in the data set.
+
This function computes an estimate for «S» by assuming that the sample noise is the same for each point in the data set.
  
When using in conjunction with [[RegressionDist]], it is most efficient to provide the optional parameter C to both routines, where C is the expected value of the regression coefficients, obtained from calling [[Regression]](Y,B,I,K).  Doing so avoids an unnecessary call to the builtin [[Regression]] function.
+
When using in conjunction with [[RegressionDist]], it is most efficient to provide the optional parameter «C» to both routines, where «C» is the expected value of the regression coefficients, obtained from calling [[Regression]](Y, B, I, K).  Doing so avoids an unnecessary call to the builtin [[Regression]] function.
  
= Library =
+
== Library ==
 +
Multivariate Distributions library functions ([[media:Multivariate Distributions.ana |Multivariate Distributions.ana]])
 +
:Use '''File &rarr; Add Library...''' to add this library
  
Multivariate Distributions.ana
+
== See Also ==
 
 
= See Also =
 
  
 
* [[RegressionDist]]
 
* [[RegressionDist]]
 
* [[RegressionFitProb]]
 
* [[RegressionFitProb]]
 
* [[Regression]]
 
* [[Regression]]
 +
* [[Multivariate distributions]]

Latest revision as of 00:37, 24 February 2016


RegressionNoise(Y, B, I, K, C)

When you have data, «Y[I]» and «B[I, K]», generated from an underlying model with unknown coefficients «C[K]» and «S» of the form:

Y = Sum(C*B, I) + Normal(0, S)

This function computes an estimate for «S» by assuming that the sample noise is the same for each point in the data set.

When using in conjunction with RegressionDist, it is most efficient to provide the optional parameter «C» to both routines, where «C» is the expected value of the regression coefficients, obtained from calling Regression(Y, B, I, K). Doing so avoids an unnecessary call to the builtin Regression function.

Library

Multivariate Distributions library functions (Multivariate Distributions.ana)

Use File → Add Library... to add this library

See Also

Comments


You are not allowed to post comments.