NAME

cppAdaptive2 - cppAdaptive2 XS

SYNOPSIS

use cppAdaptive2;

my ( $obsVector, $futVector, $betaVector, $n_observed ) = (    #
    '313312221112123223322132223313312131221123212113221111213232',
    '323133332131332223321221232122221331123313333213311113231233333322133312331123322211232222212312131221133121232212232111233332223221131132112121332212123211313111211',
    '-0.26425,0.648666,-0.0565359,-0.373203,-0.107654,0.228433,-0.339707,0.663967,0.0600106,0.0828479',
    4,
);

my ( $newFutVector, $newBetaVector ) = cppAdaptive2::update( $obsVector, $futVector, $betaVector, $n_observed );

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO