search for: erfc

Displaying 12 results from an estimated 12 matches for "erfc".

Did you mean: erf
2008 Apr 13
4
R equivalent of erfcinv in matlab
I am converting some matlab code into R that use inverse of the complementary error function, erfcinv and did not find an equivalent in R, is there such a function in some contributed modules? Thanks.
2008 Oct 06
1
Bug with message if there is no documentation; R2.8alpha Win32 (PR#13131)
In the latest R 2.8 alpha for Win32, if either of the commands are typed: > help("erfc") .. or .. > ?erfc the result is: No documentation for 'erfc' in specified packages and libraries: you could try '??erfc' This should be: 'help.search("erfc")', as shown in R 2.7.2 Apologies if this has already been submitted/fixed. -Mike --please do not...
2004 Jun 16
2
erf function documentation
...y be wrong, (and often am), but in trying to determine how to calculate the erf function, the documentation for 'pnorm' states: ## if you want the so-called 'error function' erf <- function(x) 2 * pnorm(x * sqrt(2)) - 1 ## and the so-called 'complementary error function' erfc <- function(x) 2 * pnorm(x * sqrt(2), lower=FALSE) Should, instead, it read: ## if you want the so-called 'error function' erf <- function(x) 2 * pnorm(x / sqrt(2)) - 1 ## and the so-called 'complementary error function' erfc <- function(x) 2 * pnorm(x / sqrt(2), lower=FAL...
2002 Nov 13
2
survreg (survival) reports erroneous results for left-censored data (PR#2287)
Full_Name: Tim Cohn Version: 1.6.1 OS: Macintosh OS X Submission from: (NULL) (130.11.34.250) The Mac version of survreg does not handle left-censored data correctly (at least the results are not what I get doing it other ways, and they are not the same as I get running R 1.6.1 in Windows 98se; the Windows 98 results are correct). On the windows version of R 1.6.1. >
2006 Jan 03
1
need to know some basic functionality features of R-Proj
...sion 4) polynomial regression 5) moving averages 6) chi-square for a two-by two table and for an n by m contingency table 7) moving averages - with various (e.g. exponential) weighting 8) cubic splines (smoothing, not interpolating) 9) other types of splines, e.g. 'linear' splines 10) erfc-1 inverse error function complement (i.e. tables of integrals of the normal (Gaussian) curve, or mathematical approximations) 11) erfc error function complement 12) Table of significant values for t test at P < 0.01 one sided or two sided - or polynomial approximation 13) Table of significan...
2010 Mar 17
0
NORMT3
Dear all, The package NORMT3 which computes the erf, erfc functions as well as the exact values of the convolution of a Gaussian with a Student's t 3 distribution has been enhanced with the addition of a function to compute Faddeeva's function. Thanks to Krishna Myneni for this addition. Guy Nason [[alternative HTML version deleted]] __...
2010 Mar 17
0
NORMT3
Dear all, The package NORMT3 which computes the erf, erfc functions as well as the exact values of the convolution of a Gaussian with a Student's t 3 distribution has been enhanced with the addition of a function to compute Faddeeva's function. Thanks to Krishna Myneni for this addition. Guy Nason [[alternative HTML version deleted]] __...
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...ong double erf(long double)': ../projects/libcxx/include/math.h:1107:90: error: '::erfl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double erfc(long double)': ../projects/libcxx/include/math.h:1117:91: error: '::erfcl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double exp2(long d...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...not been declared > inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double erfc(long double)': > ../projects/libcxx/include/math.h:1117:91: error: '::erfcl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(__lcpp_x);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...math.h:1107:90: error: '::erfl' has not been > declared > > inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) > _NOEXCEPT {return ::erfl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double erfc(long > double)': > > ../projects/libcxx/include/math.h:1117:91: error: '::erfcl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) > _NOEXCEPT {return ::erfcl(__lcpp_x);} > > > ^~ > &gt...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...ong double erf(long double)': ../projects/libcxx/include/math.h:1107:90: error: '::erfl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double erfc(long double)': ../projects/libcxx/include/math.h:1117:91: error: '::erfcl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double exp2(long d...
2017 Jul 21
0
Wine release 2.13
...non-zero VREFRESH value for display devices. Alex Henrie (10): msvcr120: Correct asinh specfile definitions. msvcr120: Correct erff specfile definition. msvcr120: If erff is not available, fall back to erf. msvcr120: Add acosh. msvcr120: Add atanh. msvcr120: Add erfc. msvcr120: Add expm1. msvcr120: Add log1p. msvcr120: Set errno in log2. msvcrt: Don't set errno in log functions if x is positive infinity. Alexandre Julliard (37): configure: Allow specifying different CFLAGS for the cross compiler. kernel32/tests: Wait for...