You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Types
>
Dew.Stats.TRegressFun Type
Dew Stats for .NET
Example
Dew.Stats.TRegressFun Type
"Eckerle4" function from NIST files:
private
double
Eckerle4(
TVec
B,
double
x) {
double
sqrterm = (x-B[2])/B[1])*(x-B[2])/B[1]);
return
B[0]/B[1] * Math.Exp(-0.5*(sqrterm)); }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home