Formatting only. Removed tabs and trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
45224a8ead
commit
fc26642480
|
@ -43,7 +43,7 @@ import org.apache.commons.math.stat.univariate.SummaryStatistics;
|
||||||
* build grouped frequnecy histograms representing the input data or to
|
* build grouped frequnecy histograms representing the input data or to
|
||||||
* generate random values "like" those in the input file -- i.e., the values
|
* generate random values "like" those in the input file -- i.e., the values
|
||||||
* generated will follow the distribution of the values in the file.
|
* generated will follow the distribution of the values in the file.
|
||||||
* @version $Revision: 1.17 $ $Date: 2004/04/12 02:27:49 $
|
* @version $Revision: 1.18 $ $Date: 2004/06/14 23:15:14 $
|
||||||
*/
|
*/
|
||||||
public interface EmpiricalDistribution {
|
public interface EmpiricalDistribution {
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ import org.apache.commons.math.stat.univariate.SummaryStatistics;
|
||||||
* entry per line.</li>
|
* entry per line.</li>
|
||||||
* </ul></p>
|
* </ul></p>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.20 $ $Date: 2004/06/02 00:20:21 $
|
* @version $Revision: 1.21 $ $Date: 2004/06/14 23:15:14 $
|
||||||
*/
|
*/
|
||||||
public class EmpiricalDistributionImpl implements Serializable, EmpiricalDistribution {
|
public class EmpiricalDistributionImpl implements Serializable, EmpiricalDistribution {
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ import java.util.Collection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Random data generation utilities
|
* Random data generation utilities
|
||||||
* @version $Revision: 1.9 $ $Date: 2004/04/11 19:00:45 $
|
* @version $Revision: 1.10 $ $Date: 2004/06/14 23:15:15 $
|
||||||
*/
|
*/
|
||||||
public interface RandomData {
|
public interface RandomData {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -66,7 +66,7 @@ import java.util.Collection;
|
||||||
* (so secure sequences started with calls to reseedSecure(long) won't be
|
* (so secure sequences started with calls to reseedSecure(long) won't be
|
||||||
* identical).</li></ul>
|
* identical).</li></ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.14 $ $Date: 2004/06/02 00:20:21 $
|
* @version $Revision: 1.15 $ $Date: 2004/06/14 23:15:15 $
|
||||||
*/
|
*/
|
||||||
public class RandomDataImpl implements RandomData, Serializable {
|
public class RandomDataImpl implements RandomData, Serializable {
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ import java.net.MalformedURLException;
|
||||||
* standard deviation = <code>sigma</code></li>
|
* standard deviation = <code>sigma</code></li>
|
||||||
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
|
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.12 $ $Date: 2004/02/21 21:35:15 $
|
* @version $Revision: 1.13 $ $Date: 2004/06/14 23:15:15 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ValueServer implements Serializable {
|
public class ValueServer implements Serializable {
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
<!-- $Revision: 1.6 $ $Date: 2004/06/14 23:15:15 $ -->
|
||||||
<body>Random number and random data generators.</body>
|
<body>Random number and random data generators.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue