From 91a5834dd701211f929fd25419dc34561ce3b4e7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Feb 2025 09:15:20 +0100 Subject: Initialize dev docs --- docs/dev/reference/llhist.html | 123 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 docs/dev/reference/llhist.html (limited to 'docs/dev/reference/llhist.html') diff --git a/docs/dev/reference/llhist.html b/docs/dev/reference/llhist.html new file mode 100644 index 00000000..fca1f427 --- /dev/null +++ b/docs/dev/reference/llhist.html @@ -0,0 +1,123 @@ + +Plot the distribution of log likelihoods from multistart objects — llhist • mkin + Skip to contents + + +
+
+
+ +
+

Produces a histogram of log-likelihoods. In addition, the likelihood of the +original fit is shown as a red vertical line.

+
+ +
+

Usage

+
llhist(object, breaks = "Sturges", lpos = "topleft", main = "", ...)
+
+ +
+

Arguments

+ + +
object
+

The multistart object

+ + +
breaks
+

Passed to hist

+ + +
lpos
+

Positioning of the legend.

+ + +
main
+

Title of the plot

+ + +
...
+

Passed to hist

+ +
+
+

See also

+ +
+ +
+ + +
+ + + + + + + -- cgit v1.2.1