Skip to content

Commit

Permalink
update docstrings Pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 12, 2024
1 parent 32f7ff4 commit 971e547
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Ahead.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ R"load_ahead <- try(library(ahead), silent = TRUE)"
dynrmf(y, h = 5, level = 95)
Dynamic regression model (see https://techtonique.r-universe.dev/ahead/doc/manual.html#dynrmf)
Dynamic regression model
(see https://techtonique.r-universe.dev/ahead/doc/manual.html#dynrmf)
# Details
For now, the function uses only Ridge regression with automatic selection of the
regularization parameter.
# Examples
```julia
using Ahead
val = Ahead.dynrmf([1,2,3,4,5,6,7,8,9,10], h = 5, level = 95)
Expand Down Expand Up @@ -115,14 +114,13 @@ end
)
Random Vector functional link (RVFL) nnetwork model with 2 regularization parameters
(see https://techtonique.r-universe.dev/ahead/doc/manual.html#ridge2f)
# Details
The model provides methods for uncertainty quantification, notably with predictive
simulations.
# Examples
```julia
using Ahead
using Distributions
Expand Down

0 comments on commit 971e547

Please sign in to comment.