00001 /* -*- C++ -*- 00002 * $Id: likelihood.hpp,v 1.1 2007/03/26 23:50:43 brook Exp $ 00003 */ 00004 00005 /* 00006 * Copyright (c) 2007 Brook Milligan. 00007 * Distributed under the Boost Software License, Version 1.0. (See 00008 * accompanying file LICENSE_1_0.txt or copy at 00009 * http://www.boost.org/LICENSE_1_0.txt) 00010 */ 00011 00017 #ifndef BOOST_LIKELIHOOD_HPP 00018 #define BOOST_LIKELIHOOD_HPP 00019 00020 #include "boost/likelihoods.hpp" 00021 00022 namespace boost 00023 { 00024 00034 typedef probabilities::likelihood<probabilities::linear_domain> likelihood; 00035 00045 typedef probabilities::likelihood<probabilities::log_domain> log_likelihood; 00046 00047 } // namespace boost 00048 00049 #endif
1.4.5