Package truncgof. R topics documented: February 20, 2015

Size: px
Start display at page:

Download "Package truncgof. R topics documented: February 20, 2015"

Transcription

1 Type Package Title GoF tests allowing for left truncated data Version Date Author Thomas Wolter Package truncgof February 20, 2015 Maintainer Renato Vitolo Depends R (>= 2.4.0),MASS Goodness-of-fit tests and some adjusted eploratory tools allowing for left truncated data License GPL (>= 2) Repository CRAN Date/Publication :11:28 NeedsCompilation yes R topics documented: ad.test ad2.test ad2up.test adup.test cdens dplot edf ks.test mctest qplot v.test w2.test Inde 19 1

2 2 ad.test ad.test Supremum Class Anderson-Darling test Supremum class version of the Anderson-Darling test providing a comparison of a fitted distribution with the empirical distribution. ad.test(,, fit, = NA, alternative = c("two.sided", "less", "greater"), sim = 100, tol = 1e-04, estfun = NA) fit alternative sim tol estfun a numeric vector of data values character string naming the null distribution function list of null distribution parameters indicates the alternative hypothesis and must be one of "two.sided" (default), "less", or "greater". Initial letter must be specified only. maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation stops an function as character string or NA (default). See mctest. The supremum class Anderson-Darling test compares the null distribution with the empirical distribution of the observed data. The test statistic is given by AD + = n sup{ z + j n (1 z ) z j j (zj z )(1 z j ) } AD = n sup{ z j (z + j 1 n (1 z )) } j (zj z )(1 z j ) AD = ma{ad +, AD }. with z = F θ () and z j = F θ ( j ), where 1,..., n are the ordered data values. ere, F θ is the null distribution.

3 ad2.test 3 A list with class "mchtest" containing the following components statistic treshold p.value data.name method alternative sim.no the value of the Supremum Class Anderson-Darling statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Supremum Class Anderson-Darling test" the alternative number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara ks.test, v.test, adup.test for other supremum class tests and ad2.test, ad2up.test, w2.test for quadratic class tests. For more details see mctest. c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample ad.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10) ad2.test Quadratic Class Anderson-Darling test Quadratic class Anderson-Darling test providing a comparison of a fitted distribution with the empirical distribution. ad2.test(,, fit, = NA, sim = 100, tol = 1e-04, estfun = NA)

4 4 ad2.test fit sim tol estfun a numeric vector of data values character string naming the null distribution list of null distribution parameters maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation is discontinued an function as character string or NA (default). See mctest. The Anderson-Darling test compares the null distribution with the empirical distribution function of the observed data, where left truncated data samples are allowed. The test statistic is given by AD 2 = n + 2n log(1 z ) 1 n n (1 + 2(n j)) log(1 z j ) + 1 n j=1 n (1 2j) log(z j z ) j=1 with z = F θ () and z j = F θ ( j ), where 1,..., n are the ordered data values. ere, F θ is the null distribution. A list with class "mchtest" containing the following components statistic treshold p.value data.name method sim.no the value of the Quadratic Class Anderson-Darling statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Quadratic Class Anderson-Darling test" number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara ad2up.test, w2.test for other quadratic class tests and ks.test, v.test, adup.test, ad.test for supremum class tests. For more details see mctest.

5 ad2up.test 5 c <- rlnorm(1000, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample ad2.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10) ad2up.test Quadratic Class Upper Tail Anderson-Darling test Quadratic Class Upper Tail Anderson-Darling test providing a comparison of a fitted distribution with the empirical distribution. ad2up.test(,, fit, = NA, sim = 100, tol = 1e-04, estfun = NA) fit sim tol estfun a numeric vector of data values character string naming the null distribution list of null distribution parameters maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation is discontinued an function as character string or NA (default). See mctest. The Anderson-Darling test compares the null distribution with the empirical distribution function of the observed data, where left truncated data samples are allowed. The test statistic is given by AD 2 up = 2n log(1 z ) + 2 n j=1 log(1 z j ) + 1 z n n 1 (1 + 2(n j)) 1 z j j=1 with z = F θ () and z j = F θ ( j ), where 1,..., n are the ordered data values. ere, F θ is the null distribution.

6 6 adup.test A list with class "mchtest" containing the following components statistic treshold p.value data.name method sim.no the value of the Quadratic Class Upper Tail Anderson-Darling statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Quadratic Class Upper Tail Anderson-Darling Test" number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara ad2.test, w2.test for other quadratic class tests and ks.test, v.test, adup.test, ad.test for supremum class tests. For more details see mctest. c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample ad2up.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10) adup.test Supremum Class Upper Tail Anderson-Darling test Supremum class version of the Upper Tail Anderson-Darling test providing a comparison of a fitted distribution with the empirical distribution. adup.test(,, fit, = NA, alternative = c("two.sided", "less", "greater"), sim = 100, tol = 1e-04, estfun = NA)

7 adup.test 7 fit alternative sim tol estfun a numeric vector of data values character string naming the null distribution list of null distribution parameters indicates the alternative hypothesis and must be one of "two.sided" (default), "less", or "greater". Initial letter must be specified only. maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation is discontinued an function as character string or NA (default). See mctest. The supremum class Upper Tail Anderson-Darling test compares the null distribution with the empirical distribution function of the observed data. The test statistic is given by ADup + = n sup{ j j n z j } 1 z j ADup = n sup{ z j j 1 n } j 1 z j ADup = ma{adup +, ADup }, with z = F θ () and z j = F θ ( j ), where 1,..., n are the ordered data values. ere, F θ is the null distribution. A list with class "mchtest" containing the following components statistic treshold p.value data.name method alternative sim.no the value of the Supremum Class Upper Tail Anderson-Darling statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Supremum Class Upper Tail Anderson-Darling test" the alternative number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara

