rank1_arithmetic_mean_i64 Function

public function rank1_arithmetic_mean_i64(data_) result(arithmetic_mean_)

Calculate the arithmetic mean of a rank 1 array

Arguments

Type IntentOptional AttributesName
integer(kind=int64), intent(in) :: data_(:)

Return Value real(kind=real64)

Rank 1 array containing the elements to calculate the mean for


Contents

None