Changeset 618 for trunk/archive/pslib/include/psFunctions.h
- Timestamp:
- May 7, 2004, 3:06:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psFunctions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psFunctions.h
r355 r618 8 8 9 9 /** Evaluate a non-normalized Gaussian with the given mean and sigma at the given coordianate. Note that this 10 is not a Gaussian deviate. The evaluated Gaussian is: \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] */ 10 * is not a Gaussian deviate. The evaluated Gaussian is: 11 * \f[ 1/(\sqrt(2\pi)\sigma) exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] 12 */ 11 13 float 12 14 psGaussian(float x, ///< Value at which to evaluate
Note:
See TracChangeset
for help on using the changeset viewer.