8 8 cdens ks.test, v.test, ad.test for supremum class tests and ad2.test, w2.test for other quadratic class tests. For more details see mctest. c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample adup.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10) cdens Build a conditional density function For a given distribution function cdens builds a conditional density function with respect to a relevant treshold. cdens(, ) character string naming the distribution function for which the conditional density is to be built For the conditional density f of a density f is given by f θ () = f( ) = f θ() 1 F θ (), with θ the parameters of the distribution, F the cumulative distribution function and the treshhold value. For <, f disappear. The conditional density of the specified density function with arguments, the relevant parameters and the treshold predefined as the value of cdens argument. can be a numeric value or numeric vector, but must be greater or equal to. density functions, e.g. dlnorm, dgamma, etc.

9 dplot 9 require(mass) c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample clnorm <- cdens("plnorm", = treshold) args(clnorm) # mle fitting based on the complete sample start <- list(meanlog = 2, sdlog = 1) fitdistr(c, dlnorm, start = start) # mle fitting based on the truncated sample fitdistr(t, clnorm, start = start) # in contrast fitdistr(t, dlnorm, start = start) dplot Plot of the distribution functions Plot the empirical against the theoretical distibution function. dplot(,, parm, = NA, verticals = FALSE,...) a numeric vector of data samples character string naming the theoretical distribution function parm list of theoretical distribution parameters verticals see plot.stepfun... graphical parameters can be given as arguments to plot The empirical and the theoretical distribution function specified by the arguments and parm are plotted in one single graphic. For truncated data values it is important to assign the treshold value.

10 10 edf ecdf, plot.ecdf, plot.stepfun c <- rnorm(25) t <- c[c >= 0] # complete sample # left truncated sample # df of the complete sample dplot(c, "pnorm", list(0,1), vertical = TRUE) # df of the left truncated sample dplot(t, "pnorm", list(0,1), = 0, vertical = TRUE) edf Empirical distribution function Empircal distribution function of left truncated data with known distribution. edf(, = NA, parm = NA, = NA) parm a numerical vector of data values character string naming the distribution function list of distribution parameters edf is a version of ecdf allowing left truncated data. If is not assigned all other arguments ecept are ignored and the result is eactly the same as of ecdf. A function of class "stepfun". ecdf, dplot

11 ks.test 11 c <- rlnorm(30, meanlog = 2, sdlog = 1) t <- c[c >= treshold] # complete sample # truncated sample # the results are identical: plot(edf(c)) plot(ecdf(c)) # considering truncated samples: plot(edf(t)) # wrong plot plot(edf(t, "plnorm", list(meanlog = 2, sdlog = 1), = 10)) ks.test Kolmogorov-Smirnov test Kolmogorov-Smirnov test providing a comparison of a fitted distribution with the empirical distribution. ks.test(,, fit, = NA, alternative = c("two.sided", "less", "greater"), sim = 100, tol = 1e-04, estfun = NA) fit alternative sim tol estfun a numeric vector of data values character string naming the null distribution list of null distribution parameters indicates the alternative hypothesis and must be one of "two.sided" (default), "less", or "greater". Initial letter must be specified only. maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation is discontinued an function as character string or NA (default). See mctest.

12 12 ks.test The Kolmogorov-Smirnov test compares the null distribution with the empirical distribution function of the observed data, where left truncated data samples are allowed. The test statistic is given by n KS + = sup{z + j 1 z j n (1 z ) z j } n KS = sup{z j (z + j 1 1 z j n (1 z ))} KS = ma{ks +, KS }, with z = F θ () and z j = F θ ( j ), where 1,..., n are the ordered data values. ere, F θ is the null distribution. A list with class "mchtest" containing the following components statistic treshold p.value data.name method alternative sim.no the value of the Kolmogorov-Smirnov statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Kolmorov-Smirnov test" the alternative number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara ad.test, v.test, adup.test for other supremum class tests and ad2.test, ad2up.test, w2.test for quadratic class tests. For more details see mctest. c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample ks.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10)

13 mctest 13 mctest Monte-Carlo simulation based GoF test Performs Monte-Carlo based Goodness-of-Fit tests. mctest is called by the GoF tests defined in this package. For internal use only. mctest(,, parm,, sim, tol, STATISTIC, estfun) parm sim tol STATISTIC estfun numerical vector of data values character string specifying the null distribution parameters of the null distribution maimum number of szenarios within the Monte-Carlo-Simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation stops function of the test statistic an function as character string or NA, see details. From the fitted null distribution mctest draws samples each with length of the observed sample and with treshold. The random numbers are taken from the conditional distribution with support [, ). The maimum number of samples is specified by sim. For each of these samples the conditional distribution is fitted and the statistic given in STATISTIC is calculated. The p-value is the proportion of times the sample statistics values eceed the statistic value of the observed sample. For each szenario sample mctest uses a Maimum-likelihood fitting of the distribution as default. This is done by direct optimization of the log-likelihood function using optim. Alternativly the fitting parameters for the szenario samples might be estimated with a user-specified function assigned in estfun. It must be a function with argument (and if desired) which can be parsed. The return value of the evaluated function must be a list with the parameters which should be fitted. Inside mctest the evaluation of estfun is performed with as assigned in the call of mctest and the szenario sample. By assigning a function to estfun, the fitting procedure can be done faster and more appropriate to a given problem. The evir package for eample defines a function gpd to fit the Generalized Pareto Model. To start a test it is more reasonable to set estfun = gpd(, y), where y must be a defined numeric value.

14 14 mctest named list of TS p.value sim value of the test statistic for Monte-Carlo simulation based p-value of the statistic number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara Ross, S. M. (2002), Simulation, 3rd Edition, Academic Press. Pages ad2.test, ad2up.test, w2.test for quadratic class GoF tests and ks.test, v.test, adup.test, ad.test for supremum class GoF tests. c <- rgamma(100, 20, 2) t <- c[c > treshold] # complete sample # left truncated sample ## function for parameter fitting estimate <- function(, ){ cgamma <- cdens("pgamma", ) ll <- function(p, y) { res <- -sum(do.call("cgamma", list(c(y), p[1], p[2], log = TRUE))) if (!is.finite(res)) return(-log(.machine$double.min)*length()) return(res) } est <- optim(c(1,1), ll, y =, lower = c(.machine$double.eps, 0), method = "L-BFGS-B") as.list(est$par) } fit <- estimate(t, treshold) cat("fitting parameters:", unlist(fit), "\n") ## calculate p-value with fitting algorithm defined in mctest... ad2up.test(t, "pgamma", fit, = treshold, estfun = NA, tol = 1e-02) ##... or with the function estimate ad2up.test(t, "pgamma", fit, = treshold, estfun = "estimate(, )", tol = 1e-02) ## not run: ## if the evir package is loaded: ## ad.test(t, "pgpd", list(2,3), = treshold,

15 qplot 15 ## estfun = "as.list(gpd(, 0)$par.ests)", tol = 1e-02) qplot QQ-Plot Adjusted QQ-Plot allowing for left-truncated data values. qplot(,, parm, = NA, plot.it = TRUE, main = "QQ-Plot", lab = "empirical quantiles", ylab = "theoretical quantiles",...) parm a numeric vector of data values character string of the distribution list of distribution parameters plot.it logical. TRUE (default) if the result is to be plotted. lab, ylab, main plot labels... further graphical parameters dplot, cdens c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample # for not assigned treshold the folliwing # graphics are identical but not usefull par(mfrow = c(2,1)) y <- qlnorm(ppoints(length(t)), 2, 2) qplot(t, "plnorm", list(2,2)) qqplot(t, y); abline(0,1) # fot trucated data rather use qplot(t, "plnorm", list(2,2), = 10)

16 16 v.test v.test Kuiper test Kuiper test providing a comparison of a fitted distribution with the empirical distribution. v.test(,, fit, = NA, sim = 100, tol = 1e-04, estfun = NA) fit sim tol estfun a numeric vector of data values character string naming the null distribution list of distribution parameters maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation stops an function as character string or NA (default). See mctest. The Kolmogorov-Smirnov test compares the null distribution with the empirical distribution of the observed data, where left truncated data samples are allowed. The test statistic (see ks.test) is given by V = ma{ks +, KS }. A list with class "mchtest" containing the following components statistic treshold p.value data.name method sim.no the value of the Kuiper statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Kuiper test" number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara

17 w2.test 17 ks.test, ad.test, adup.test for other supremum class tests and ad2.test, ad2up.test, w2.test for quadratic class tests. For more details see mctest. c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample v.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10) w2.test Cram/ er-von Mises test Cram/ er-von Mises test providing a comparison of a fitted distribution with the empirical distribution. w2.test(,, fit, = NA, sim = 100, tol = 1e-04, estfun = NA) fit sim tol estfun a numeric vector of data values character string naming the null distribution list of null distribution parameters maimum number of szenarios in the Monte-Carlo simulation if the difference of two subsequent p-value calculations is lower than tol the Monte-Carlo simulation is discontinued an function as character string or NA (default). See mctest. The Cram/ er-von Mies test compares the null distribution with the empirical distribution function of the observed data, where left truncated data samples are allowed. The test statistic is given by W 2 = n 3 + nz z n(1 z ) n (1 2j)z j + j=1 1 (1 z ) 2 n (z j z ) 2 with z = F θ () and z j = F θ ( j ), where 1,..., n are the ordered data values. ere, F θ is the null distribution. j=1

18 18 w2.test A list with class "mchtest" containing the following components statistic treshold p.value data.name method sim.no the value of the Cram\ er-von Mies statistic the treshold value the p-value of the test a character string giving the name of the data the character string "Cramer-von Mises test" number of simulated szenarios in the Monte-Carlo simulation References Chernobay, A., Rachev, S., Fabozzi, F. (2005), Composites goodness-of-fit tests for left-truncated loss samples, Tech. rep., University of Calivornia Santa Barbara ad2up.test, ad2.test for other quadratic class tests and ks.test, v.test, adup.test, ad.test for supremum class tests. For more details see mctest. c <- rlnorm(100, 2, 2) # complete sample t <- c[c >= treshold] # left truncated sample w2.test(t, "plnorm", list(meanlog = 2, sdlog = 2), = 10)

19 Inde Topic aplot dplot, 9 qplot, 15 Topic distribution cdens, 8 edf, 10 Topic dplot edf, 10 Topic htest ad.test, 2 ad2.test, 3 ad2up.test, 5 adup.test, 6 ks.test, 11 mctest, 13 v.test, 16 w2.test, 17 w2.test, 3, 4, 6, 8, 12, 14, 17, 17 ad.test, 2, 4, 6, 8, 12, 14, 17, 18 ad2.test, 3, 3, 6, 8, 12, 14, 17, 18 ad2up.test, 3, 4, 5, 12, 14, 17, 18 adup.test, 3, 4, 6, 6, 12, 14, 17, 18 cdens, 8, 15 dgamma, 8 dlnorm, 8 dplot, 9, 10, 15 ecdf, 10 edf, 10 ks.test, 3, 4, 6, 8, 11, 14, mctest, 3, 4, 6, 8, 12, 13, 17, 18 plot.ecdf, 10 plot.stepfun, 10 qplot, 15 v.test, 3, 4, 6, 8, 12, 14, 16, 18 19

Package gpdtest. February 19, 2015

Package gpdtest. February 19, 2015 Package gpdtest February 19, 2015 Type Package Title Bootstrap goodness-of-fit test for the generalized Pareto distribution Version 0.4 Date 2011-08-12 Author Elizabeth Gonzalez Estrada, Jose A. Villasenor

More information

Package sure. September 19, 2017

Package sure. September 19, 2017 Type Package Package sure September 19, 2017 Title Surrogate Residuals for Ordinal and General Regression Models An implementation of the surrogate approach to residuals and diagnostics for ordinal and

More information

Package fitur. March 11, 2018

Package fitur. March 11, 2018 Title Fit Univariate Distributions Version 0.5.25 Package fitur March 11, 2018 Wrapper for computing parameters for univariate distributions using MLE. It creates an object that stores d, p, q, r functions

More information

Package Combine. R topics documented: September 4, Type Package Title Game-Theoretic Probability Combination Version 1.

Package Combine. R topics documented: September 4, Type Package Title Game-Theoretic Probability Combination Version 1. Type Package Title Game-Theoretic Probability Combination Version 1.0 Date 2015-08-30 Package Combine September 4, 2015 Author Alaa Ali, Marta Padilla and David R. Bickel Maintainer M. Padilla

More information

Package SPIn. R topics documented: February 19, Type Package

Package SPIn. R topics documented: February 19, Type Package Type Package Package SPIn February 19, 2015 Title Simulation-efficient Shortest Probability Intervals Version 1.1 Date 2013-04-02 Author Ying Liu Maintainer Ying Liu Depends R

More information

Package GLDreg. February 28, 2017

Package GLDreg. February 28, 2017 Type Package Package GLDreg February 28, 2017 Title Fit GLD Regression Model and GLD Quantile Regression Model to Empirical Data Version 1.0.7 Date 2017-03-15 Author Steve Su, with contributions from:

More information

Package HDInterval. June 9, 2018

Package HDInterval. June 9, 2018 Type Package Title Highest (Posterior) Density Intervals Version 0.2.0 Date 2018-06-09 Suggests coda Author Mike Meredith and John Kruschke Package HDInterval June 9, 2018 Maintainer Mike Meredith

More information

Package CvM2SL2Test. February 15, 2013

Package CvM2SL2Test. February 15, 2013 Package CvM2SL2Test February 15, 2013 Version 2.0-1 Date 2012-01-02 Title Cramer-von Mises Two Sample Tests Author Yuanhui Xiao Maintainer Yuanhui Xiao Depends Suggests

More information

Package diptest. December 5, 2016

Package diptest. December 5, 2016 Package diptest December 5, 2016 Version 0.75-7 Date 2015-06-07 Title Hartigan's Dip Test Statistic for Unimodality - Corrected Compute Hartigan's dip test statistic for unimodality / multimodality and

More information

Package ParetoPosStable

Package ParetoPosStable Type Package Package ParetoPosStable September 2, 2015 Title Computing, Fitting and Validating the PPS Distribution Version 1.1 Date 2015-09-02 Maintainer Antonio Jose Saez-Castillo Depends

More information

Package simed. November 27, 2017

Package simed. November 27, 2017 Version 1.0.3 Title Simulation Education Author Barry Lawson, Larry Leemis Package simed November 27, 2017 Maintainer Barry Lawson Imports graphics, grdevices, methods, stats, utils

More information

Package logspline. February 3, 2016

Package logspline. February 3, 2016 Version 2.1.9 Date 2016-02-01 Title Logspline Density Estimation Routines Package logspline February 3, 2016 Author Charles Kooperberg Maintainer Charles Kooperberg

More information

Package spd. R topics documented: August 29, Type Package Title Semi Parametric Distribution Version Date

Package spd. R topics documented: August 29, Type Package Title Semi Parametric Distribution Version Date Type Package Title Semi Parametric Distribution Version 2.0-1 Date 2015-07-02 Package spd August 29, 2016 Author Alexios Ghalanos Maintainer Alexios Ghalanos

More information

Package batchmeans. R topics documented: July 4, Version Date

Package batchmeans. R topics documented: July 4, Version Date Package batchmeans July 4, 2016 Version 1.0-3 Date 2016-07-03 Title Consistent Batch Means Estimation of Monte Carlo Standard Errors Author Murali Haran and John Hughes

More information

Package StVAR. February 11, 2017

Package StVAR. February 11, 2017 Type Package Title Student's t Vector Autoregression (StVAR) Version 1.1 Date 2017-02-10 Author Niraj Poudyal Maintainer Niraj Poudyal Package StVAR February 11, 2017 Description Estimation

More information

Verification / Validation Tools

Verification / Validation Tools Verification / Validation Tools B. Mascialino, A. Pfeiffer, M.G. Pia, A. Ribon, P. Viarengo 0 th Geant4 Workshop Bordeaux, November 8 th 2005 Goodness of Fit tests Goodness-of-Fit tests measure: the compatibility

More information

Package fitter. December 11, 2017

Package fitter. December 11, 2017 Type Package Package fitter December 11, 2017 Title Fit Hundreds of Theoretical Distributions to Empirical Data Version 0.1.0 Date 2017-12-11 Author Markus Boenn Maintainer Markus Boenn

More information

The ctest Package. January 3, 2000

The ctest Package. January 3, 2000 R objects documented: The ctest Package January 3, 2000 bartlett.test....................................... 1 binom.test........................................ 2 cor.test.........................................

More information

Package areaplot. October 18, 2017

Package areaplot. October 18, 2017 Version 1.2-0 Date 2017-10-18 Package areaplot October 18, 2017 Title Plot Stacked Areas and Confidence Bands as Filled Polygons Imports graphics, grdevices, stats Suggests MASS Description Plot stacked

More information

Package funitroots. November 16, 2017

Package funitroots. November 16, 2017 Title Rmetrics - Modelling Trends and Unit Roots Date 2017-11-12 Version 3042.79 Author Diethelm Wuertz [aut], Tobias Setz [cre], Yohan Chalabi [ctb] Package funitroots November 16, 2017 Maintainer Tobias

More information

Package queuecomputer

Package queuecomputer Package queuecomputer Title Computationally Efficient Queue Simulation Version 0.8.2 November 17, 2017 Implementation of a computationally efficient method for simulating queues with arbitrary arrival

