bootstrap_statistic_routine Interface

interface
public function bootstrap_statistic_routine(x) result(rst)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:) :: x

The array of data to analyze.

Return Value real(kind=real64)

The resulting statistic.

Description

Defines the signature of a function for computing the desired bootstrap statistic.