Skip to content

Commit

Permalink
Bug fixed inside mFNChgenrnd
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Jan 12, 2025
1 parent 2a4c0fb commit 61aac0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions toolbox/utilities_stat/mFNChygernd.m
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,14 @@
legend(["Theoretical probabilities" "Relative frequencies"])
%}

%{
% Example where there are equal weights.
m=[60 60 60 60];
w=[1 1 10 1];
r=mFNChygernd(m, w, 80);
%}


%% Beginning of code

if nargin < 3
Expand Down

0 comments on commit 61aac0d

Please sign in to comment.