R/asL1L4.R

## generating function

asL4 <- 
## The function is currently defined as
function(biastype = symmetricBias(), normtype = NormType()){ 
         new("asL4", biastype = biastype, normtype = normtype) }

asL1 <- 
## The function is currently defined as
function(biastype = symmetricBias(), normtype = NormType()){ 
         new("asL1", biastype = biastype, normtype = normtype) }

Try the ROptEst package in your browser

Any scripts or data that you put into this service are public.

ROptEst documentation built on Aug. 30, 2024, 3:01 a.m.