/*!
     * \brief Compute the mean value of a vector.
     */
    static scalar_type meanValue( const vector_type& vector )
    {
	return vector.meanValue();
    }