From 71eeb0804a5c6715ffdfbdab58bd9b29624463d6 Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Mon, 17 Sep 2007 08:26:16 +0000 Subject: [PATCH] new stuff [SVN r39340] --- doc/distributions/find_location_and_scale.qbk | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/distributions/find_location_and_scale.qbk diff --git a/doc/distributions/find_location_and_scale.qbk b/doc/distributions/find_location_and_scale.qbk new file mode 100644 index 000000000..41cb926f4 --- /dev/null +++ b/doc/distributions/find_location_and_scale.qbk @@ -0,0 +1,32 @@ +[section:find_eg Find Location and Scale Examples] + +[section:find_location_eg Find Location (Mean) Example] +[import ../../example/find_location_example.cpp] +[find_location1] +[find_location2] +See [@../../example/find_location_example.cpp find_location_example.cpp] +for full source code: the program output looks like this: +[find_location_example_output] +[endsect] [/section:find_location_eg Find Location (Mean) Example] + +[section:find_scale_eg Find Scale (Standard Deviation) Example] +[import ../../example/find_scale_example.cpp] +[find_scale1] +[find_scale2] +See [@../../example/find_scale_example.cpp find_scale_example.cpp] +for full source code: the program output looks like this: +[find_scale_example_output] +[endsect] [/section:find_scale_eg Scale (Standard Deviation) Example] +[section:find_mean_and_sd_eg Find mean and standard deviation example] + +[import ../../example/find_mean_and_sd_normal.cpp] +[normal_std] +[normal_find_location_and_scale_eg] +See [@../../example/find_mean_and_sd_normal.cpp find_mean_and_sd_normal.cpp] +for full source code & appended program output. +[endsect] [/find_mean_and_sd_eg Find mean and standard deviation example] + +[endsect] [/section:find_eg Find Location and Scale Examples] + + +