Re: [Boost-docs] INdexing

Subject: Re: [Boost-docs] INdexing
From: John Maddock (john_at_[hidden])
Date: 2007-09-21 16:40:18


Andrew Sutton wrote:
> Anyway, I have a student that already submitted an almost correct
> solution (I actually fixed it, but haven't given out the solution).
> I'm going to have him implement both the random number generator and
> the distribution for the Math toolkit. So, if you're interested in an
> extra distribution, I think I could persuade him to submit it :)

Sure why not?

I don't suppose it's possible to implement as something like:

template <class Distribution>
class skewed_distribution
{
   skewed_distribution(const Distribution&, typename
Distribution::value_type skewness);
};

So we get a skewed t-distribution and whatever else for free?

Cheers, John.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC