Skip to content

Commit

Permalink
Add title of first example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed May 23, 2024
1 parent a7c7913 commit 9195c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolbox/regression/ScoreYJmle.m
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@


%{
%% Example in which positive and negative obs require the same lambda.
rng('default')
rng(1)
rng(100)
n=100;
yori=randn(n,1);
% Transform the value to find out if we can recover the true value of
Expand Down

0 comments on commit 9195c0d

Please sign in to comment.