Learn R Programming

prova (version 1.0.0)

funESS3: Compute ESS

Description

Modified from 'rstan' https://github.com/stan-dev/rstan/blob/develop/rstan/rstan/R/monitor.R

Usage

funESS3(x)

Value

Effective Sample Size.

Arguments

x

Vector of MC samples.

Details

Used in 'workerfun()' in 'learn()', and in 'funMCEQ()'.