2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 07:02:08 +00:00

added scale & location

[SVN r39036]
This commit is contained in:
Paul A. Bristow
2007-08-28 13:44:31 +00:00
parent bf6c7048d5
commit 193fb5bfcf

View File

@@ -19,8 +19,11 @@
// Construct:
normal_distribution(RealType mean = 0, RealType sd = 1);
// Accessors:
RealType mean()const;
RealType standard_deviation()const;
RealType mean()const; // location.
RealType standard_deviation()const; // scale.
// Synonyms, provided to allow generic use of find_location and find_scale.
RealType location()const;
RealType scale()const;
};
}} // namespaces