[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] trouble using statistics function
From: |
Javier Meseguer |
Subject: |
Re: [Help-gsl] trouble using statistics function |
Date: |
Mon, 23 Aug 2010 13:05:10 +0100 |
Hi Justin,
I hope the following link helps you:
http://osdir.com/ml/windows.gnu.user/2007-07/msg00021.html
<http://osdir.com/ml/windows.gnu.user/2007-07/msg00021.html>Best,
Javier
On Sun, Aug 22, 2010 at 3:33 PM, Justin Tang <address@hidden>wrote:
> Hi,
>
> I'm trying to use some statistics function(beta distribution cdf).
>
> I added the following line to include the header files.
>
> #include <gsl/gsl_cdf.h>
>
> And the following is the function using the gsl function gsl_cdf_beta_P(q,
> a, b)
>
> double
> pbeta(double q,
> double a,
> double b)
> {
> return gsl_cdf_beta_P(q, a, b);
> }
>
> And I got the following error.
>
> 1>libgsl.a(cdf_beta.o) : error LNK2001: unresolved external symbol _log1p
>
> Any help is appreciated.
>
> Justin
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl
>