mroughan / LinePicking

Numerical code for geometric probability problems, in particular density functions for the "line picking" problem.
0 stars 1 forks source link

test_cdf.R #25

Closed lamestllama closed 12 years ago

lamestllama commented 12 years ago

Jono

In test_cdf.R you only test the CDF of 11 problems when we have 13 defined and working is this because you need default parameters implemented ? In order to make this automatically test all CDFs ?

Eric

jonotuke commented 12 years ago

I did not realise that we now had more. Default parameters would be useful as I can then loop through all problems.

lamestllama commented 12 years ago

I try to add new problem every day or two

I will devise some default parameters for you

what is the best way of returning you an array ?

I am thinking in the LinePickingLookupProblem

we can return number of parameters and the parameters

so in C one is an int and the other an array of doubles

tell me what you want to pass and I will do it very soon

On 05/09/2012, at 1:24 PM, jonotuke wrote:

I did not realise that we now had more. Default parameters would be useful as I can then loop through all problems.

— Reply to this email directly or view it on GitHub.