~~ Methods for function getLogLikeRatio
~~
signature(object = "LinearRule")
Returns a list with NormalVector and CenterVector. The loglikelihood ratio on x can be evaluated by L(x)=1/2<NormalVector,x-CenterVector>.
signature(object = "QuadraticRule")
returns a list with a NormalVector, CenterVector, FormVector (3 vectors) and a numeric constant Constant. The loglikelihood ratio on x can be evaluated by L(x)=-1/2<diag(FormVector)(x-CenterVector),x-CenterVector>+<NormalVector,x-CenterVector> -Constant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.