1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 <!DOCTYPE GATEWAY SYSTEM "../../functions/xml/gateway.dtd">
4 <GATEWAY name="statistics">
5 <!-- =================== -->
8 Interface description. In this file, we define the list of the function which
9 will be available into Scilab and the link to the "native" function.
11 gatewayId is the position in the hashtable 'Interfaces' defined in the
12 file SCI/modules/core/src/c/callinterf.h
14 primitiveId is the position in the hashtable '<module>Table Tab[]' defined
15 in the file modules/<module>/sci_gateway/c/gw_<module>.c
17 primitiveName is the name of the Scilab function
20 Don't touch if you do not know what you are doing
24 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
25 * Copyright (C) 2007 - INRIA Allan CORNET
26 * Copyright (C) 2007 - INRIA Sylvestre LEDRU
28 * This file must be used under the terms of the CeCILL.
29 * This source file is licensed as described in the file COPYING, which
30 * you should have received as part of this distribution. The terms
31 * are also available at
32 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
36 <!-- =================== -->
38 <PRIMITIVE gatewayId="37" primitiveId="1" primitiveName="cdfbet" />
39 <PRIMITIVE gatewayId="37" primitiveId="2" primitiveName="cdfbin" />
40 <PRIMITIVE gatewayId="37" primitiveId="3" primitiveName="cdfchi" />
41 <PRIMITIVE gatewayId="37" primitiveId="4" primitiveName="cdfchn" />
42 <PRIMITIVE gatewayId="37" primitiveId="5" primitiveName="cdff" />
43 <PRIMITIVE gatewayId="37" primitiveId="6" primitiveName="cdffnc" />
44 <PRIMITIVE gatewayId="37" primitiveId="7" primitiveName="cdfgam" />
45 <PRIMITIVE gatewayId="37" primitiveId="8" primitiveName="cdfnbn" />
46 <PRIMITIVE gatewayId="37" primitiveId="9" primitiveName="cdfnor" />
47 <PRIMITIVE gatewayId="37" primitiveId="10" primitiveName="cdfpoi" />
48 <PRIMITIVE gatewayId="37" primitiveId="11" primitiveName="cdft" />