]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor documentation corrections
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 3 Aug 2018 16:23:14 +0000 (18:23 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Fri, 3 Aug 2018 16:23:14 +0000 (18:23 +0200)
54 files changed:
doc/en/snippets/APosterioriCorrelations.rst
doc/en/snippets/APosterioriCovariance.rst
doc/en/snippets/APosterioriStandardDeviations.rst
doc/en/snippets/APosterioriVariances.rst
doc/en/snippets/AmplitudeOfInitialDirection.rst
doc/en/snippets/Analysis.rst
doc/en/snippets/BMA.rst
doc/en/snippets/BoundsWithExtremes.rst
doc/en/snippets/BoundsWithNone.rst
doc/en/snippets/ConstrainedBy.rst
doc/en/snippets/CostDecrementTolerance.rst
doc/en/snippets/CostDecrementTolerance_6.rst
doc/en/snippets/CostFunctionJ.rst
doc/en/snippets/CostFunctionJAtCurrentOptimum.rst
doc/en/snippets/CostFunctionJb.rst
doc/en/snippets/CostFunctionJbAtCurrentOptimum.rst
doc/en/snippets/CostFunctionJo.rst
doc/en/snippets/CostFunctionJoAtCurrentOptimum.rst
doc/en/snippets/CurrentOptimum.rst
doc/en/snippets/CurrentState.rst
doc/en/snippets/EpsilonMinimumExponent.rst
doc/en/snippets/EstimationOf.rst
doc/en/snippets/GradientNormTolerance.rst
doc/en/snippets/IndexOfOptimum.rst
doc/en/snippets/InitialDirection.rst
doc/en/snippets/Innovation.rst
doc/en/snippets/InnovationAtCurrentState.rst
doc/en/snippets/MahalanobisConsistency.rst
doc/en/snippets/MaximumNumberOfFunctionEvaluations.rst
doc/en/snippets/MaximumNumberOfSteps.rst
doc/en/snippets/MaximumNumberOfSteps_50.rst
doc/en/snippets/Minimizer_DFO.rst
doc/en/snippets/NumberOfMembers.rst
doc/en/snippets/NumberOfPrintedDigits.rst
doc/en/snippets/NumberOfRepetition.rst
doc/en/snippets/NumberOfSamplesForQuantiles.rst
doc/en/snippets/OMA.rst
doc/en/snippets/OMB.rst
doc/en/snippets/ProjectedGradientTolerance.rst
doc/en/snippets/QualityCriterion.rst
doc/en/snippets/Quantile.rst
doc/en/snippets/Quantiles.rst
doc/en/snippets/Residu.rst
doc/en/snippets/SetDebug.rst
doc/en/snippets/SetSeed.rst
doc/en/snippets/SigmaBck2.rst
doc/en/snippets/SigmaObs2.rst
doc/en/snippets/SimulatedObservationAtBackground.rst
doc/en/snippets/SimulatedObservationAtCurrentOptimum.rst
doc/en/snippets/SimulatedObservationAtCurrentState.rst
doc/en/snippets/SimulatedObservationAtOptimum.rst
doc/en/snippets/SimulationForQuantiles.rst
doc/en/snippets/SimulationQuantiles.rst
doc/en/snippets/StateVariationTolerance.rst

index eba27eb188b81067db1341104d089c1fc1ae109a..9a56396a53276b933b369a0ff95d8aca04f79463 100644 (file)
@@ -5,5 +5,5 @@ APosterioriCorrelations
   matrix of the optimal state, coming from the :math:`\mathbf{A}*` covariance
   matrix.
 
-  Example :
+  Example:
   ``C = ADD.get("APosterioriCorrelations")[-1]``
index 5c13b590ce453b6bc8b59c1d0983a5a2cc0d9969..17d1193676a71abd9ed8f9be043e4fb10066554a 100644 (file)
@@ -4,5 +4,5 @@ APosterioriCovariance
   *List of matrices*. Each element is an *a posteriori* error covariance
   matrix :math:`\mathbf{A}*` of the optimal state.
 
-  Example :
+  Example:
   ``A = ADD.get("APosterioriCovariance")[-1]``
index 5ec2ddbef3908cbb2fbfc26cc1b85ee932745394..8d8684b016fa250e347f58b07a3eb3160d2aab0e 100644 (file)
@@ -5,5 +5,5 @@ APosterioriStandardDeviations
   errors diagonal matrix of the optimal state, coming from the
   :math:`\mathbf{A}*` covariance matrix.
 
-  Example :
+  Example:
   ``S = ADD.get("APosterioriStandardDeviations")[-1]``
index 89e31410b8a45f37ec11da841a10e272466b84ae..0105d05441ddbfd486f5f3f8c3940e691e4d1299 100644 (file)
@@ -5,5 +5,5 @@ APosterioriVariances
   errors diagonal matrix of the optimal state, coming from the
   :math:`\mathbf{A}*` covariance matrix.
 
-  Example :
+  Example:
   ``V = ADD.get("APosterioriVariances")[-1]``
index b473d1cdd521ed7ba40c86f5437513111504ca8e..b9a53e8d4504817d92d09117d17a74cea19b0ca4 100644 (file)
@@ -5,5 +5,5 @@ AmplitudeOfInitialDirection
   used for the directional derivative around the nominal checking point. The
   default is 1, that means no scaling.
 
-  Example :
+  Example:
   ``{"AmplitudeOfInitialDirection":0.5}``
index 1e1d9deb299a15f9d330192815a085a08037e6db..4592be43ab6225aa6bb28c001fe758e571a7f986 100644 (file)
@@ -5,5 +5,5 @@ Analysis
   :math:`\mathbf{x}*` in optimization or an analysis :math:`\mathbf{x}^a` in
   data assimilation.
 
-  Example :
+  Example:
   ``Xa = ADD.get("Analysis")[-1]``
index 69b0ec89966e5825bf60b3299ea5269c59f21439..60f334b1980a97de9d471bd1fab61026188930a9 100644 (file)
@@ -4,5 +4,5 @@ BMA
   *List of vectors*. Each element is a vector of difference between the
   background and the optimal state.
 
-  Example :
+  Example:
   ``bma = ADD.get("BMA")[-1]``
index cc7259e32ea1b4e02b1993810e3e6a9c3d27ee85..a1ebb34af69301e605160557e4e23fa9d335d7aa 100644 (file)
@@ -6,5 +6,5 @@ Bounds
   lower/upper bounds for each variable, with extreme values every time there
   is no bound (``None`` is not allowed when there is no bound).
 
-  Example :
+  Example:
   ``{"Bounds":[[2.,5.],[1.e-2,10.],[-30.,1.e99],[-1.e99,1.e99]]}``
index 1fb608cbd7787f8b33b5639cb79ce6c6e8c96d8e..d5f4d9bbae5acbef380576ff0597c98bbc535f9b 100644 (file)
@@ -7,5 +7,5 @@ Bounds
   there is no bound. The bounds can always be specified, but they are taken
   into account only by the constrained optimizers.
 
-  Example :
+  Example:
   ``{"Bounds":[[2.,5.],[1.e-2,10.],[-30.,None],[None,None]]}``
index e422edcc0a61a1040d49a4a9a78de340b8cd7d4a..67a123e746731f8d7ed5ff775e173b44b48b1154 100644 (file)
@@ -5,5 +5,5 @@ ConstrainedBy
   constraints. The only one available is the "EstimateProjection", which
   projects the current state estimate on the bounds constraints.
 
-  Example :
+  Example:
   ``{"ConstrainedBy":"EstimateProjection"}``
index e3846ef02b8824ab8a1237b831143bb045e291e9..588ec84a142e3f28c89debcac80426cf85a96b92 100644 (file)
@@ -6,5 +6,5 @@ CostDecrementTolerance
   this tolerance at the last step. The default is 1.e-7, and it is
   recommended to adapt it to the needs on real problems.
 
-  Example :
+  Example:
   ``{"CostDecrementTolerance":1.e-7}``
index 80db1b0c9ef6416925cb5aa918fbe409cca6a796..a62f212df0248c9ac6f498800abfbd239f360387 100644 (file)
@@ -6,4 +6,5 @@ CostDecrementTolerance
   this tolerance at the last step. The default is 1.e-6, and it is
   recommended to adapt it to the needs on real problems.
 
-  Example : ``{"CostDecrementTolerance":1.e-6}``
+  Example:
+  ``{"CostDecrementTolerance":1.e-6}``
index 17e479c1430ce491924b2aadaf40ddbcec041f6c..abaee4f13b8f23455de234904f9fc1cf17d9f0d3 100644 (file)
@@ -4,5 +4,5 @@ CostFunctionJ
   *List of values*. Each element is a value of the chosen error function
   :math:`J`.
 
-  Example :
+  Example:
   ``J = ADD.get("CostFunctionJ")[:]``
index 62b01c0525babab64f9190c910faaed214cdf2bf..23375949084ea65e80d9418d7a98cceb6ade40a0 100644 (file)
@@ -5,5 +5,5 @@ CostFunctionJAtCurrentOptimum
   At each step, the value corresponds to the optimal state found from the
   beginning.
 
-  Example :
+  Example:
   ``JACO = ADD.get("CostFunctionJAtCurrentOptimum")[:]``
index 14c586ac4cb19ecac6a265a569f1dec0ad3f2142..774186073f7911c29c8992c94e1440e3d67720e1 100644 (file)
@@ -5,5 +5,5 @@ CostFunctionJb
   that is of the background difference part. If this part does not exist in the
   error function, its value is zero.
 
-  Example :
+  Example:
   ``Jb = ADD.get("CostFunctionJb")[:]``
index 5dd8e5a696f8c35e4290475ed8c55e031836c92b..c1793460c2c884e561bd73c1359a614c8966feb5 100644 (file)
@@ -6,5 +6,5 @@ CostFunctionJbAtCurrentOptimum
   beginning. If this part does not exist in the error function, its value is
   zero.
 
-  Example :
+  Example:
   ``JbACO = ADD.get("CostFunctionJbAtCurrentOptimum")[:]``
index f18e35a7192ea6626181efb2cc677d5a96fb7b6b..2e91e14b4425f22d6b6aa60dedad2a56b2c281d7 100644 (file)
@@ -4,5 +4,5 @@ CostFunctionJo
   *List of values*. Each element is a value of the error function :math:`J^o`,
   that is of the observation difference part.
 
-  Example :
+  Example:
   ``Jo = ADD.get("CostFunctionJo")[:]``
index 27cd6e436fc9deac9ede775d351bc793a0556dd5..f60cef709f45a6c490a6e07189870c3f64f815d8 100644 (file)
@@ -5,5 +5,5 @@ CostFunctionJoAtCurrentOptimum
   that is of the observation difference part. At each step, the value
   corresponds to the optimal state found from the beginning.
 
-  Example :
+  Example:
   ``JoACO = ADD.get("CostFunctionJoAtCurrentOptimum")[:]``
index 7e92f5295eba1de641c392640bde1e9cecad3802..15ed0613b3191ab6494d68a8370e4575fde6cc24 100644 (file)
@@ -4,5 +4,5 @@ CurrentOptimum
   *List of vectors*. Each element is the optimal state obtained at the current
   step of the optimization algorithm. It is not necessarily the last state.
 
-  Example :
+  Example:
   ``Xo = ADD.get("CurrentOptimum")[:]``
index 37720a4545b6dd53f6099c8b3b92741a783c4f63..ae59499bd5eb1d3728a1b4456c809bca48aba0a6 100644 (file)
@@ -4,5 +4,5 @@ CurrentState
   *List of vectors*. Each element is a usual state vector used during the
   iterative algorithm procedure.
 
-  Example :
+  Example:
   ``Xs = ADD.get("CurrentState")[:]``
index bbe3158a215470e60f5844b7777afb2c5ce8005a..70ca756c800aa99bccd9cb7558bd8b37942f7007 100644 (file)
@@ -7,5 +7,5 @@ EpsilonMinimumExponent
   calculate the residue of the scalar product formula with a fixed increment
   multiplied from 1.e0 to 1.e-8.
 
-  Example :
+  Example:
   ``{"EpsilonMinimumExponent":-12}``
index a999b5409ed04aca67985bf29b2678cb59e186db..c5d0d2fe406f7ff31489ac06fb7a817930e9759e 100644 (file)
@@ -5,5 +5,5 @@ EstimationOf
   either state-estimation, with a value of "State", or parameter-estimation,
   with a value of "Parameters". The default choice is "State".
 
-  Example :
+  Example:
   ``{"EstimationOf":"Parameters"}``
index e77c7eedd210d6179c19dc566bb9e1188042aac8..80891c56065bcdf5ec5887b57dbf109167a4cbb1 100644 (file)
@@ -6,5 +6,5 @@ GradientNormTolerance
   limit. It is only used for non-constrained optimizers.  The default is
   1.e-5 and it is not recommended to change it.
 
-  Example :
+  Example:
   ``{"GradientNormTolerance":1.e-5}``
index 785b173e627467e87c1171fe8018c0da96e8cdb3..a330d2c49ce846004c75ac636ec1b44866f9f1b5 100644 (file)
@@ -5,5 +5,5 @@ IndexOfOptimum
   obtained at the current step the optimization algorithm. It is not
   necessarily the number of the last iteration.
 
-  Example :
+  Example:
   ``i = ADD.get("IndexOfOptimum")[-1]``
index b1df33d7dff5bf0ef06f9092679763408cce8092..1b18081d05f77e0450327bcdcc8b24ef9ebc50fc 100644 (file)
@@ -6,5 +6,5 @@ InitialDirection
   this direction defaults to a random perturbation around zero of the same
   vector size than the checking point.
 
-  Example :
+  Example:
   ``{"InitialDirection":[0.1,0.1,100.,3}``
index 5a09a99fd719945928efc1809e27cc89f76a953e..4d05e770c2491466d4894893d2696b06a90b994d 100644 (file)
@@ -5,5 +5,5 @@ Innovation
   the difference between the optimal and the background, and in dynamic the
   evolution increment.
 
-  Example :
+  Example:
   ``d = ADD.get("Innovation")[-1]``
index 0ace5808b892087a819aab5973ad1fb4db9ebff5..00c82e24b73e5a8bff7141283d4a3b5c377b6877 100644 (file)
@@ -3,5 +3,5 @@
 InnovationAtCurrentState
   *List of vectors*. Each element is an innovation vector at current state.
 
-  Example :
+  Example:
   ``ds = ADD.get("InnovationAtCurrentState")[-1]``
index 006b920ee916fed5eac7d854df56b13b7d0f51f8..a01f2a912d45160043e07de5f2fb5a249f27ff68 100644 (file)
@@ -4,5 +4,5 @@ MahalanobisConsistency
   *List of values*. Each element is a value of the Mahalanobis quality
   indicator.
 
-  Example :
+  Example:
   ``m = ADD.get("MahalanobisConsistency")[-1]``
index fbe814ba4b843b39a5f912a846be9b8e8ed21b3d..e94fdd048df3fd2d52d2699f07246cc0b12c4d49 100644 (file)
@@ -7,5 +7,5 @@ MaximumNumberOfFunctionEvaluations
   optimizers, the effective number of function evaluations can be slightly
   different of the limit due to algorithm internal control requirements.
 
-  Example :
+  Example:
   ``{"MaximumNumberOfFunctionEvaluations":50}``
index 1f67c8a707eaaa6563c094442769e87cfafb07d3..5272280c9526bd1b5f9266067c44fe400157c486 100644 (file)
@@ -8,5 +8,5 @@ MaximumNumberOfSteps
   slightly different of the limit due to algorithm internal control
   requirements.
 
-  Example :
+  Example:
   ``{"MaximumNumberOfSteps":100}``
index d64ae089b0113c059f2a5d064fcb319f541d68c1..e03f5bf105bf6c8fe5f34a2331610ed19ab6c313 100644 (file)
@@ -5,5 +5,5 @@ MaximumNumberOfSteps
   optimization. The default is 50, which is an arbitrary limit. It is then
   recommended to adapt this parameter to the needs on real problems.
 
-  Example :
+  Example:
   ``{"MaximumNumberOfSteps":50}``
index 9b59de85713b9c24f92f20702b04862f26be89ad..c2905ad8d678a512f8da3204d7c03a09acbee909 100644 (file)
@@ -14,5 +14,5 @@ Minimizer
   it is the outer loop limit than is controlled. If precise control on this
   cost function evaluation number is required, choose an another minimizer.
 
-  Example :
+  Example:
   ``{"Minimizer":"BOBYQA"}``
index 429af00d5b035536fbb4518414650492710cfccf..9410366091566798b36f1a8dfdd2581f7af670f8 100644 (file)
@@ -5,5 +5,5 @@ NumberOfMembers
   The default is 100, and it is recommended to adapt it to the needs on real
   problems.
 
-  Example :
+  Example:
   ``{"NumberOfMembers":100}``
index deb90773d1dabb5a63cb809dec50d3e200dc2c90..b8dcfc91557f6d519f6761b3c8c6be313453a8c7 100644 (file)
@@ -4,5 +4,5 @@ NumberOfPrintedDigits
   This key indicates the number of digits of precision for floating point
   printed output. The default is 5, with a minimum of 0.
 
-  Example :
+  Example:
   ``{"NumberOfPrintedDigits":5}``
index 55a05e7617480427b44f8e1bcdcb0c8adbb5538d..ca6f489dae4cd28f60358eaaf1ce2973a541fc7d 100644 (file)
@@ -4,5 +4,5 @@ NumberOfRepetition
   This key indicates the number of time to repeat the function evaluation. The
   default is 1.
 
-  Example :
+  Example:
   ``{"NumberOfRepetition":3}``
index a125f6417382b7f9ca56e302e2d30c641e660eb9..3568cce755dc2d602251a10b331486d6d0bad186 100644 (file)
@@ -7,5 +7,5 @@ NumberOfSamplesForQuantiles
   sufficient for correct estimation of common quantiles at 5%, 10%, 90% or
   95%.
 
-  Example :
+  Example:
   ``{"NumberOfSamplesForQuantiles":100}``
index fa3713a09e6401ab3686eee59c0ed9a6ff99a5ac..46091f4bdaa0a59eeafa25fabc393e33dacfced8 100644 (file)
@@ -4,5 +4,5 @@ OMA
   *List of vectors*. Each element is a vector of difference between the
   observation and the optimal state in the observation space.
 
-  Example :
+  Example:
   ``oma = ADD.get("OMA")[-1]``
index 163946bb9924d38e867acd8a5a57fdc2c5c75312..36299041d9fcaf3b571904f362db88232aeab259 100644 (file)
@@ -4,5 +4,5 @@ OMB
   *List of vectors*. Each element is a vector of difference between the
   observation and the background state in the observation space.
 
-  Example :
+  Example:
   ``omb = ADD.get("OMB")[-1]``
index 4f078ea25eb4badbd54e7b6ac26716a0d62b526c..2939c85f558435a52526df40513fe8251831d3d0 100644 (file)
@@ -7,5 +7,5 @@ ProjectedGradientTolerance
   -1, that is the internal default of each minimizer (generally 1.e-5), and it
   is not recommended to change it.
 
-  Example :
+  Example:
   ``{"ProjectedGradientTolerance":-1}``
index 2d5261a09a5e3ec2b65ca32adfccf82e47c47d1a..9147b6e1f6f723ef62977fc96294727179b4140d 100644 (file)
@@ -9,5 +9,5 @@ QualityCriterion
   "WeightedLeastSquares"<=>"WLS", "LeastSquares"<=>"LS"<=>"L2",
   "AbsoluteValue"<=>"L1", "MaximumError"<=>"ME"].
 
-  Example :
+  Example:
   ``{"QualityCriterion":"DA"}``
index 574c754461d23b53131d8e6a8c64d58f7c0427a8..ce9b3777323407e4501f93ff0dcfdc9b0abf4e1b 100644 (file)
@@ -4,5 +4,5 @@ Quantile
   This key allows to define the real value of the desired quantile, between
   0 and 1. The default is 0.5, corresponding to the median.
 
-  Example :
+  Example:
   ``{"Quantile":0.5}``
index f9c41c7e1bbdb9430b8cce390d5803c21860665b..beb99aceefd6a55fbf1e3d3d876e6667510e3bd5 100644 (file)
@@ -7,5 +7,5 @@ Quantiles
   This option is useful only if the supplementary calculation
   "SimulationQuantiles" has been chosen. The default is a void list.
 
-  Example :
+  Example:
   ``{"Quantiles":[0.1,0.9]}``
index feb8cd73f1abb5df4f820a8a22b0153d3ac9c5dd..7c875d82458463449820d08eb717208cac52f23e 100644 (file)
@@ -4,5 +4,5 @@ Residu
   *List of values*. Each element is the value of the particular residue
   verified during a checking algorithm, in the order of the tests.
 
-  Example :
+  Example:
   ``r = ADD.get("Residu")[:]``
index 36fd5a7a236a6e3338a96f58b5702fb83ceb9ae3..66d8b07d9fb1f33bd83b9c5e969afbb512ff59b2 100644 (file)
@@ -5,5 +5,5 @@ SetDebug
   function or operator evaluation. The default is "False", the choices are
   "True" or "False".
 
-  Example :
+  Example:
   ``{"SetDebug":False}``
index 16258cbf0d6fadc8e66fade2f743737af82e1fc0..e4fd764f8ebd9b4ab625d1142337d6ce0127a956 100644 (file)
@@ -8,5 +8,5 @@ SetSeed
   the reproducibility of results involving random samples, it is strongly
   advised to initialize the seed.
 
-  Example :
+  Example:
   ``{"SetSeed":1000}``
index fce70d925955d84209539cb2b96866c858d07faf..cb0626fedd6f3471dd7b821969976c6bfd110602 100644 (file)
@@ -4,5 +4,5 @@ SigmaBck2
   *List of values*. Each element is a value of the quality indicator
   :math:`(\sigma^b)^2` of the background part.
 
-  Example :
+  Example:
   ``sb2 = ADD.get("SigmaBck")[-1]``
index f05499f4809de7818140e3c6bde906c64c50f308..da88ad87d3edd2fdf9b65798827cd5f751a08b2e 100644 (file)
@@ -4,5 +4,5 @@ SigmaObs2
   *List of values*. Each element is a value of the quality indicator
   :math:`(\sigma^o)^2` of the observation part.
 
-  Example :
+  Example:
   ``so2 = ADD.get("SigmaObs")[-1]``
index 7cbb7bc4c1c8221fbf888ca57ba881e15d052803..79ea1d4b3cf408ecc2e4ce5f19acf8526d91a7ca 100644 (file)
@@ -6,5 +6,5 @@ SimulatedObservationAtBackground
   observation operator from the background :math:`\mathbf{x}^b`. It is the
   forecast from the background, and it is sometimes called "*Dry*".
 
-  Example :
+  Example:
   ``hxb = ADD.get("SimulatedObservationAtBackground")[-1]``
index 1e4d5a76df4c112e5f22ebaaba26ae6885cdb903..0459fd18ad3d803547ff2a77670fa5bb37b512ef 100644 (file)
@@ -5,5 +5,5 @@ SimulatedObservationAtCurrentOptimum
   the optimal state obtained at the current step the optimization algorithm,
   that is, in the observation space.
 
-  Example :
+  Example:
   ``hxo = ADD.get("SimulatedObservationAtCurrentOptimum")[-1]``
index e0616fc024734fa097c1738baa03f23beef75ae9..e4d704d4c9527430e2af9d8cf3e1a2b0383e33ed 100644 (file)
@@ -5,5 +5,5 @@ SimulatedObservationAtCurrentState
   observation operator from the current state, that is, in the observation
   space.
 
-  Example :
+  Example:
   ``hxs = ADD.get("SimulatedObservationAtCurrentState")[-1]``
index c10f5dafa547e9c851b1874b2cbb7d10ddc9030a..a3bc4cc8cb4325474e80ae5b2deb0a1b3094c0cf 100644 (file)
@@ -7,5 +7,5 @@ SimulatedObservationAtOptimum
   It is the forecast from the analysis or the optimal state, and it is
   sometimes called "*Forecast*".
 
-  Example :
+  Example:
   ``hxa = ADD.get("SimulatedObservationAtOptimum")[-1]``
index e446a4c64369b50343bf3c1927fdf5735177fff6..68f576c59c97538998ed9a8225451a59577a3ba4 100644 (file)
@@ -10,5 +10,5 @@ SimulationForQuantiles
   "SimulationQuantiles" has been chosen. The default value is "Linear", and
   the possible choices are "Linear" and "NonLinear".
 
-  Example :
+  Example:
   ``{"SimulationForQuantiles":"Linear"}``
index 188a641acd5a28d4c5c0fc8487f48186a61d90b5..da7132d55bda6b289f9f577a1fbe618d4a2a7ed9 100644 (file)
@@ -5,5 +5,5 @@ SimulationQuantiles
   state which realize the required quantile, in the same order than the
   quantiles values required by the user.
 
-  Example :
+  Example:
   ``sQuantiles = ADD.get("SimulationQuantiles")[:]``
index 9e2d774f66edb3c49d8a675a8cacafc47dc28a91..07309ad9cd30263f232215b44e23b66216b12a42 100644 (file)
@@ -5,5 +5,5 @@ StateVariationTolerance
   by convergence on the state.  The default is 1.e-4, and it is recommended to
   adapt it to the needs on real problems.
 
-  Example :
+  Example:
   ``{"StateVariationTolerance":1.e-4}``