Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / distributions / find_location_and_scale.qbk
1 [section:find_eg Find Location and Scale Examples]
2
3 [section:find_location_eg Find Location (Mean) Example]
4 [import ../../example/find_location_example.cpp]
5 [find_location1]
6 [find_location2]
7 See [@../../example/find_location_example.cpp find_location_example.cpp]
8 for full source code: the program output looks like this:
9 [find_location_example_output]
10 [endsect] [/section:find_location_eg Find Location (Mean) Example]
11
12 [section:find_scale_eg Find Scale (Standard Deviation) Example]
13 [import ../../example/find_scale_example.cpp]
14 [find_scale1]
15 [find_scale2]
16 See [@../../example/find_scale_example.cpp find_scale_example.cpp]
17 for full source code: the program output looks like this:
18 [find_scale_example_output]
19 [endsect] [/section:find_scale_eg Scale (Standard Deviation) Example]
20 [section:find_mean_and_sd_eg Find mean and standard deviation example]
21
22 [import ../../example/find_mean_and_sd_normal.cpp]
23 [normal_std]
24 [normal_find_location_and_scale_eg]
25 See [@../../example/find_mean_and_sd_normal.cpp find_mean_and_sd_normal.cpp]
26 for full source code & appended program output.
27 [endsect] [/find_mean_and_sd_eg Find mean and standard deviation example]
28
29 [endsect] [/section:find_eg Find Location and Scale Examples]
30
31 [/ 
32   Copyright 2006 John Maddock and Paul A. Bristow.
33   Distributed under the Boost Software License, Version 1.0.
34   (See accompanying file LICENSE_1_0.txt or copy at
35   http://www.boost.org/LICENSE_1_0.txt).
36 ]
37