Skip to content

Commit

Permalink
fix code name in PoissonDistribution classdef
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Feb 18, 2024
1 parent 595c5b4 commit d961273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/dist_obj/PoissonDistribution.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
properties (GetAccess = public, Constant = true)
CensoringAllowed = false;
DistributionName = "PoissonDistribution";
DistributionCode = "rayl";
DistributionCode = "poiss";
NumParameters = 1;
ParameterNames = {"lambda"};
ParameterDescription = {"Rate"};
Expand Down

0 comments on commit d961273

Please sign in to comment.