You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/LDamorosoWrapper.R
+56-6Lines changed: 56 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (C) 2013-2022 University of Amsterdam
2
+
# Copyright (C) 2013-2025 University of Amsterdam
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
@@ -15,15 +15,59 @@
15
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
#
17
17
18
-
# This is a generated file. Don't change it
18
+
# This is a generated file. Don't change it!
19
19
20
+
#' Amoroso
21
+
#'
22
+
#' @param andersonDarling, Displays the Anderson-Darling test
23
+
#' Defaults to \code{FALSE}.
24
+
#' @param cramerVonMisses, Displays the Cramér-von Mises test
25
+
#' Defaults to \code{FALSE}.
26
+
#' @param ecdf, Displays an empirical cumulative distribution plot of the selected variable.
27
+
#' Defaults to \code{FALSE}.
28
+
#' @param estCDF, Displays an empirical cumulative distribution plot overlayed with the cumulative distribution function of the fitted distribution
29
+
#' Defaults to \code{FALSE}.
30
+
#' @param estPDF, Displays a histogram of the selected variable overlayed with the probability density function of the fitted distribution
31
+
#' Defaults to \code{FALSE}.
32
+
#' @param highlightDensity, Highlights the probability density on the probability density plot and cumulative distribution plot at specified values of x
33
+
#' Defaults to \code{FALSE}.
34
+
#' @param highlightProbability, Highlights the probability in between the specified values of x in the density plot (area under the curve), and highlights the cumulative probability at the specified values in the cumulative distribution plot
35
+
#' Defaults to \code{FALSE}.
36
+
#' @param highlightType, Select the bounds of the interval to display: Density is highlighted at the lower and upper bounds, the probability is displayed for the specified interval.
37
+
#' \itemize{
38
+
#' \item \code{"minmax"}
39
+
#' \item \code{"upper"}
40
+
#' \item \code{"lower"}
41
+
#' }
42
+
#' @param histogram, Display a histogram of the selected variable with the number of specified bins.
43
+
#' Defaults to \code{FALSE}.
44
+
#' @param kolmogorovSmirnov, Displays the Kolmogorov-Smirnov test
45
+
#' Defaults to \code{FALSE}.
46
+
#' @param lillienfors, Displays the Lillienfors test
47
+
#' Defaults to \code{FALSE}.
48
+
#' @param methodMLE, Estimates the parameters by the values in the domain at which the likelihood function is maximized. The likelihood function fixes the data argument (based on the selected variable) in the theoretical density function and views it as a function of the parameters. The optimization procedure is initialized with the values for the parameters entered under "Show Distribution".
49
+
#' Defaults to \code{FALSE}.
50
+
#' @param min_x, Defines the limits of the x-axis of the probability density plot and cumulative distribution plot, and the limits of the y-axis of the quantile plot.
51
+
#' @param moments, Displays a table with the raw and central sample moments of the selected variable. Defaults to first 2 moments.
52
+
#' Defaults to \code{FALSE}.
53
+
#' @param newVariableName, Specify the name of the variable. Once filled, creates a column with samples drawn from the specified distribution in the current data set.
54
+
#' @param ppplot, Displays the probability-probability plot. The *x*-axis shows the theoretical value of the cumulative density function of the data points under the fitted distribution, the *y*-axis shows the empirical percentiles of the selected variable.
55
+
#' Defaults to \code{FALSE}.
56
+
#' @param qqplot, Displays the quantile-quantile plot. The *x*-axis shows the theoretical quantiles of the data points under the fitted distribution, the *y*-axis shows the empirical quantiles of the selected variable.
57
+
#' Defaults to \code{FALSE}.
58
+
#' @param sampleSize, Specify the number of samples.
59
+
#' @param shapiroWilk, Displays the Shapiro-Wilk test of normality
60
+
#' Defaults to \code{FALSE}.
61
+
#' @param summary, Displays a descriptive table of the selected variable.
Copy file name to clipboardExpand all lines: R/LDbernoulliWrapper.R
+34-6Lines changed: 34 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (C) 2013-2022 University of Amsterdam
2
+
# Copyright (C) 2013-2025 University of Amsterdam
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
@@ -15,11 +15,34 @@
15
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
#
17
17
18
-
# This is a generated file. Don't change it
18
+
# This is a generated file. Don't change it!
19
19
20
+
#' Bernoulli
21
+
#'
22
+
#' @param ecdf, Displays an empirical cumulative distribution plot of the selected variable.
23
+
#' Defaults to \code{FALSE}.
24
+
#' @param estCDF, Displays an empirical cumulative distribution plot overlayed with the cumulative distribution function of the fitted distribution
25
+
#' Defaults to \code{FALSE}.
26
+
#' @param estPMF, Displays a histogram of the selected variable overlayed with the probability density function of the fitted distribution
27
+
#' Defaults to \code{FALSE}.
28
+
#' @param histogram, Display a bar plot of the selected variable.
29
+
#' Defaults to \code{FALSE}.
30
+
#' @param methodMLE, Estimates the parameters by the values in the domain at which the likelihood function is maximized. The likelihood function fixes the data argument (based on the selected variable) in the theoretical density function and views it as a function of the parameters. The optimization procedure is initialized with the values for the parameters entered under "Show Distribution".
31
+
#' Defaults to \code{FALSE}.
32
+
#' @param moments, Displays a table with the raw and central sample moments of the selected variable. Defaults to first 2 moments.
33
+
#' Defaults to \code{FALSE}.
34
+
#' @param newVariableName, Specify the name of the variable. Once filled, creates a column with samples drawn from the specified distribution in the current data set.
35
+
#' @param ppplot, Displays the probability-probability plot. The *x*-axis shows the theoretical value of the cumulative density function of the data points under the fitted distribution, the *y*-axis shows the empirical percentiles of the selected variable.
36
+
#' Defaults to \code{FALSE}.
37
+
#' @param qqplot, Displays the quantile-quantile plot. The *x*-axis shows the theoretical quantiles of the data points under the fitted distribution, the *y*-axis shows the empirical quantiles of the selected variable.
38
+
#' Defaults to \code{FALSE}.
39
+
#' @param sampleSize, Specify the number of samples.
40
+
#' @param summary, Displays a descriptive table of the selected variable.
Copy file name to clipboardExpand all lines: R/LDbetaBinomialWrapper.R
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (C) 2013-2022 University of Amsterdam
2
+
# Copyright (C) 2013-2025 University of Amsterdam
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
@@ -15,13 +15,38 @@
15
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
#
17
17
18
-
# This is a generated file. Don't change it
18
+
# This is a generated file. Don't change it!
19
19
20
+
#' Beta-binomial
21
+
#'
22
+
#' @param chiSquare, Displays the chi-square goodness of fit test
23
+
#' Defaults to \code{FALSE}.
24
+
#' @param ecdf, Displays an empirical cumulative distribution plot of the selected variable.
25
+
#' Defaults to \code{FALSE}.
26
+
#' @param estCDF, Displays an empirical cumulative distribution plot overlayed with the cumulative distribution function of the fitted distribution
27
+
#' Defaults to \code{FALSE}.
28
+
#' @param estPMF, Displays a histogram of the selected variable overlayed with the probability density function of the fitted distribution
29
+
#' Defaults to \code{FALSE}.
30
+
#' @param histogram, Display a bar plot of the selected variable.
31
+
#' Defaults to \code{FALSE}.
32
+
#' @param methodMLE, Estimates the parameters by the values in the domain at which the likelihood function is maximized. The likelihood function fixes the data argument (based on the selected variable) in the theoretical density function and views it as a function of the parameters. The optimization procedure is initialized with the values for the parameters entered under "Show Distribution".
33
+
#' Defaults to \code{FALSE}.
34
+
#' @param moments, Displays a table with the raw and central sample moments of the selected variable. Defaults to first 2 moments.
35
+
#' Defaults to \code{FALSE}.
36
+
#' @param newVariableName, Specify the name of the variable. Once filled, creates a column with samples drawn from the specified distribution in the current data set.
37
+
#' @param ppplot, Displays the probability-probability plot. The *x*-axis shows the theoretical value of the cumulative density function of the data points under the fitted distribution, the *y*-axis shows the empirical percentiles of the selected variable.
38
+
#' Defaults to \code{FALSE}.
39
+
#' @param qqplot, Displays the quantile-quantile plot. The *x*-axis shows the theoretical quantiles of the data points under the fitted distribution, the *y*-axis shows the empirical quantiles of the selected variable.
40
+
#' Defaults to \code{FALSE}.
41
+
#' @param sampleSize, Specify the number of samples.
42
+
#' @param summary, Displays a descriptive table of the selected variable.
Copy file name to clipboardExpand all lines: R/LDbetaPrimeWrapper.R
+56-6Lines changed: 56 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (C) 2013-2022 University of Amsterdam
2
+
# Copyright (C) 2013-2025 University of Amsterdam
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
@@ -15,14 +15,58 @@
15
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
#
17
17
18
-
# This is a generated file. Don't change it
18
+
# This is a generated file. Don't change it!
19
19
20
+
#' Beta prime
21
+
#'
22
+
#' @param andersonDarling, Displays the Anderson-Darling test
23
+
#' Defaults to \code{FALSE}.
24
+
#' @param cramerVonMisses, Displays the Cramér-von Mises test
25
+
#' Defaults to \code{FALSE}.
26
+
#' @param ecdf, Displays an empirical cumulative distribution plot of the selected variable.
27
+
#' Defaults to \code{FALSE}.
28
+
#' @param estCDF, Displays an empirical cumulative distribution plot overlayed with the cumulative distribution function of the fitted distribution
29
+
#' Defaults to \code{FALSE}.
30
+
#' @param estPDF, Displays a histogram of the selected variable overlayed with the probability density function of the fitted distribution
31
+
#' Defaults to \code{FALSE}.
32
+
#' @param highlightDensity, Highlights the probability density on the probability density plot and cumulative distribution plot at specified values of x
33
+
#' Defaults to \code{FALSE}.
34
+
#' @param highlightProbability, Highlights the probability in between the specified values of x in the density plot (area under the curve), and highlights the cumulative probability at the specified values in the cumulative distribution plot
35
+
#' Defaults to \code{FALSE}.
36
+
#' @param highlightType, Select the bounds of the interval to display: Density is highlighted at the lower and upper bounds, the probability is displayed for the specified interval.
37
+
#' \itemize{
38
+
#' \item \code{"lower"}
39
+
#' \item \code{"minmax"}
40
+
#' \item \code{"upper"}
41
+
#' }
42
+
#' @param histogram, Display a histogram of the selected variable with the number of specified bins.
43
+
#' Defaults to \code{FALSE}.
44
+
#' @param kolmogorovSmirnov, Displays the Kolmogorov-Smirnov test
45
+
#' Defaults to \code{FALSE}.
46
+
#' @param lillienfors, Displays the Lillienfors test
47
+
#' Defaults to \code{FALSE}.
48
+
#' @param methodMLE, Estimates the parameters by the values in the domain at which the likelihood function is maximized. The likelihood function fixes the data argument (based on the selected variable) in the theoretical density function and views it as a function of the parameters. The optimization procedure is initialized with the values for the parameters entered under "Show Distribution".
49
+
#' Defaults to \code{FALSE}.
50
+
#' @param min_x, Defines the limits of the x-axis of the probability density plot and cumulative distribution plot, and the limits of the y-axis of the quantile plot.
51
+
#' @param moments, Displays a table with the raw and central sample moments of the selected variable. Defaults to first 2 moments.
52
+
#' Defaults to \code{FALSE}.
53
+
#' @param newVariableName, Specify the name of the variable. Once filled, creates a column with samples drawn from the specified distribution in the current data set.
54
+
#' @param ppplot, Displays the probability-probability plot. The *x*-axis shows the theoretical value of the cumulative density function of the data points under the fitted distribution, the *y*-axis shows the empirical percentiles of the selected variable.
55
+
#' Defaults to \code{FALSE}.
56
+
#' @param qqplot, Displays the quantile-quantile plot. The *x*-axis shows the theoretical quantiles of the data points under the fitted distribution, the *y*-axis shows the empirical quantiles of the selected variable.
57
+
#' Defaults to \code{FALSE}.
58
+
#' @param sampleSize, Specify the number of samples.
59
+
#' @param shapiroWilk, Displays the Shapiro-Wilk test of normality
60
+
#' Defaults to \code{FALSE}.
61
+
#' @param summary, Displays a descriptive table of the selected variable.
0 commit comments