Displaying 2 results from an estimated 2 matches for "maxnorm".
2008 Oct 21
5
how to plot the histogram and the curve in the same graph
i want to plot the histogram and the curve in the same graph.if i have a set
of data ,i plot the histogram and also want to see what distribution it
was.So i want to plot the curve to know what distribution it like.
--
View this message in context: http://www.nabble.com/how-to-plot-the-histogram-and-the-curve-in--the-same-graph-tp20082506p20082506.html
Sent from the R help mailing list archive at
2003 May 04
0
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837): final report
...brary on a half-dozen systems, including a couple
in glibc. However, although the tests show some differences between
the four guest O/Ses, the chi-square and incomplete gamma function
tests pass.
The tests reveal that OpenBSD has these anomalies: exp(-Inf) -> NaN,
exp(Inf) -> Inf, but exp(-MAXNORMAL) -> 0 and exp(MAXNORMAL) -> +Inf,
as expected.
Examination of the R-1.7.0/src/nmath/pweibull.c file shows that
pweibull() calls pow(), log(), log1p(), and R_D_exp(), and the latter
is defined in ./src/nmath/dpq.h as
#define R_D_exp(x) (log_p ? (x) : exp(x)) /* exp(x) */
I...