rank1_arithmetic_mean_i32 Function

public function rank1_arithmetic_mean_i32(data_) result(arithmetic_mean_)

Calculate the arithmetic mean of a rank 1 array

Arguments

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

Rank 1 array containing the elements to calculate the mean for

Return Value real(kind=real32)


Contents

None