corllkp: Plot log likelihood for normal correlation, known...

View source: R/corllkp.R

corllkpR Documentation

Plot log likelihood for normal correlation, known expectations and variances.

Description

Plot log likelihood for normal correlation, known expectations and variances.

Usage

corllkp(Sxx, Sxy, Syy, n)

Arguments

Sxx

average of squares of first variable

Sxy

average of product of first and second variables

Syy

average of squares of second variable

n

sample size.

Examples

corllkp(1.5,.5,1.5,1)

kolassa-dev/TheorStat documentation built on Dec. 7, 2023, 12:23 a.m.