rank1_arithmetic_mean_r32 Function

public function rank1_arithmetic_mean_r32(data_) result(arithmetic_mean_)

Calculate the arithmetic mean of a rank 1 array

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: data_(:)

Return Value real(kind=real32)

Rank 1 array containing the elements to calculate the mean for


Contents

None