Removed trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1394763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
955dda0258
commit
288558e48e
|
@ -546,7 +546,7 @@ public class RandomDataImpl implements RandomData, Serializable {
|
|||
*
|
||||
* @param distribution Continuous distribution to generate a random value from
|
||||
* @return a random value sampled from the given distribution
|
||||
* @throws MathIllegalArgumentException if the underlynig distribution throws one
|
||||
* @throws MathIllegalArgumentException if the underlynig distribution throws one
|
||||
* @since 2.2
|
||||
* @deprecated use the distribution's sample() method
|
||||
*/
|
||||
|
@ -562,7 +562,7 @@ public class RandomDataImpl implements RandomData, Serializable {
|
|||
*
|
||||
* @param distribution Integer distribution to generate a random value from
|
||||
* @return a random value sampled from the given distribution
|
||||
* @throws MathIllegalArgumentException if the underlynig distribution throws one
|
||||
* @throws MathIllegalArgumentException if the underlynig distribution throws one
|
||||
* @since 2.2
|
||||
* @deprecated use the distribution's sample() method
|
||||
*/
|
||||
|
|
|
@ -52,8 +52,8 @@ public class StableRandomGenerator implements NormalizedRandomGenerator {
|
|||
* @param alpha Stability parameter. Must be in range (0, 2]
|
||||
* @param beta Skewness parameter. Must be in range [-1, 1]
|
||||
* @throws NullArgumentException if generator is null
|
||||
* @throws OutOfRangeException if {@code alpha <= 0} or {@code alpha > 2}
|
||||
* or {@code beta < -1} or {@code beta > 1}
|
||||
* @throws OutOfRangeException if {@code alpha <= 0} or {@code alpha > 2}
|
||||
* or {@code beta < -1} or {@code beta > 1}
|
||||
*/
|
||||
public StableRandomGenerator(final RandomGenerator generator,
|
||||
final double alpha, final double beta)
|
||||
|
|
|
@ -179,7 +179,7 @@ public class ValueServer {
|
|||
* with <code>mode = DIGEST_MODE</code></p>
|
||||
*
|
||||
* @throws IOException if an I/O error occurs reading the input file
|
||||
* @throws NullArgumentException
|
||||
* @throws NullArgumentException
|
||||
* @throws ZeroException if URL contains no data
|
||||
*/
|
||||
public void computeDistribution() throws IOException, ZeroException, NullArgumentException {
|
||||
|
@ -198,7 +198,7 @@ public class ValueServer {
|
|||
*
|
||||
* @param binCount the number of bins used in computing the empirical
|
||||
* distribution
|
||||
* @throws NullArgumentException
|
||||
* @throws NullArgumentException
|
||||
* @throws IOException if an error occurs reading the input file
|
||||
* @throws ZeroException if URL contains no data
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue