Add missing since tag.
This commit is contained in:
parent
d76128ccf3
commit
026af89ceb
|
@ -28,6 +28,8 @@ import org.apache.commons.math3.util.FastMath;
|
||||||
* This class implements the Nakagami distribution.
|
* This class implements the Nakagami distribution.
|
||||||
*
|
*
|
||||||
* @see <a href="http://en.wikipedia.org/wiki/Nakagami_distribution">Nakagami Distribution (Wikipedia)</a>
|
* @see <a href="http://en.wikipedia.org/wiki/Nakagami_distribution">Nakagami Distribution (Wikipedia)</a>
|
||||||
|
*
|
||||||
|
* @since 3.4
|
||||||
*/
|
*/
|
||||||
public class NakagamiDistribution extends AbstractRealDistribution {
|
public class NakagamiDistribution extends AbstractRealDistribution {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue