Skip to content

Commit

Permalink
Fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Munsky committed Aug 29, 2024
1 parent 4475f69 commit b03757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/example_DUSP1_Regulation.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
%% STEP8 == Sweep overParameters and Plot Likelihood Functions
fitErrorsB1 = B{1}.likelihoodSweep([2,3],linspace(.5,1.5,11),true);
title('Ideal data. Original FSP.')
fitErrorsB2 = B{2}.likelihoodSweep([2,3],libttnspace(.5,1.5,11),true);
fitErrorsB2 = B{2}.likelihoodSweep([2,3],linspace(.5,1.5,11),true);
title('Binomial data distortion. Original FSP.')
fitErrorsB3 = B{3}.likelihoodSweep([2,3],linspace(.5,1.5,11),true);
title('Binomial data distortion. FSP+PDO.')
Expand Down

0 comments on commit b03757b

Please sign in to comment.