Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

cdf_32.c File Reference

#include "cdflib.h"

Go to the source code of this file.


Functions

void cumnbn (double *s, double *xn, double *pr, double *ompr, double *cum, double *ccum)

Function Documentation

void cumnbn double *    s,
double *    xn,
double *    pr,
double *    ompr,
double *    cum,
double *    ccum
 

Definition at line 2 of file cdf_32.c.

References cumbet(), and xn.

Referenced by cdfnbn().

00057 {
00058 static double T1;
00059 /*
00060      ..
00061      .. Executable Statements ..
00062 */
00063     T1 = *s+1.e0;
00064     cumbet(pr,ompr,xn,&T1,cum,ccum);
00065     return;
00066 } /* END */
 

Powered by Plone

This site conforms to the following standards: