Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost.build : Linking problem when using inverse_students_t_tail_series() in vc++
From: daniel edoh-bedi (dan_kj24_at_[hidden])
Date: 2010-08-26 12:52:48


Hi,

This is what i'm doing with the students function. It's really just a simple call. It's the first thing i do after declaration of variables in my function.

double degreesOfFreedom = n - m;
double tProb = 0.05;

        
 tTestCutoff = boost::math::detail::inverse_students_t_tail_series(degreesOfFreedom, tProb, myPolicy());

n and m are inputs of my function.

Now in the header file i do:

#include "boost/math/special_functions/detail/t_distribution_inv.hpp"
#include "boost/math/constants/constants.hpp"
#include "boost/math/tools/promotion.hpp"

using namespace boost::math;

typedef boost::math::policies::policy<> myPolicy;

That's really the only use i'm doing of the function.

Thanks!

daniel

> From: boost.regex_at_[hidden]
> To: boost-build_at_[hidden]
> Date: Thu, 26 Aug 2010 17:34:57 +0100
> Subject: Re: [Boost-build] Boost.build : Linking problem when using inverse_students_t_tail_series() in vc++
>
> >In fact i didn't declare tgamma_delta_ratio because it is called by the
> >inverse_students_t_tail_series() function.
> >I did include <boost/math/distributions/students_t.hpp> header though but i
> >still have the error.
>
> Can you please post a minimal example that shows the problem?
>
> Thanks, John.
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
                                               



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk