[regression] some more files

This commit is contained in:
Jan Benda 2020-12-21 21:33:13 +01:00
parent f5c3bb6139
commit f6b52d32cb
7 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0
%%Title: pointprocessscetchA.tex
%%Creator: gnuplot 5.2 patchlevel 8
%%CreationDate: Thu Dec 17 09:43:52 2020
%%CreationDate: Mon Dec 21 20:05:25 2020
%%DocumentFonts:
%%BoundingBox: 50 50 373 135
%%EndComments
@ -441,7 +441,7 @@ SDict begin [
/Creator (gnuplot 5.2 patchlevel 8)
% /Producer (gnuplot)
% /Keywords ()
/CreationDate (Thu Dec 17 09:43:52 2020)
/CreationDate (Mon Dec 21 20:05:25 2020)
/DOCINFO pdfmark
end
} ifelse

View File

@ -43,12 +43,12 @@ endobj
<?adobe-xap-filters esc="CRLF"?>
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>
<rdf:Description rdf:about='uuid:8a96ce9a-7860-11f6-0000-2715cc4efb72' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.50'/>
<rdf:Description rdf:about='uuid:8a96ce9a-7860-11f6-0000-2715cc4efb72' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2020-12-17T09:43:53+01:00</xmp:ModifyDate>
<xmp:CreateDate>Thu -De-c T17: 0:9:43::2 </xmp:CreateDate>
<rdf:Description rdf:about='uuid:08017b8f-7bdc-11f6-0000-2715cc4efb72' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.50'/>
<rdf:Description rdf:about='uuid:08017b8f-7bdc-11f6-0000-2715cc4efb72' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2020-12-21T20:05:25+01:00</xmp:ModifyDate>
<xmp:CreateDate>Mon -De-c T21: 2:0:05::5 </xmp:CreateDate>
<xmp:CreatorTool>gnuplot 5.2 patchlevel 8</xmp:CreatorTool></rdf:Description>
<rdf:Description rdf:about='uuid:8a96ce9a-7860-11f6-0000-2715cc4efb72' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:8a96ce9a-7860-11f6-0000-2715cc4efb72'/>
<rdf:Description rdf:about='uuid:8a96ce9a-7860-11f6-0000-2715cc4efb72' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>pointprocessscetchA.tex</rdf:li></rdf:Alt></dc:title><dc:description><rdf:Alt><rdf:li xml:lang='x-default'>gnuplot plot</rdf:li></rdf:Alt></dc:description></rdf:Description>
<rdf:Description rdf:about='uuid:08017b8f-7bdc-11f6-0000-2715cc4efb72' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:08017b8f-7bdc-11f6-0000-2715cc4efb72'/>
<rdf:Description rdf:about='uuid:08017b8f-7bdc-11f6-0000-2715cc4efb72' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>pointprocessscetchA.tex</rdf:li></rdf:Alt></dc:title><dc:description><rdf:Alt><rdf:li xml:lang='x-default'>gnuplot plot</rdf:li></rdf:Alt></dc:description></rdf:Description>
</rdf:RDF>
</x:xmpmeta>
@ -58,8 +58,8 @@ endstream
endobj
2 0 obj
<</Producer(GPL Ghostscript 9.50)
/CreationDate(Thu Dec 17 09:43:52 2020)
/ModDate(D:20201217094353+01'00')
/CreationDate(Mon Dec 21 20:05:25 2020)
/ModDate(D:20201221200525+01'00')
/Title(pointprocessscetchA.tex)
/Creator(gnuplot 5.2 patchlevel 8)
/Subject(gnuplot plot)>>endobj
@ -77,7 +77,7 @@ xref
0000000814 00000 n
trailer
<< /Size 10 /Root 1 0 R /Info 2 0 R
/ID [<D51A7E59CE9BEE58662F7A2FCBD1201B><D51A7E59CE9BEE58662F7A2FCBD1201B>]
/ID [<A64A00E5900D0A4353056E653689E3CD><A64A00E5900D0A4353056E653689E3CD>]
>>
startxref
2571

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0
%%Title: pointprocessscetchB.tex
%%Creator: gnuplot 5.2 patchlevel 8
%%CreationDate: Thu Dec 17 09:43:53 2020
%%CreationDate: Mon Dec 21 20:05:26 2020
%%DocumentFonts:
%%BoundingBox: 50 50 373 237
%%EndComments
@ -441,7 +441,7 @@ SDict begin [
/Creator (gnuplot 5.2 patchlevel 8)
% /Producer (gnuplot)
% /Keywords ()
/CreationDate (Thu Dec 17 09:43:53 2020)
/CreationDate (Mon Dec 21 20:05:26 2020)
/DOCINFO pdfmark
end
} ifelse

View File

@ -34,7 +34,7 @@ function gradmse = meanSquaredGradient(x, y, func, p)
ph = eye(length(p))*h; % ... for each parameter
mse = meanSquaredError(x, y, func, p);
for i = 1:length(p) % for each coordinate ...
msepi = meanSquaredError(x, y, func, p + ph(:,i));
msepi = meanSquaredError(x, y, func, p(:) + ph(:,i));
gradmse(i) = (msepi - mse)/h;
end
end

Binary file not shown.

View File

@ -29,7 +29,7 @@ end
function gradmse = msegradient(t, x, func, p)
gradmse = zeros(size(p));
h = 1e-3; % stepsize for derivative
h = 1e-7; % stepsize for derivative
ph = eye(length(p))*h; % ... for each parameter
mse = meansquarederror(t, x, func, p);
for i = 1:length(p) % for each coordinate ...