From eff67bf5d0f0c13162a8c4e2ec0dbd7043aba77a Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 6 Apr 2013 06:21:22 +0200 Subject: [PATCH] Doc: typos --- src/Numerics/Financial/AbsoluteReturnMeasures.cs | 2 +- src/Numerics/Integration/Integrate.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Numerics/Financial/AbsoluteReturnMeasures.cs b/src/Numerics/Financial/AbsoluteReturnMeasures.cs index 446c9e33..f86311b9 100644 --- a/src/Numerics/Financial/AbsoluteReturnMeasures.cs +++ b/src/Numerics/Financial/AbsoluteReturnMeasures.cs @@ -82,7 +82,7 @@ namespace MathNet.Numerics.Financial /// /// Average Loss or LossMean - /// This is a simple average (arithmetic mean) of the periods with a loss. It is calculated by summing the returns for loss periods (return < 0) + /// This is a simple average (arithmetic mean) of the periods with a loss. It is calculated by summing the returns for loss periods (return < 0) /// and then dividing the total by the number of loss periods. /// /// diff --git a/src/Numerics/Integration/Integrate.cs b/src/Numerics/Integration/Integrate.cs index cf6baae9..c3f414b0 100644 --- a/src/Numerics/Integration/Integrate.cs +++ b/src/Numerics/Integration/Integrate.cs @@ -44,7 +44,7 @@ namespace MathNet.Numerics.Integration private static readonly DoubleExponentialTransformation Det = new DoubleExponentialTransformation(); /// - /// Approximation of the definite interval of an analytic smooth function on a closed interval. + /// Approximation of the definite integral of an analytic smooth function on a closed interval. /// /// The analytic smooth function to integrate. /// Where the interval starts, inclusive and finite. @@ -65,7 +65,7 @@ namespace MathNet.Numerics.Integration } /// - /// Approximation of the definite interval of an analytic smooth function on a closed interval. + /// Approximation of the definite integral of an analytic smooth function on a closed interval. /// /// The analytic smooth function to integrate. /// Where the interval starts, inclusive and finite.