More information

Package mcmcse. February 15, 2013

Package mcmcse. February 15, 2013 Package mcmcse February 15, 2013 Version 1.0-1 Date 2012 Title Monte Carlo Standard Errors for MCMC Author James M. Flegal and John Hughes Maintainer James M. Flegal

More information

Lecture 11: Distributions as Models October 2014

Lecture 11: Distributions as Models October 2014 Lecture 11: Distributions as Models 36-350 1 October 2014 Previously R functions for regression models R functions for probability distributions Agenda Distributions from data Review of R for theoretical

More information

Package FastImputation

Package FastImputation Type Package Package FastImputation March 12, 2017 Title Learn from Training Data then Quickly Fill in Missing Data Version 2.0 Date 2017-03-11 Author Stephen R. Haptonstahl Maintainer TrainFastImputation()

More information

UP School of Statistics Student Council Education and Research

UP School of Statistics Student Council Education and Research w UP School of Statistics Student Council Education and Research erho.weebly.com 0 erhomyhero@gmail.com f /erhoismyhero t @erhomyhero S133_HOA_001 Statistics 133 Bayesian Statistical Inference Use of R

More information

Package npcp. August 23, 2017

Package npcp. August 23, 2017 Type Package Package np August 23, 2017 Title Some Nonparametric CUSUM Tests for Change-Point Detection in Possibly Multivariate Observations Version 0.1-9 Date 2017-08-23 Author Ivan Kojadinovic Maintainer

More information

Package CryptRndTest

Package CryptRndTest Type Package Package CryptRndTest February 25, 2016 Title Statistical Tests for Cryptographic Randomness Version 1.2.2 Date 2016-02-24 Author Maintainer Performs cryptographic

More information

Package logitnorm. R topics documented: February 20, 2015

Package logitnorm. R topics documented: February 20, 2015 Title Functions for the al distribution. Version 0.8.29 Date 2012-08-24 Author Package February 20, 2015 Maintainer Density, distribution, quantile and random generation function

More information

Package simctest. March 23, 2017

Package simctest. March 23, 2017 Version 2.5 Date 2017-03-23 Title Safe Implementation of Monte Carlo Tests Package simctest March 23, 2017 Author Axel Gandy with contributions from Patrick Rubin- Delanchy ,

More information

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0 Type Package Title Power Analysis for AB Testing Version 0.1.0 Package pwrab June 6, 2017 Maintainer William Cha Power analysis for AB testing. The calculations are based

More information

Package lvec. May 24, 2018

Package lvec. May 24, 2018 Package lvec May 24, 2018 Type Package Title Out of Memory Vectors Version 0.2.2 Date 2018-05-23 Author Jan van der Laan Maintainer Jan van der Laan Core functionality

More information

Package gridgraphics

Package gridgraphics Package gridgraphics Title Redraw Base Graphics Using 'grid' Graphics Version 0.2 June 6, 2017 Description Functions to convert a page of plots drawn with the graphics package into identical output drawn

More information

Package reval. May 26, 2015

Package reval. May 26, 2015 Package reval May 26, 2015 Title Repeated Function Evaluation for Sensitivity Analysis Version 2.0.0 Date 2015-05-25 Author Michael C Koohafkan [aut, cre] Maintainer Michael C Koohafkan

More information

Package RWiener. February 22, 2017

Package RWiener. February 22, 2017 Version 1.3-1 Date 2017-02-22 Title Wiener Process Distribution Functions Author Dominik Wabersich [aut, cre] Package RWiener February 22, 2017 Maintainer Dominik Wabersich

More information

Package coxsei. February 24, 2015

Package coxsei. February 24, 2015 Type Package Title Fitting a CoxSEI Model Version 0.1 Date 2015-02-23 Author Package coxsei February 24, 2015 Maintainer It fits a CoxSEI (Cox type Self-Exciting Intensity) model to right-censored counting

More information

Package glogis. R topics documented: March 16, Version Date

