Search:

Type: Posts; User: aeldes1

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    5,612

    Following up on this, I gave up on trying to...

    Following up on this,

    I gave up on trying to code the actual inverse cumulative chi square function. Instead, I am using a data fitting program from here: http://www.oakdaleengr.com/ to find an...
  2. Replies
    4
    Views
    2,411

    3 years later, a solution has come.. you need to...

    3 years later, a solution has come.. you need to use Dev-C++ compiler, along with the setting from here:
    http://www.quantcode.com/modules/smartfaq/faq.php?faqid=10
  3. Replies
    2
    Views
    5,612

    So after a bit of playing around with my...

    So after a bit of playing around with my compiler, I discovered that the GSL works with Dev-C++ on Windows with no problems. What you need to do to get it to work with Dev-C++ is described here.
    ...
  4. Replies
    2
    Views
    5,612

    Inverse chi square cumulative distribution

    Hello,

    I need to use the inverse chi square cumulative distribution as part of a bigger program to predict pass/fail criteria. MatLab has a great implementation of this function; however I would...
  5. Replies
    12
    Views
    3,767

    I downloaded an executable which "installed" it....

    I downloaded an executable which "installed" it. I am not too sure what that exactly means though. I tried looking for the link, but I can't seem to find it at the moment.

    How would I go around...
  6. Replies
    12
    Views
    3,767

    Sorry to bring this up again, but anyone have any...

    Sorry to bring this up again, but anyone have any ideas?
  7. Replies
    12
    Views
    3,767

    Thanks Elysia, I shall not give up hope!

    Thanks Elysia, I shall not give up hope!
  8. Replies
    12
    Views
    3,767

    Sorry about that. Try here...

    Sorry about that. Try here.
  9. Replies
    12
    Views
    3,767

    Here...

    Here is a link to a screen shot of the folder with the "library".
  10. Replies
    12
    Views
    3,767

    It's an open source library, and there is a...

    It's an open source library, and there is a library in the form of an *.a file, and another in the form of a *.dll.a....
  11. Replies
    12
    Views
    3,767

    That's what I thought. However, I tried both...

    That's what I thought. However, I tried both adding those files into the project, and then as is shown here I put in the file location for the *.h file, and the required *.h files now show under...
  12. Replies
    12
    Views
    3,767

    Using external library with Visual C++

    Hello,
    I am trying to use the GNU Scientific library as part of my C program. I am devloping under Windows XP, using the Visual C++ compiler. I created this simple program to try to get the hang of...
  13. Replies
    4
    Views
    2,173

    I'm actually on a Windows box. I'm wondering if I...

    I'm actually on a Windows box. I'm wondering if I can just copy the file I need into my workspace in MS Visual C++ and try to compile that.

    I'll try that now I guess.
  14. Replies
    4
    Views
    2,173

    Sorry, I wasn't clear. The question is not about...

    Sorry, I wasn't clear. The question is not about the function, but rather about how to use it within my code. How do I compile it/ link it to be part of my program.. so that I can actually use the...
  15. Replies
    4
    Views
    2,173

    GNU Scientific Library

    Hi,
    I need to use the cumulative inverse chi squared distribution as part of my C program. I realise that the GNU library includes this function:
    ...
Results 1 to 15 of 15