Skip to content

Commit

Permalink
ref plot_profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Dec 21, 2022
1 parent 4daff7e commit 53cca04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ProfileLikelihood"
uuid = "3fca794e-44fa-49a6-b6a0-8cd45572ba0a"
authors = ["DanielVandH <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
ProfileLikelihood = "3fca794e-44fa-49a6-b6a0-8cd45572ba0a"
3 changes: 2 additions & 1 deletion src/profile_likelihood.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const dict_lock = ReentrantLock()
Computes profile likelihoods for the parameters from a likelihood problem `prob` with MLEs `sol`.
See also [`replace_profile!`](@ref) which allows you to re-profile a parameter in case you are not satisfied with
the results.
the results. For plotting, see the `plot_profiles` function (requires that you have loaded CairoMakie.jl and
LaTeXStrings.jl to access the function).
# Arguments
- `prob::LikelihoodProblem`: The [`LikelihoodProblem`](@ref).
Expand Down

0 comments on commit 53cca04

Please sign in to comment.