rank_1_mean_i64 Function

public function rank_1_mean_i64(data_, type) result(mean_)

Calculate the mean of a 1d data set, given the "type"

Check which mean to call

Arguments

Type IntentOptional AttributesName
integer(kind=int64), intent(in), dimension(:):: data_
character(len=*), intent(in), optional :: type

Return Value real(kind=real64)


Contents

None