Added missing package.html files and added APL 2.0 to existing files.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aff4070d66
commit
04e808a26e
|
@ -1,5 +1,20 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:17 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:16 $ -->
|
||||||
<body>
|
<body>
|
||||||
Implementations of common numerical analysis procedures, including root finding and function interpolation.
|
Implementations of common numerical analysis procedures, including root finding and function interpolation.
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
<html>
|
||||||
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.1 $ $Date: 2004/04/26 18:28:16 $ -->
|
||||||
|
<body>
|
||||||
|
Complex number type and implementations of complex transcendental
|
||||||
|
functions.
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:25:28 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Implementations of common discrete and continuous distributions.</body>
|
<body>Implementations of common discrete and continuous distributions.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:19 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Linear algebra support.</body>
|
<body>Linear algebra support.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:33:34 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:16 $ -->
|
||||||
<body>Common classes used throughout the commons-math library.</body>
|
<body>Common classes used throughout the commons-math library.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:21 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Random number and random data generators.</body>
|
<body>Random number and random data generators.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:17 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Implementations of special functions such as Beta and Gamma.</body>
|
<body>Implementations of special functions such as Beta and Gamma.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
<html>
|
||||||
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.1 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
|
<body>
|
||||||
|
Classes providing hypothesis testing and confidence interval
|
||||||
|
construction.
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,21 @@
|
||||||
|
<html>
|
||||||
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.1 $ $Date: 2004/04/26 18:28:16 $ -->
|
||||||
|
<body>
|
||||||
|
Statistical routines involving multivariate data.
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:18 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Data storage, manipulation and summary routines.</body>
|
<body>Data storage, manipulation and summary routines.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.3 $ $Date: 2003/11/14 22:22:20 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.4 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Summary statistics based on moments.</body>
|
<body>Summary statistics based on moments.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,5 +1,20 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:21 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:18 $ -->
|
||||||
<body>
|
<body>
|
||||||
Generic univariate summary statistic objects.
|
Generic univariate summary statistic objects.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.3 $ $Date: 2003/11/14 22:22:21 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.4 $ $Date: 2004/04/26 18:28:17 $ -->
|
||||||
<body>Summary statistics based on ranks.</body>
|
<body>Summary statistics based on ranks.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.3 $ $Date: 2003/11/14 22:22:23 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.4 $ $Date: 2004/04/26 18:28:16 $ -->
|
||||||
<body>Other summary statistics.</body>
|
<body>Other summary statistics.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,4 +1,19 @@
|
||||||
<html>
|
<html>
|
||||||
<!-- $Revision: 1.4 $ $Date: 2003/11/14 22:22:17 $ -->
|
<!--
|
||||||
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:16 $ -->
|
||||||
<body>Convience routines and common data structure used throughout the commons-math library.</body>
|
<body>Convience routines and common data structure used throughout the commons-math library.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue