Skip to content

Forecasting model framework for time series. #1900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jun 3, 2019
Prev Previous commit
Next Next commit
typo in doc.
  • Loading branch information
codemzs committed Jun 3, 2019
commit 9a1a840f297685b27a6580eb69605cc738c170e1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public struct GrowthRatio
private Double _growth;

/// <summary>
/// Time span of growth ratio. Must be strictly positibe.
/// Time span of growth ratio. Must be strictly positive.
/// </summary>
public int TimeSpan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use an int here? Why not use a TimeSpan type, which avoids any confusion about what unit this int is? seconds? Minutes? days?

{
Expand Down