Home
last modified time | relevance | path

Searched refs:LANCDF (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Ddp40.F32313 DOUBLE PRECISION FUNCTION LANCDF(X) function
32375 LANCDF=0.3989422803*EXP(-1/U)*SQRT(U)*
32379 LANCDF=(EXP(-U)/SQRT(U))*
32383 LANCDF=(P2(0)+(P2(1)+(P2(2)+P2(3)*V)*V)*V)/
32386 LANCDF=(P3(0)+(P3(1)+(P3(2)+P3(3)*V)*V)*V)/
32390 LANCDF=(P4(0)+(P4(1)+(P4(2)+P4(3)*U)*U)*U)/
32394 LANCDF=(P5(0)+(P5(1)+(P5(2)+P5(3)*U)*U)*U)/
32398 LANCDF=(P6(0)+(P6(1)+(P6(2)+P6(3)*U)*U)*U)/
32402 LANCDF=1.0-(A2(1)+(A2(2)+A2(3)*U)*U)*U
H A Ddp10.F9474 DOUBLE PRECISION LANCDF
10249 DXOUT=LANCDF(DBLE(XL))
H A Ddp18.F16783 DOUBLE PRECISION LANCDF
26340 DRESLT=LANCDF(DARG1)
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/help/
H A Ddphe4f.tex2591 -----LANCDF (LET)--------------------------------
2593 LANCDF
2596 LANCDF (LET)
2615 LET <y> = LANCDF(<x>) <SUBSET/EXCEPT/FOR qualification>
2622 LET A = LANCDF(3)
2623 LET X2 = LANCDF(X1)
2626 Dataplot computes the LANCDF routine using the DISLAN routine
2654 LANCDF = Compute the Landau Probability density
2678 PLOT LANCDF(X) FOR X = -5 0.1 200
2746 LANCDF = Compute the Landau cumulative distribution
[all …]
H A Ddphe1f.tex2316 LANCDF(X) Compute the Landau cumulative distribution
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/
H A Ddpnewf.tex8683 LET A = LANCDF(X) - cdf of Landau distribution