Skip to content

Commit 9195c0d

Browse files
Add title of first example
1 parent a7c7913 commit 9195c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolbox/regression/ScoreYJmle.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@
145145

146146

147147
%{
148+
%% Example in which positive and negative obs require the same lambda.
148149
rng('default')
149-
rng(1)
150+
rng(100)
150151
n=100;
151152
yori=randn(n,1);
152153
% Transform the value to find out if we can recover the true value of

0 commit comments

Comments
 (0)