Package glogis. R topics documented: March 16, Version Date Version 1.0-1 Date 2018-03-16 Package glogis March 16, 2018 Title Fitting and Testing Generalized Logistic Distributions Description Tools for the generalized logistic distribution (Type I, also known

More information

The powerlaw package: a general overview

The powerlaw package: a general overview The powerlaw package: a general overview Colin S. Gillespie Last updated: August 29, 2017 The powerlaw package provides code to fit heavy tailed distributions, including discrete and continuous power-law

More information

Use of Extreme Value Statistics in Modeling Biometric Systems

Use of Extreme Value Statistics in Modeling Biometric Systems Use of Extreme Value Statistics in Modeling Biometric Systems Similarity Scores Two types of matching: Genuine sample Imposter sample Matching scores Enrolled sample 0.95 0.32 Probability Density Decision

More information

Package ihs. February 25, 2015

Package ihs. February 25, 2015 Version 1.0 Type Package Title Inverse Hyperbolic Sine Distribution Date 2015-02-24 Author Carter Davis Package ihs February 25, 2015 Maintainer Carter Davis Depends R (>= 2.4.0),

More information

BESTFIT, DISTRIBUTION FITTING SOFTWARE BY PALISADE CORPORATION

BESTFIT, DISTRIBUTION FITTING SOFTWARE BY PALISADE CORPORATION Proceedings of the 1996 Winter Simulation Conference ed. J. M. Charnes, D. J. Morrice, D. T. Brunner, and J. J. S\vain BESTFIT, DISTRIBUTION FITTING SOFTWARE BY PALISADE CORPORATION Linda lankauskas Sam

More information

Package beanplot. R topics documented: February 19, Type Package

Package beanplot. R topics documented: February 19, Type Package Type Package Package beanplot February 19, 2015 Title Visualization via Beanplots (like Boxplot/Stripchart/Violin Plot) Version 1.2 Date 2014-09-15 Author Peter Kampstra Maintainer Peter Kampstra

More information

Package visualize. April 28, 2017

Package visualize. April 28, 2017 Type Package Package visualize April 28, 2017 Title Graph Probability Distributions with User Supplied Parameters and Statistics Version 4.3.0 Date 2017-04-27 Depends R (>= 3.0.0) Graphs the pdf or pmf

More information

Package ercv. July 17, 2017

Package ercv. July 17, 2017 Type Package Package ercv July 17, 2017 Title Fitting Tails by the Empirical Residual Coefficient of Variation Version 1.0.0 Date 2017-07-17 Encoding UTF-8 Author Maintainer Isabel Serra

More information

Package condir. R topics documented: February 15, 2017

Package condir. R topics documented: February 15, 2017 Package condir February 15, 2017 Title Computation of P Values and Bayes Factors for Conditioning Data Version 0.1.1 Author Angelos-Miltiadis Krypotos Maintainer Angelos-Miltiadis

More information

Package infer. July 11, Type Package Title Tidy Statistical Inference Version 0.3.0

Package infer. July 11, Type Package Title Tidy Statistical Inference Version 0.3.0 Type Package Title Tidy Statistical Inference Version 0.3.0 Package infer July 11, 2018 The objective of this package is to perform inference using an epressive statistical grammar that coheres with the

More information

Package Kernelheaping

Package Kernelheaping Type Package Package Kernelheaping October 10, 2017 Title Kernel Density Estimation for Heaped and Rounded Data Version 2.1.8 Date 2017-10-04 Depends R (>= 2.15.0), MASS, ks, sparr Imports sp, plyr, fastmatch,

More information

Package datasets.load

Package datasets.load Title Interface for Loading Datasets Version 0.1.0 Package datasets.load December 14, 2016 Visual interface for loading datasets in RStudio from insted (unloaded) s. Depends R (>= 3.0.0) Imports shiny,

More information

Package NormalLaplace

Package NormalLaplace Version 0.2-0 Date 2011-01-10 Title The Normal Laplace Distribution Package NormalLaplace February 19, 2015 Author David Scott , Jason Shicong Fu and Simon Potter Maintainer David

More information

Package nsprcomp. August 29, 2016

Package nsprcomp. August 29, 2016 Version 0.5 Date 2014-02-03 Title Non-Negative and Sparse PCA Package nsprcomp August 29, 2016 Description This package implements two methods for performing a constrained principal component analysis

More information

Package iosmooth. R topics documented: February 20, 2015

Package iosmooth. R topics documented: February 20, 2015 Package iosmooth February 20, 2015 Type Package Title Functions for smoothing with infinite order flat-top kernels Version 0.91 Date 2014-08-19 Author, Dimitris N. Politis Maintainer

More information

Package EMDomics. November 11, 2018

Package EMDomics. November 11, 2018 Package EMDomics November 11, 2018 Title Earth Mover's Distance for Differential Analysis of Genomics Data The EMDomics algorithm is used to perform a supervised multi-class analysis to measure the magnitude

More information

Package binmto. February 19, 2015

Package binmto. February 19, 2015 Type Package Package binmto February 19, 2015 Title Asymptotic simultaneous confidence intervals for many-to-one comparisons of proportions Version 0.0-6 Date 2013-09-30 Author Maintainer

More information

Package libstabler. June 1, 2017

Package libstabler. June 1, 2017 Version 1.0 Date 2017-05-25 Package libstabler June 1, 2017 Title Fast and Accurate Evaluation, Random Number Generation and Parameter Estimation of Skew Stable Distributions Tools for fast and accurate

More information

Package weibulltools

Package weibulltools Type Package Title Statistical Methods for Life Data Analysis Version 0.5.4 Package weibulltools July 25, 2018 Contains methods for eamining bench test or field data using the well-known Weibull Analysis.

More information

Package infutil. R topics documented: February 20, Version 1.0 Date Title Information Utility Author Kristian E.

Package infutil. R topics documented: February 20, Version 1.0 Date Title Information Utility Author Kristian E. Version 1.0 Date 2013-03-28 Title Information Utility Author Package infutil February 20, 2015 Maintainer Depends ltm Enhances MASS Calculation of information utility (i.e.,

More information

Package PCADSC. April 19, 2017

Package PCADSC. April 19, 2017 Type Package Package PCADSC April 19, 2017 Title Tools for Principal Component Analysis-Based Data Structure Comparisons Version 0.8.0 A suite of non-parametric, visual tools for assessing differences

More information

Package OrthoPanels. November 11, 2016

Package OrthoPanels. November 11, 2016 Package OrthoPanels November 11, 2016 Title Dynamic Panel Models with Orthogonal Reparameterization of Fixed Effects Version 1.1-0 Implements the orthogonal reparameterization approach recommended by Lancaster

More information

Package extremevalues

Package extremevalues Package extremevalues January 20, 2016 Detect outliers in one-dimensional data. Version 2.3.2 Date 2016-01-05 Title Univariate Outlier Detection Author Mark van der Loo Maintainer

More information

Package pse. June 11, 2017

Package pse. June 11, 2017 Type Package Package pse June 11, 2017 Title Parameter Space Exploration with Latin Hypercubes Version 0.4.7 Date 2017-06-11 Author Andre Chalom, Paulo Inacio Knegt Lopez de Prado Maintainer Andre Chalom

More information

Package Kernelheaping

Package Kernelheaping Type Package Package Kernelheaping December 7, 2015 Title Kernel Density Estimation for Heaped and Rounded Data Version 1.2 Date 2015-12-01 Depends R (>= 2.15.0), evmix, MASS, ks, sparr Author Marcus Gross

More information

Chapter 3. Bootstrap. 3.1 Introduction. 3.2 The general idea

Chapter 3. Bootstrap. 3.1 Introduction. 3.2 The general idea Chapter 3 Bootstrap 3.1 Introduction The estimation of parameters in probability distributions is a basic problem in statistics that one tends to encounter already during the very first course on the subject.

More information

The funitroots Package

The funitroots Package The funitroots Package October 8, 2007 Version 260.72 Date 1997-2007 Title Rmetrics - Trends and Unit Roots Author Diethelm Wuertz and many others, see the SOURCE file Depends R (>= 2.4.0), urca, fbasics

More information

Package mfbvar. December 28, Type Package Title Mixed-Frequency Bayesian VAR Models Version Date

Package mfbvar. December 28, Type Package Title Mixed-Frequency Bayesian VAR Models Version Date Type Package Title Mied-Frequency Bayesian VAR Models Version 0.4.0 Date 2018-12-17 Package mfbvar December 28, 2018 Estimation of mied-frequency Bayesian vector autoregressive (VAR) models with Minnesota

More information

Package quickreg. R topics documented:

Package quickreg. R topics documented: Package quickreg September 28, 2017 Title Build Regression Models Quickly and Display the Results Using 'ggplot2' Version 1.5.0 A set of functions to extract results from regression models and plot the

More information

Package r2d2. February 20, 2015

Package r2d2. February 20, 2015 Package r2d2 February 20, 2015 Version 1.0-0 Date 2014-03-31 Title Bivariate (Two-Dimensional) Confidence Region and Frequency Distribution Author Arni Magnusson [aut], Julian Burgos [aut, cre], Gregory

More information

SAS/ETS 14.2 User s Guide. The SEVERITY Procedure

SAS/ETS 14.2 User s Guide. The SEVERITY Procedure SAS/ETS 14.2 User s Guide The SEVERITY Procedure This document is an individual chapter from SAS/ETS 14.2 User s Guide. The correct bibliographic citation for this manual is as follows: SAS Institute Inc.

More information

A Short Introduction to R

A Short Introduction to R A Short Introduction to R 1.1 The R initiative There are many commercial statistical softwares available. Well-known examples include SAS, SPSS, S-Plus, Minitab, Statgraphics, GLIM, and Genstat. Usually

More information

Package Mondrian. R topics documented: March 4, Type Package

Package Mondrian. R topics documented: March 4, Type Package Type Package Package Mondrian March 4, 2016 Title A Simple Graphical Representation of the Relative Occurrence and Co-Occurrence of Events The unique function of this package allows representing in a single

More information

Package kdetrees. February 20, 2015

Package kdetrees. February 20, 2015 Type Package Package kdetrees February 20, 2015 Title Nonparametric method for identifying discordant phylogenetic trees Version 0.1.5 Date 2014-05-21 Author and Ruriko Yoshida Maintainer

More information

Land Cover Stratified Accuracy Assessment For Digital Elevation Model derived from Airborne LIDAR Dade County, Florida

Land Cover Stratified Accuracy Assessment For Digital Elevation Model derived from Airborne LIDAR Dade County, Florida Land Cover Stratified Accuracy Assessment For Digital Elevation Model derived from Airborne LIDAR Dade County, Florida FINAL REPORT Submitted October 2004 Prepared by: Daniel Gann Geographic Information

More information

Package capwire. February 19, 2015

Package capwire. February 19, 2015 Type Package Package capwire February 19, 2015 Title Estimates population size from non-invasive sampling Version 1.1.4 Date 2012-08-16 Author and Craig R. Miller Maintainer Fits

More information

Package statip. July 31, 2018

Package statip. July 31, 2018 Type Package Package statip July 31, 2018 Title Statistical Functions for Probability Distributions and Regression Version 0.2.0 Date 2018-07-31 A collection of miscellaneous statistical functions for

More information

Package catenary. May 4, 2018

Package catenary. May 4, 2018 Type Package Title Fits a Catenary to Given Points Version 1.1.2 Date 2018-05-04 Package catenary May 4, 2018 Gives methods to create a catenary object and then plot it and get properties of it. Can construct

More information

Package samplesizelogisticcasecontrol

Package samplesizelogisticcasecontrol Package samplesizelogisticcasecontrol February 4, 2017 Title Sample Size Calculations for Case-Control Studies Version 0.0.6 Date 2017-01-31 Author Mitchell H. Gail To determine sample size for case-control

More information

Package PedCNV. February 19, 2015

Package PedCNV. February 19, 2015 Type Package Package PedCNV February 19, 2015 Title An implementation for association analysis with CNV data. Version 0.1 Date 2013-08-03 Author, Sungho Won and Weicheng Zhu Maintainer

More information

Package vines. July 28, 2016

Package vines. July 28, 2016 Type Package Package vines July 28, 2016 Title Multivariate Dependence Modeling with Vines Version 1.1.5 Implementation of the vine graphical model for building high-dimensional probability distributions

More information

Package TANOVA. R topics documented: February 19, Version Date

Package TANOVA. R topics documented: February 19, Version Date Version 1.0.0 Date 2010-05-05 Package TANOVA February 19, 2015 Title Time Course Analysis of Variance for Microarray Depends R (>= 2.3.0), MASS, splines Author Baiyu Zhou and Weihong

More information

Package splines2. June 14, 2018

Package splines2. June 14, 2018 Title Regression Spline Functions and Classes Version 0.2.8 Date 2018-06-14 Package splines2 June 14, 2018 Constructs B-splines and its integral, monotone splines (M-splines) and its integral (I-splines),

More information

The gld Package. April 6, 2006

The gld Package. April 6, 2006 The gld Package April 6, 2006 Version.8 Date 2006/04/05 Title Basic functions for the generalised (Tukey) lambda distribution Author Robert King Maintainer Robert King

More information

Package ezsim. R topics documented: February 19, Type Package

Package ezsim. R topics documented: February 19, Type Package Type Package Package ezsim February 19, 2015 Title provide an easy to use framework to conduct simulation Version 0.5.5 Date 2014-06-25 Author Maintainer ezsim provides a handy way to simulation and eamine

More information

Package fractalrock. February 19, 2015

Package fractalrock. February 19, 2015 Type Package Package fractalrock February 19, 2015 Title Generate fractal time series with non-normal returns distribution Version 1.1.0 Date 2013-02-04 Author Brian Lee Yung Rowe Maintainer Brian Lee

More information

Package StatMeasures

Package StatMeasures Type Package Package StatMeasures March 27, 2015 Title Easy Data Manipulation, Data Quality and Statistical Checks Version 1.0 Date 2015-03-24 Author Maintainer Offers useful

More information

Homework set 4 - Solutions

Homework set 4 - Solutions Homework set 4 - Solutions Math 3200 Renato Feres 1. (Eercise 4.12, page 153) This requires importing the data set for Eercise 4.12. You may, if you wish, type the data points into a vector. (a) Calculate

More information

Package msda. February 20, 2015

Package msda. February 20, 2015 Title Multi-Class Sparse Discriminant Analysis Version 1.0.2 Date 2014-09-26 Package msda February 20, 2015 Author Maintainer Yi Yang Depends Matri, MASS Efficient procedures for computing

More information

Package accrued. R topics documented: August 24, Type Package

Package accrued. R topics documented: August 24, Type Package Type Package Package accrued August 24, 2016 Title Data Quality Visualization Tools for Partially Accruing Data Version 1.4.1 Date 2016-06-07 Author Julie Eaton and Ian Painter Maintainer Julie Eaton

More information

Package esabcv. May 29, 2015

Package esabcv. May 29, 2015 Package esabcv May 29, 2015 Title Estimate Number of Latent Factors and Factor Matrix for Factor Analysis Version 1.2.1 These functions estimate the latent factors of a given matrix, no matter it is highdimensional

More information

Package tseriesentropy

Package tseriesentropy Package tseriesentropy April 15, 2017 Title Entropy Based Analysis and Tests for Time Series Date 2017-04-15 Version 0.6-0 Author Simone Giannerini Depends R (>= 2.14.0) Imports cubature, methods, parallel,

More information

Package PCGSE. March 31, 2017

Package PCGSE. March 31, 2017 Type Package Title Principal Component Gene Set Enrichment Version 0.4 Date 2017-03-31 Author H. Robert Frost Package PCGSE March 31, 2017 Maintainer H. Robert Frost Description

More information

Package stapler. November 27, 2017

Package stapler. November 27, 2017 Version 0.6.3 Package stapler November 27, 2017 Title Simultaneous Truth and Performance Level Estimation An implementation of Simultaneous Truth and Performance Level Estimation (STAPLE) .

More information

Package cgh. R topics documented: February 19, 2015

Package cgh. R topics documented: February 19, 2015 Package cgh February 19, 2015 Version 1.0-7.1 Date 2009-11-20 Title Microarray CGH analysis using the Smith-Waterman algorithm Author Tom Price Maintainer Tom Price

More information

Package eulerian. February 19, Index 5

Package eulerian. February 19, Index 5 Package eulerian February 19, 2015 Title eulerian: A package to find eulerian paths from s Version 1.0 Date 2014-02-21 Author, with contribution from Jaewoo Kang Maintainer An eulerian

More information

Package ICsurv. February 19, 2015

Package ICsurv. February 19, 2015 Package ICsurv February 19, 2015 Type Package Title A package for semiparametric regression analysis of interval-censored data Version 1.0 Date 2014-6-9 Author Christopher S. McMahan and Lianming Wang

More information

Package dostats. R topics documented: August 29, Version Date Title Compute Statistics Helper Functions

Package dostats. R topics documented: August 29, Version Date Title Compute Statistics Helper Functions Version 1.3.2 Date 2015-05-28 Title Compute Statistics Helper Functions Package dostats August 29, 2016 Author Andrew Redd Maintainer Andrew Redd URL

More information

Package rvinecopulib

Package rvinecopulib Type Package Package rvinecopulib March 2, 2018 Title High Performance Algorithms for Vine Copula Modeling Version 0.2.7.1.0 Provides an interface to 'vinecopulib', a C++ library for vine copula modeling

More information

Package ellipse. January 6, 2018

Package ellipse. January 6, 2018 Version 0.4.1 Package ellipse January 6, 2018 Title Functions for Drawing Ellipses and Ellipse-Like Confidence Regions Author Duncan Murdoch and E. D. Chow (porting to R by Jesus

More information

Package io. January 15, 2018

Package io. January 15, 2018 Type Package Package io January 15, 2018 Title A Unified Framework for Input-Output Operations in R Version 0.3.0 Date 2018-01-15 Author David J. H. Shih Maintainer David J. H. Shih

More information

Package mmeta. R topics documented: March 28, 2017

Package mmeta. R topics documented: March 28, 2017 Package mmeta March 28, 2017 Type Package Title Multivariate Meta-Analysis Version 2.3 Date 2017-3-26 Author Sheng Luo, Yong Chen, Xiao Su, Haitao Chu Maintainer Xiao Su Description

More information

Package slam. February 15, 2013

Package slam. February 15, 2013 Package slam February 15, 2013 Version 0.1-28 Title Sparse Lightweight Arrays and Matrices Data structures and algorithms for sparse arrays and matrices, based on inde arrays and simple triplet representations,

More information

Package NB. R topics documented: February 19, Type Package

Package NB. R topics documented: February 19, Type Package Type Package Package NB February 19, 2015 Title Maximum Likelihood method in estimating effective population size from genetic data Version 0.9 Date 2014-10-03 Author Tin-Yu Hui @ Imperial College London

More information

STAT:5201 Applied Statistic II

STAT:5201 Applied Statistic II STAT:5201 Applied Statistic II Two-Factor Experiment (one fixed blocking factor, one fixed factor of interest) Randomized complete block design (RCBD) Primary Factor: Day length (short or long) Blocking

More information