Skip to content
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

fix WPI docs #251

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions src/datasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const AIR_PASSENGERS = joinpath(dirname(@__DIR__()), "datasets", "airpassengers.
The absolute path for the `INTERNET` dataset stored inside StateSpaceModels.jl.
This dataset provides the number of users logged on to an Internet server each minute over 100 minutes.

See more on SARIMA... under contruction

# References
* Durbin, James, & Siem Jan Koopman. (2012). "Time Series Analysis by State Space Methods:
Second Edition." Oxford University Press. (Chapter 9)
Expand All @@ -44,13 +42,7 @@ const INTERNET = joinpath(dirname(@__DIR__()), "datasets", "internet.csv")
@doc raw"""
WHOLESALE_PRICE_INDEX

The absolute path for the `INTERNET` dataset stored inside StateSpaceModels.jl.
This dataset provides the number of users logged on to an Internet server each minute over 100 minutes.

See more on SARIMA... under contruction

# References
* https://www.stata.com/manuals13/tsSARIMA.pdf
TODO
"""
const WHOLESALE_PRICE_INDEX = joinpath(
dirname(@__DIR__()), "datasets", "wholesalepriceindex.csv"
Expand Down Expand Up @@ -90,7 +82,7 @@ const FRONT_REAR_SEAT_KSI = joinpath(dirname(@__DIR__()), "datasets", "front_rea
@doc raw"""
RJ_TEMPERATURE

Weekly mean temperature in Rio de Janeiro in Kelvin.
Weekly mean temperature in Rio de Janeiro in Kelvin (K).
"""
const RJ_TEMPERATURE = joinpath(dirname(@__DIR__()), "datasets", "rj_temperature.csv")

Expand Down