You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Types
>
Dew.Stats.TDeriveProc Type
Dew Stats for .NET
Example
Dew.Stats.TDeriveProc Type
An example of regression function and it's derivatives with respect to regression parameters:
private
void
SimplexParabolaDeriv(Dew.Stats.TRegresFun RegressFun,
double
x,
double
y,
TVec
Pars,
TVec
Grad); { Grad.Values[0] = x*x; Grad.Values[1] = x; Grad.Values[2] = 1.0; }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home