Skip to content

Commit e2487bf

Browse files
committed
fixing typo
1 parent 225a373 commit e2487bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.TimeSeries/ExtensionsCatalog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.ML
1010
public static class TimeSeriesCatalog
1111
{
1212
/// <summary>
13-
/// Create a new instance of <see cref="IidChangePointEstimator"/> that detects a change of in a indiependent identically distributed time series.
13+
/// Create a new instance of <see cref="IidChangePointEstimator"/> that detects a change of in a independent identically distributed time series.
1414
/// Detection is based on adaptive kernel density estimations and martingale scores.
1515
/// </summary>
1616
/// <param name="catalog">The transform's catalog.</param>
@@ -33,7 +33,7 @@ public static IidChangePointEstimator DetectIidChangePoint(this TransformsCatalo
3333
=> new IidChangePointEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnName, confidence, changeHistoryLength, inputColumnName, martingale, eps);
3434

3535
/// <summary>
36-
/// Create a new instance of <see cref="IidSpikeEstimator"/> that detects a spike in an indiependent identically distributed time series.
36+
/// Create a new instance of <see cref="IidSpikeEstimator"/> that detects a spike in an independent identically distributed time series.
3737
/// Detection is based on adaptive kernel density estimations and martingale scores.
3838
/// </summary>
3939
/// <param name="catalog">The transform's catalog.</param>

0 commit comments

Comments
 (0)