Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / distributions / extreme_value.qbk
index affc509..26b110a 100644 (file)
@@ -43,11 +43,11 @@ Samuel Kotz & Saralees Nadarajah].
 
 The distribution has a PDF given by:
 
-f(x) = (1/scale) e[super -(x-location)/scale] e[super -e[super -(x-location)/scale]]
+[expression f(x) = (1/scale) e[super -(x-location)/scale] e[super -e[super -(x-location)/scale]]]
 
-Which in the standard case (scale = 1, location = 0) reduces to:
+which in the standard case (scale = 1, location = 0) reduces to:
 
-f(x) = e[super -x]e[super -e[super -x]]
+[expression f(x) = e[super -x]e[super -e[super -x]]]
 
 The following graph illustrates how the PDF varies with the location parameter:
 
@@ -108,7 +108,7 @@ In the following table:
 [[kurtosis excess][kurtosis - 3 or 12 / 5]]
 ]
 
-[endsect][/section:extreme_dist Extreme Value]
+[endsect] [/section:extreme_dist Extreme Value]
 
 [/ extreme_value.qbk
   Copyright 2006 John Maddock and Paul A. Bristow.