Skip to content

Commit 81c7f44

Browse files
committed
typos
1 parent 9e18e72 commit 81c7f44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AbstractHybridProblem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ optionally
1717
- `get_hybridproblem_cor_ends` (defaults to include all correlations: `(P=(1,), M=(1,))`)
1818
1919
The initial value of parameters to estimate is spread
20-
- `ϕg`: paramter of the MLapplicator: returned by `get_hybridproblem_MLapplicator`
20+
- `ϕg`: parameter of the MLapplicator: returned by `get_hybridproblem_MLapplicator`
2121
- `ζP`: mean of the PBmodel parameters: returned by `get_hybridproblem_par_templates`
2222
- `ϕunc`: additional parameters of the approximte posterior: returned by `get_hybridproblem_ϕunc`
2323
"""

src/cholesky.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ end
288288
get_cor_count(n_par::Integer)
289289
290290
Return number of correlation coefficients for a correlation matrix of size `(npar x npar)`
291-
With blocks starting a postions given with tuple `cor_ends`.
291+
With blocks starting a positions given with tuple `cor_ends`.
292292
"""
293293
function get_cor_count(cor_ends::AbstractVector)
294294
sum(get_cor_counts(cor_ends))

src/init_hybrid_params.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Returns a NamedTuple of
2020
parameters, e.g. `Stacked(elementwise(identity), elementwise(exp), elementwise(exp))`.
2121
Its the transformation froing from unconstrained to constrained space: θ = Tinv(ζ),
2222
because this direction is used much more often.
23-
- `ϕunc0` initial uncertainty parameters, ComponentVector wiht format of `init_hybrid_ϕunc.`
23+
- `ϕunc0` initial uncertainty parameters, ComponentVector with format of `init_hybrid_ϕunc.`
2424
"""
2525
function init_hybrid_params(θP::AbstractVector{FT}, θM::AbstractVector{FT},
2626
cor_ends::NamedTuple, ϕg::AbstractVector{FT}, n_batch;

0 commit comments

Comments
 (0)