Skip to content

Commit

Permalink
changed the permission on SamplingUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
dorx committed Jun 9, 2014
1 parent 1d413ce commit 7e1a481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package org.apache.spark.util.random

import org.apache.commons.math3.distribution.{PoissonDistribution, NormalDistribution}

private[random] object PoissonBounds {
private[spark] object PoissonBounds {

val delta = 1e-4 / 3.0
val phi = new NormalDistribution().cumulativeProbability(1.0 - delta)
Expand Down

0 comments on commit 7e1a481

Please sign in to comment.