weighted_p_square_cumulative_distribution.hpp 1009 B

12345678910111213141516171819
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // weighted_p_square_cumulative_distribution.hpp
  3. //
  4. // Copyright 2012 Eric Niebler. Distributed under the Boost
  5. // Software License, Version 1.0. (See accompanying file
  6. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. #ifndef BOOST_ACCUMULATORS_STATISTICS_WEIGHTED_P_SQUARE_CUMULATIVE_DISTRIBUTION_HPP_03_19_2012
  8. #define BOOST_ACCUMULATORS_STATISTICS_WEIGHTED_P_SQUARE_CUMULATIVE_DISTRIBUTION_HPP_03_19_2012
  9. #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
  10. # pragma message ("Warning: This header is deprecated. Please use: boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp")
  11. #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
  12. # warning "This header is deprecated. Please use: boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp"
  13. #endif
  14. #include <boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp>
  15. #endif