Squashed 'boost/' content from commit b4feb19f2

git-subtree-dir: boost
git-subtree-split: b4feb19f287ee92d87a9624b5d36b7cf46aeadeb
This commit is contained in:
Bill Somerville
2018-06-09 21:48:32 +01:00
commit 4ebe6417a5
12444 changed files with 2327021 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
# Copyright John Maddock 2008. Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import os ;
import common ;
import modules ;
import regex ;
inkscape_global = [ modules.peek : INKSCAPE ] ;
if $(inkscape_global)
{
inkscape = $(inkscape_global) ;
ECHO "Using the INKSCAPE environment variable to set inkscape to: " $(inkscape) ;
}
else if [ os.name ] = NT
{
inkscape_reg = [ W32_GETREG "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\svgfile\\shell\\Inkscape\\command" ] ;
inkscape_parts = [ regex.split $(inkscape_reg) "\"%1" ] ;
inkscape = $(inkscape_parts[1]) ;
ECHO "Using the Windows registry to set the Inkscape path to: " $(inkscape) ;
ECHO "If that's not correct, try setting the INKSCAPE environment " ;
ECHO "variable to the correct path and executable file name." ;
}
else
{
inkscape = "inkscape" ;
ECHO "No inkscape path specified, defaulting to \"inkscape\"." ;
ECHO "If that's not correct, try setting the INKSCAPE environment " ;
ECHO "variable to the correct path and executable file name." ;
}
#make inkscape.check : : @inkscape-rule ;
actions inkscape-rule
{
$(inkscape) --version > inkscape.version
}
actions svg2png
{
$(inkscape) -d 120 -e $(<) $(>)
}
for local source in [ glob *.svg ]
{
path-constant p : $(source:B).png ;
make $(p) : $(source) : @svg2png ;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="487.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="489.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,333.2 L84.2,333.2 M82.2,307.4 L84.2,307.4 M82.2,294.5 L84.2,294.5 M82.2,281.7 L84.2,281.7 M82.2,255.9 L84.2,255.9 M82.2,243.1 L84.2,243.1 M82.2,230.2 L84.2,230.2 M82.2,204.4 L84.2,204.4 M82.2,191.6 L84.2,191.6 M82.2,178.7 L84.2,178.7 M82.2,153 L84.2,153 M82.2,140.1 L84.2,140.1 M82.2,127.2 L84.2,127.2 M82.2,101.5 L84.2,101.5 M82.2,88.6 L84.2,88.6 M82.2,75.72 L84.2,75.72 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M97.54,341 L97.54,343 M110.9,341 L110.9,343 M124.2,341 L124.2,343 M150.9,341 L150.9,343 M164.2,341 L164.2,343 M177.6,341 L177.6,343 M204.2,341 L204.2,343 M217.6,341 L217.6,343 M230.9,341 L230.9,343 M257.6,341 L257.6,343 M270.9,341 L270.9,343 M284.3,341 L284.3,343 M311,341 L311,343 M324.3,341 L324.3,343 M337.6,341 L337.6,343 M364.3,341 L364.3,343 M377.7,341 L377.7,343 M391,341 L391,343 M417.7,341 L417.7,343 M431,341 L431,343 M444.3,341 L444.3,343 M471,341 L471,343 M484.4,341 L484.4,343 M497.7,341 L497.7,343 M524.4,341 L524.4,343 M537.7,341 L537.7,343 M551.1,341 L551.1,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,320.3 L84.2,320.3 M79.2,268.8 L84.2,268.8 M79.2,217.3 L84.2,217.3 M79.2,165.8 L84.2,165.8 M79.2,114.3 L84.2,114.3 M79.2,62.85 L84.2,62.85 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M137.6,341 L137.6,346 M190.9,341 L190.9,346 M244.3,341 L244.3,346 M297.6,341 L297.6,346 M351,341 L351,346 M404.3,341 L404.3,346 M457.7,341 L457.7,346 M511,341 L511,346 M564.4,341 L564.4,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="137.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="190.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="244.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="297.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="351" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">6</text>
<text x="404.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">7</text>
<text x="457.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">8</text>
<text x="511" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">9</text>
<text x="564.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text></g>
<g id="yTicksValues">
<text x="73.2" y="322.7" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="271.2" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="219.7" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="168.2" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="73.2" y="116.7" text-anchor="end" font-size="12" font-family="Verdana">2.5</text>
<text x="73.2" y="65.25" text-anchor="end" font-size="12" font-family="Verdana">3</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">acosh(z)</text></g>
<g id="xLabel">
<text x="329.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,371.8 L86.6,341 L89,328.4 L91.4,318.9 L93.8,310.9 L96.2,303.9 L98.61,297.7 L101,292 L103.4,286.8 L105.8,282 L108.2,277.4 L110.6,273.1 L113,269.1 L115.4,265.2 L117.8,261.5 L120.2,258 L122.6,254.6 L125,251.4 L127.4,248.3 L129.8,245.2 L132.2,242.3 L134.6,239.5 L137,236.8 L139.4,234.1 L141.8,231.5 L144.2,229 L146.6,226.6 L149,224.2 L151.4,221.9 L153.8,219.6 L156.2,217.4 L158.6,215.3 L161,213.2 L163.4,211.1 L165.8,209.1 L168.2,207.1 L170.6,205.2 L173,203.3 L175.4,201.4 L177.8,199.6 L180.2,197.8 L182.6,196.1 L185,194.3 L187.4,192.7 L189.8,191 L192.2,189.4 L194.6,187.7 L197,186.2 L199.4,184.6 L201.8,183.1 L204.2,181.6 L206.6,180.1 L209.1,178.6 L211.5,177.2 L213.9,175.7 L216.3,174.3 L218.7,173 L221.1,171.6 L223.5,170.2 L225.9,168.9 L228.3,167.6 L230.7,166.3 L233.1,165 L235.5,163.8 L237.9,162.5 L240.3,161.3 L242.7,160.1 L245.1,158.9 L247.5,157.7 L249.9,156.5 L252.3,155.4 L254.7,154.2 L257.1,153.1 L259.5,152 L261.9,150.9 L264.3,149.8 L266.7,148.7 L269.1,147.6 L271.5,146.6 L273.9,145.5 L276.3,144.5 L278.7,143.5 L281.1,142.4 L283.5,141.4 L285.9,140.4 L288.3,139.5 L290.7,138.5 L293.1,137.5 L295.5,136.6 L297.9,135.6 L300.3,134.7 L302.7,133.7 L305.1,132.8 L307.5,131.9 L309.9,131 L312.3,130.1 L314.7,129.2 L317.1,128.3 L319.5,127.4 L321.9,126.6 L324.3,125.7 L326.7,124.9 L329.1,124 L331.5,123.2 L333.9,122.3 L336.3,121.5 L338.7,120.7 L341.1,119.9 L343.5,119.1 L345.9,118.3 L348.3,117.5 L350.7,116.7 L353.1,115.9 L355.5,115.1 L357.9,114.4 L360.3,113.6 L362.7,112.9 L365.1,112.1 L367.5,111.4 L369.9,110.6 L372.3,109.9 L374.7,109.2 L377.1,108.4 L379.5,107.7 L381.9,107 L384.3,106.3 L386.7,105.6 L389.1,104.9 L391.5,104.2 L393.9,103.5 L396.3,102.8 L398.7,102.1 L401.1,101.4 L403.5,100.8 L405.9,100.1 L408.3,99.44 L410.7,98.78 L413.1,98.13 L415.5,97.47 L417.9,96.83 L420.3,96.18 L422.7,95.55 L425.1,94.91 L427.5,94.28 L429.9,93.65 L432.3,93.03 L434.7,92.41 L437.1,91.79 L439.5,91.18 L441.9,90.57 L444.3,89.97 L446.7,89.37 L449.1,88.77 L451.5,88.18 L454,87.59 L456.4,87 L458.8,86.41 L461.2,85.83 L463.6,85.26 L466,84.68 L468.4,84.11 L470.8,83.54 L473.2,82.98 L475.6,82.42 L478,81.86 L480.4,81.3 L482.8,80.75 L485.2,80.2 L487.6,79.65 L490,79.11 L492.4,78.57 L494.8,78.03 L497.2,77.5 L499.6,76.97 L502,76.44 L504.4,75.91 L506.8,75.38 L509.2,74.86 L511.6,74.34 L514,73.83 L516.4,73.31 L518.8,72.8 L521.2,72.3 L523.6,71.79 L526,71.29 L528.4,70.78 L530.8,70.29 L533.2,69.79 L535.6,69.3 L538,68.8 L540.4,68.32 L542.8,67.83 L545.2,67.34 L547.6,66.86 L550,66.38 L552.4,65.9 L554.8,65.43 L557.2,64.96 L559.6,64.48 L562,64.02 L564.4,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">acosh</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="479.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="92.6" y="58" width="481.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="328.6" y1="58" x2="328.6" y2="346"/><line x1="92.6" y1="58" x2="92.6" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="219.5" x2="574" y2="219.5"/><line x1="87.6" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,212.2 L92.6,212.2 M90.6,204.9 L92.6,204.9 M90.6,197.6 L92.6,197.6 M90.6,183.1 L92.6,183.1 M90.6,175.8 L92.6,175.8 M90.6,168.5 L92.6,168.5 M90.6,154 L92.6,154 M90.6,146.7 L92.6,146.7 M90.6,139.4 L92.6,139.4 M90.6,124.9 L92.6,124.9 M90.6,117.6 L92.6,117.6 M90.6,110.3 L92.6,110.3 M90.6,95.74 L92.6,95.74 M90.6,88.46 L92.6,88.46 M90.6,81.18 L92.6,81.18 M90.6,66.62 L92.6,66.62 M90.6,59.35 L92.6,59.35 M90.6,219.5 L92.6,219.5 M90.6,226.7 L92.6,226.7 M90.6,234 L92.6,234 M90.6,241.3 L92.6,241.3 M90.6,248.6 L92.6,248.6 M90.6,255.9 L92.6,255.9 M90.6,263.1 L92.6,263.1 M90.6,270.4 L92.6,270.4 M90.6,277.7 L92.6,277.7 M90.6,277.7 L92.6,277.7 M90.6,285 L92.6,285 M90.6,292.3 L92.6,292.3 M90.6,299.5 L92.6,299.5 M90.6,306.8 L92.6,306.8 M90.6,314.1 L92.6,314.1 M90.6,321.4 L92.6,321.4 M90.6,328.6 L92.6,328.6 M90.6,335.9 L92.6,335.9 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M358.1,341 L358.1,343 M387.6,341 L387.6,343 M417.1,341 L417.1,343 M476.1,341 L476.1,343 M505.6,341 L505.6,343 M535.1,341 L535.1,343 M299.1,341 L299.1,343 M269.6,341 L269.6,343 M240.1,341 L240.1,343 M181.1,341 L181.1,343 M151.6,341 L151.6,343 M122.1,341 L122.1,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,219.5 L92.6,219.5 M87.6,190.4 L92.6,190.4 M87.6,161.2 L92.6,161.2 M87.6,132.1 L92.6,132.1 M87.6,103 L92.6,103 M87.6,73.9 L92.6,73.9 M87.6,219.5 L92.6,219.5 M87.6,248.6 L92.6,248.6 M87.6,277.7 L92.6,277.7 M87.6,306.8 L92.6,306.8 M87.6,335.9 L92.6,335.9 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M328.6,341 L328.6,346 M446.6,341 L446.6,346 M564.6,341 L564.6,346 M328.6,341 L328.6,346 M210.6,341 L210.6,346 M92.6,341 L92.6,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="328.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="446.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="564.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text>
<text x="328.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="210.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text>
<text x="92.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-20</text></g>
<g id="yTicksValues">
<text x="81.6" y="221.9" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="192.8" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="81.6" y="163.6" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="81.6" y="134.5" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="81.6" y="105.4" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="81.6" y="76.3" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="81.6" y="221.9" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="251" text-anchor="end" font-size="12" font-family="Verdana">-0.1</text>
<text x="81.6" y="280.1" text-anchor="end" font-size="12" font-family="Verdana">-0.2</text>
<text x="81.6" y="309.2" text-anchor="end" font-size="12" font-family="Verdana">-0.3</text>
<text x="81.6" y="338.3" text-anchor="end" font-size="12" font-family="Verdana">-0.4</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">airy_ai(z)</text></g>
<g id="xLabel">
<text x="333.3" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M92.6,270.8 L94.96,206.3 L97.32,151.5 L99.68,146.5 L102,194.6 L104.4,260.7 L106.8,297.5 L109.1,279.2 L111.5,219.1 L113.8,159.2 L116.2,140.5 L118.6,175.4 L120.9,239.9 L123.3,290.9 L125.6,295.1 L128,250.1 L130.4,185.4 L132.7,142.2 L135.1,147.6 L137.4,197.6 L139.8,261.1 L142.2,299.5 L144.5,289.9 L146.9,238.6 L149.2,176 L151.6,138.5 L154,147.2 L156.3,196.6 L158.7,258.9 L161,299.6 L163.4,296.9 L165.8,252.8 L168.1,191.1 L170.5,144 L172.8,135.6 L175.2,169.5 L177.6,228.4 L179.9,283 L182.3,306.9 L184.6,289.2 L187,238.8 L189.4,179.4 L191.7,138.1 L194.1,133.1 L196.4,166 L198.8,222 L201.2,277 L203.5,308.1 L205.9,303 L208.2,264.2 L210.6,207.8 L212.9,155.7 L215.3,127.9 L217.7,134 L220,171.4 L222.4,225.9 L224.7,278.3 L227.1,310.6 L229.5,312.5 L231.8,284 L234.2,234.8 L236.5,180.8 L238.9,138.5 L241.3,120.1 L243.6,130.4 L246,165.8 L248.3,215.9 L250.7,267.1 L253.1,306 L255.4,323.2 L257.8,315.3 L260.1,284.8 L262.5,239.4 L264.9,189.5 L267.2,145.9 L269.6,117.4 L271.9,108.8 L274.3,121.2 L276.7,151.4 L279,193.5 L281.4,239.9 L283.7,283.2 L286.1,316.9 L288.5,336.9 L290.8,341 L293.2,329.8 L295.5,305.4 L297.9,271.4 L300.3,232.1 L302.6,191.5 L305,153.3 L307.3,120.3 L309.7,94.32 L312.1,76.32 L314.4,66.28 L316.8,63.55 L319.1,67.04 L321.5,75.4 L323.9,87.23 L326.2,101.2 L328.6,116.1 L330.9,131.1 L333.3,145.3 L335.7,158.4 L338,170 L340.4,180.1 L342.7,188.6 L345.1,195.6 L347.5,201.3 L349.8,205.8 L352.2,209.3 L354.5,212 L356.9,214.1 L359.3,215.6 L361.6,216.7 L364,217.5 L366.3,218.1 L368.7,218.6 L371.1,218.8 L373.4,219.1 L375.8,219.2 L378.1,219.3 L380.5,219.3 L382.9,219.4 L385.2,219.4 L387.6,219.4 L389.9,219.4 L392.3,219.5 L394.7,219.5 L397,219.5 L399.4,219.5 L401.7,219.5 L404.1,219.5 L406.5,219.5 L408.8,219.5 L411.2,219.5 L413.5,219.5 L415.9,219.5 L418.3,219.5 L420.6,219.5 L423,219.5 L425.3,219.5 L427.7,219.5 L430.1,219.5 L432.4,219.5 L434.8,219.5 L437.1,219.5 L439.5,219.5 L441.9,219.5 L444.2,219.5 L446.6,219.5 L448.9,219.5 L451.3,219.5 L453.6,219.5 L456,219.5 L458.4,219.5 L460.7,219.5 L463.1,219.5 L465.4,219.5 L467.8,219.5 L470.2,219.5 L472.5,219.5 L474.9,219.5 L477.2,219.5 L479.6,219.5 L482,219.5 L484.3,219.5 L486.7,219.5 L489,219.5 L491.4,219.5 L493.8,219.5 L496.1,219.5 L498.5,219.5 L500.8,219.5 L503.2,219.5 L505.6,219.5 L507.9,219.5 L510.3,219.5 L512.6,219.5 L515,219.5 L517.4,219.5 L519.7,219.5 L522.1,219.5 L524.4,219.5 L526.8,219.5 L529.2,219.5 L531.5,219.5 L533.9,219.5 L536.2,219.5 L538.6,219.5 L541,219.5 L543.3,219.5 L545.7,219.5 L548,219.5 L550.4,219.5 L552.8,219.5 L555.1,219.5 L557.5,219.5 L559.8,219.5 L562.2,219.5 L564.6,219.5 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Ai</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="479.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="92.6" y="58" width="481.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="328.6" y1="58" x2="328.6" y2="346"/><line x1="92.6" y1="58" x2="92.6" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="205.6" x2="574" y2="205.6"/><line x1="87.6" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,190.4 L92.6,190.4 M90.6,175.3 L92.6,175.3 M90.6,160.2 L92.6,160.2 M90.6,129.9 L92.6,129.9 M90.6,114.8 L92.6,114.8 M90.6,99.68 L92.6,99.68 M90.6,69.43 L92.6,69.43 M90.6,205.6 L92.6,205.6 M90.6,220.7 L92.6,220.7 M90.6,235.8 L92.6,235.8 M90.6,251 L92.6,251 M90.6,266.1 L92.6,266.1 M90.6,281.2 L92.6,281.2 M90.6,296.3 L92.6,296.3 M90.6,311.5 L92.6,311.5 M90.6,326.6 L92.6,326.6 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M358.1,341 L358.1,343 M387.6,341 L387.6,343 M417.1,341 L417.1,343 M476.1,341 L476.1,343 M505.6,341 L505.6,343 M535.1,341 L535.1,343 M299.1,341 L299.1,343 M269.6,341 L269.6,343 M240.1,341 L240.1,343 M181.1,341 L181.1,343 M151.6,341 L151.6,343 M122.1,341 L122.1,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,205.6 L92.6,205.6 M87.6,145.1 L92.6,145.1 M87.6,84.56 L92.6,84.56 M87.6,205.6 L92.6,205.6 M87.6,266.1 L92.6,266.1 M87.6,326.6 L92.6,326.6 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M328.6,341 L328.6,346 M446.6,341 L446.6,346 M564.6,341 L564.6,346 M328.6,341 L328.6,346 M210.6,341 L210.6,346 M92.6,341 L92.6,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="328.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="446.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="564.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text>
<text x="328.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="210.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text>
<text x="92.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-20</text></g>
<g id="yTicksValues">
<text x="81.6" y="208" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="147.5" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="81.6" y="86.96" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="81.6" y="208" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="268.5" text-anchor="end" font-size="12" font-family="Verdana">-0.5</text>
<text x="81.6" y="329" text-anchor="end" font-size="12" font-family="Verdana">-1</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">airy_ai_prime(z)</text></g>
<g id="xLabel">
<text x="333.3" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M92.6,97.52 L94.96,63.55 L97.32,134.7 L99.68,257 L102,341 L104.4,327.2 L106.8,227.2 L109.1,112.9 L111.5,64.16 L113.8,113.3 L116.2,224.8 L118.6,322.3 L120.9,340.9 L123.3,270 L125.6,157.7 L128,77.46 L130.4,79.93 L132.7,161.8 L135.1,270.1 L137.4,337.4 L139.8,323.5 L142.2,238.6 L144.5,135 L146.9,74.08 L149.2,90.35 L151.6,172.6 L154,272.6 L156.3,333.8 L158.7,323.4 L161,248.9 L163.4,152 L165.8,84.73 L168.1,81.66 L170.5,142.6 L172.8,234.8 L175.2,311 L177.6,334.1 L179.9,294.2 L182.3,212.4 L184.6,128.6 L187,81.76 L189.4,92.31 L191.7,153.7 L194.1,237.1 L196.4,305.4 L198.8,329.9 L201.2,301.7 L203.5,234.3 L205.9,156.4 L208.2,99.44 L210.6,85.01 L212.9,117 L215.3,181.7 L217.7,254 L220,307.3 L222.4,323.6 L224.7,298.8 L227.1,243 L229.5,176 L231.8,120.1 L234.2,92.36 L236.5,100.1 L238.9,139.4 L241.3,197.1 L243.6,255.7 L246,298.9 L248.3,315.7 L250.7,303.2 L253.1,266.3 L255.4,215.4 L257.8,163.7 L260.1,123.4 L262.5,102.7 L264.9,105 L267.2,128.1 L269.6,166 L271.9,210 L274.3,251.5 L276.7,283.1 L279,300.2 L281.4,301.3 L283.7,287.5 L286.1,262.4 L288.5,230.8 L290.8,197.7 L293.2,167.5 L295.5,143.6 L297.9,127.9 L300.3,121.1 L302.6,122.5 L305,130.8 L307.3,143.9 L309.7,159.8 L312.1,176.6 L314.4,192.6 L316.8,206.8 L319.1,218.4 L321.5,227 L323.9,232.8 L326.2,236 L328.6,236.9 L330.9,236.1 L333.3,234.1 L335.7,231.3 L338,228.1 L340.4,224.8 L342.7,221.6 L345.1,218.7 L347.5,216.1 L349.8,213.9 L352.2,212 L354.5,210.5 L356.9,209.3 L359.3,208.3 L361.6,207.6 L364,207 L366.3,206.6 L368.7,206.3 L371.1,206.1 L373.4,205.9 L375.8,205.8 L378.1,205.7 L380.5,205.7 L382.9,205.6 L385.2,205.6 L387.6,205.6 L389.9,205.6 L392.3,205.6 L394.7,205.6 L397,205.6 L399.4,205.6 L401.7,205.6 L404.1,205.6 L406.5,205.6 L408.8,205.6 L411.2,205.6 L413.5,205.6 L415.9,205.6 L418.3,205.6 L420.6,205.6 L423,205.6 L425.3,205.6 L427.7,205.6 L430.1,205.6 L432.4,205.6 L434.8,205.6 L437.1,205.6 L439.5,205.6 L441.9,205.6 L444.2,205.6 L446.6,205.6 L448.9,205.6 L451.3,205.6 L453.6,205.6 L456,205.6 L458.4,205.6 L460.7,205.6 L463.1,205.6 L465.4,205.6 L467.8,205.6 L470.2,205.6 L472.5,205.6 L474.9,205.6 L477.2,205.6 L479.6,205.6 L482,205.6 L484.3,205.6 L486.7,205.6 L489,205.6 L491.4,205.6 L493.8,205.6 L496.1,205.6 L498.5,205.6 L500.8,205.6 L503.2,205.6 L505.6,205.6 L507.9,205.6 L510.3,205.6 L512.6,205.6 L515,205.6 L517.4,205.6 L519.7,205.6 L522.1,205.6 L524.4,205.6 L526.8,205.6 L529.2,205.6 L531.5,205.6 L533.9,205.6 L536.2,205.6 L538.6,205.6 L541,205.6 L543.3,205.6 L545.7,205.6 L548,205.6 L550.4,205.6 L552.8,205.6 L555.1,205.6 L557.5,205.6 L559.8,205.6 L562.2,205.6 L564.6,205.6 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Ai'</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="500.5" y1="58" x2="500.5" y2="346"/><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="332.3" x2="574" y2="332.3"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,308.4 L75.8,308.4 M73.8,284.4 L75.8,284.4 M73.8,260.5 L75.8,260.5 M73.8,212.6 L75.8,212.6 M73.8,188.7 L75.8,188.7 M73.8,164.8 L75.8,164.8 M73.8,116.9 L75.8,116.9 M73.8,92.98 L75.8,92.98 M73.8,69.05 L75.8,69.05 M73.8,332.3 L75.8,332.3 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M527.1,341 L527.1,343 M553.6,341 L553.6,343 M474,341 L474,343 M447.4,341 L447.4,343 M420.9,341 L420.9,343 M367.8,341 L367.8,343 M341.3,341 L341.3,343 M314.7,341 L314.7,343 M261.6,341 L261.6,343 M235.1,341 L235.1,343 M208.5,341 L208.5,343 M155.4,341 L155.4,343 M128.9,341 L128.9,343 M102.3,341 L102.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,332.3 L75.8,332.3 M70.8,236.6 L75.8,236.6 M70.8,140.8 L75.8,140.8 M70.8,332.3 L75.8,332.3 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M500.5,341 L500.5,346 M500.5,341 L500.5,346 M394.3,341 L394.3,346 M288.2,341 L288.2,346 M182,341 L182,346 M75.8,341 L75.8,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="500.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="500.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="394.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text>
<text x="288.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text>
<text x="182" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-15</text>
<text x="75.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-20</text></g>
<g id="yTicksValues">
<text x="64.8" y="334.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="239" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="64.8" y="143.2" text-anchor="end" font-size="12" font-family="Verdana">10</text>
<text x="64.8" y="334.7" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">airy_bi(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,336.1 L78.24,337.3 L80.68,337.2 L83.13,335.8 L85.57,333.6 L88.01,331 L90.45,328.7 L92.9,327.4 L95.34,327.2 L97.78,328.3 L100.2,330.4 L102.7,333 L105.1,335.4 L107.5,337 L110,337.5 L112.4,336.8 L114.9,335 L117.3,332.6 L119.8,330.1 L122.2,328.1 L124.6,327.1 L127.1,327.3 L129.5,328.6 L132,330.8 L134.4,333.3 L136.9,335.6 L139.3,337.1 L141.7,337.6 L144.2,336.9 L146.6,335.2 L149.1,332.9 L151.5,330.4 L153.9,328.4 L156.4,327.1 L158.8,327 L161.3,327.9 L163.7,329.8 L166.2,332.2 L168.6,334.6 L171,336.5 L173.5,337.6 L175.9,337.6 L178.4,336.6 L180.8,334.7 L183.3,332.4 L185.7,330 L188.1,328.1 L190.6,326.9 L193,326.8 L195.5,327.8 L197.9,329.5 L200.3,331.8 L202.8,334.2 L205.2,336.2 L207.7,337.5 L210.1,337.9 L212.6,337.3 L215,335.8 L217.4,333.6 L219.9,331.3 L222.3,329.1 L224.8,327.5 L227.2,326.7 L229.7,326.8 L232.1,327.8 L234.5,329.6 L237,331.8 L239.4,334.1 L241.9,336.1 L244.3,337.5 L246.8,338.1 L249.2,337.8 L251.6,336.6 L254.1,334.8 L256.5,332.5 L259,330.3 L261.4,328.4 L263.8,327 L266.3,326.4 L268.7,326.6 L271.2,327.7 L273.6,329.4 L276.1,331.5 L278.5,333.7 L280.9,335.8 L283.4,337.3 L285.8,338.2 L288.3,338.3 L290.7,337.6 L293.2,336.2 L295.6,334.4 L298,332.2 L300.5,330.1 L302.9,328.2 L305.4,326.9 L307.8,326.1 L310.2,326.2 L312.7,326.9 L315.1,328.2 L317.6,330.1 L320,332.1 L322.5,334.2 L324.9,336.1 L327.3,337.6 L329.8,338.5 L332.2,338.7 L334.7,338.3 L337.1,337.3 L339.6,335.7 L342,333.8 L344.4,331.8 L346.9,329.8 L349.3,328.1 L351.8,326.7 L354.2,325.9 L356.6,325.6 L359.1,325.9 L361.5,326.8 L364,328.2 L366.4,329.9 L368.9,331.8 L371.3,333.7 L373.7,335.6 L376.2,337.1 L378.6,338.3 L381.1,339.1 L383.5,339.3 L386,339.1 L388.4,338.3 L390.8,337.2 L393.3,335.7 L395.7,333.9 L398.2,332.1 L400.6,330.3 L403,328.6 L405.5,327.1 L407.9,326 L410.4,325.2 L412.8,324.7 L415.3,324.8 L417.7,325.2 L420.1,325.9 L422.6,327 L425,328.3 L427.5,329.9 L429.9,331.5 L432.4,333.2 L434.8,334.8 L437.2,336.3 L439.7,337.7 L442.1,338.9 L444.6,339.8 L447,340.5 L449.4,340.9 L451.9,341 L454.3,340.9 L456.8,340.5 L459.2,339.9 L461.7,339.1 L464.1,338.1 L466.5,337 L469,335.8 L471.4,334.5 L473.9,333.2 L476.3,331.9 L478.8,330.6 L481.2,329.3 L483.6,328 L486.1,326.8 L488.5,325.6 L491,324.5 L493.4,323.5 L495.9,322.4 L498.3,321.4 L500.7,320.4 L503.2,319.4 L505.6,318.4 L508.1,317.4 L510.5,316.2 L512.9,315 L515.4,313.7 L517.8,312.1 L520.3,310.4 L522.7,308.3 L525.2,306 L527.6,303.2 L530,300 L532.5,296.1 L534.9,291.6 L537.4,286.1 L539.8,279.6 L542.3,271.8 L544.7,262.4 L547.1,251.1 L549.6,237.5 L552,220.9 L554.5,200.7 L556.9,176.1 L559.3,146 L561.8,109.1 L564.2,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bi</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="500.5" y1="58" x2="500.5" y2="346"/><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="327.6" x2="574" y2="327.6"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,313.2 L75.8,313.2 M73.8,298.8 L75.8,298.8 M73.8,284.4 L75.8,284.4 M73.8,255.6 L75.8,255.6 M73.8,241.2 L75.8,241.2 M73.8,226.8 L75.8,226.8 M73.8,198 L75.8,198 M73.8,183.6 L75.8,183.6 M73.8,169.2 L75.8,169.2 M73.8,140.4 L75.8,140.4 M73.8,126 L75.8,126 M73.8,111.6 L75.8,111.6 M73.8,82.81 L75.8,82.81 M73.8,68.41 L75.8,68.41 M73.8,327.6 L75.8,327.6 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M527.1,341 L527.1,343 M553.6,341 L553.6,343 M474,341 L474,343 M447.4,341 L447.4,343 M420.9,341 L420.9,343 M367.8,341 L367.8,343 M341.3,341 L341.3,343 M314.7,341 L314.7,343 M261.6,341 L261.6,343 M235.1,341 L235.1,343 M208.5,341 L208.5,343 M155.4,341 L155.4,343 M128.9,341 L128.9,343 M102.3,341 L102.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,327.6 L75.8,327.6 M70.8,270 L75.8,270 M70.8,212.4 L75.8,212.4 M70.8,154.8 L75.8,154.8 M70.8,97.21 L75.8,97.21 M70.8,327.6 L75.8,327.6 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M500.5,341 L500.5,346 M500.5,341 L500.5,346 M394.3,341 L394.3,346 M288.2,341 L288.2,346 M182,341 L182,346 M75.8,341 L75.8,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="500.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="500.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="394.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text>
<text x="288.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text>
<text x="182" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-15</text>
<text x="75.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-20</text></g>
<g id="yTicksValues">
<text x="64.8" y="330" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="272.4" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="64.8" y="214.8" text-anchor="end" font-size="12" font-family="Verdana">10</text>
<text x="64.8" y="157.2" text-anchor="end" font-size="12" font-family="Verdana">15</text>
<text x="64.8" y="99.61" text-anchor="end" font-size="12" font-family="Verdana">20</text>
<text x="64.8" y="330" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">airy_bi_prime(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,336.7 L78.24,330.5 L80.68,323.5 L83.13,317.7 L85.57,314.4 L88.01,314.4 L90.45,317.7 L92.9,323.5 L95.34,330.3 L97.78,336.3 L100.2,340.2 L102.7,341 L105.1,338.5 L107.5,333.4 L110,327 L112.4,320.7 L114.9,316.1 L117.3,314.2 L119.8,315.5 L122.2,319.5 L124.6,325.4 L127.1,331.7 L129.5,337.1 L132,340.3 L134.4,340.6 L136.9,338 L139.3,333.1 L141.7,327.1 L144.2,321.1 L146.6,316.7 L149.1,314.6 L151.5,315.3 L153.9,318.6 L156.4,323.8 L158.8,329.8 L161.3,335.2 L163.7,339.1 L166.2,340.5 L168.6,339.3 L171,335.8 L173.5,330.6 L175.9,324.9 L178.4,319.7 L180.8,316.1 L183.3,314.8 L185.7,316 L188.1,319.4 L190.6,324.3 L193,329.8 L195.5,334.9 L197.9,338.5 L200.3,340.1 L202.8,339.4 L205.2,336.6 L207.7,332.1 L210.1,326.9 L212.6,321.8 L215,317.8 L217.4,315.6 L219.9,315.4 L222.3,317.3 L224.8,321 L227.2,325.7 L229.7,330.7 L232.1,335.2 L234.5,338.4 L237,339.7 L239.4,339.2 L241.9,336.7 L244.3,332.9 L246.8,328.2 L249.2,323.5 L251.6,319.5 L254.1,316.7 L256.5,315.6 L259,316.3 L261.4,318.7 L263.8,322.3 L266.3,326.7 L268.7,331.1 L271.2,335 L273.6,337.8 L276.1,339.2 L278.5,339 L280.9,337.2 L283.4,334.1 L285.8,330.2 L288.3,326 L290.7,322.1 L293.2,318.9 L295.6,316.8 L298,316.2 L300.5,316.9 L302.9,319 L305.4,322 L307.8,325.7 L310.2,329.6 L312.7,333.2 L315.1,336.1 L317.6,338 L320,338.7 L322.5,338.2 L324.9,336.5 L327.3,333.9 L329.8,330.6 L332.2,327.1 L334.7,323.7 L337.1,320.7 L339.6,318.5 L342,317.2 L344.4,316.9 L346.9,317.7 L349.3,319.3 L351.8,321.7 L354.2,324.6 L356.6,327.8 L359.1,330.8 L361.5,333.5 L364,335.7 L366.4,337.2 L368.9,337.8 L371.3,337.6 L373.7,336.6 L376.2,335 L378.6,332.8 L381.1,330.2 L383.5,327.5 L386,324.9 L388.4,322.5 L390.8,320.5 L393.3,319.1 L395.7,318.2 L398.2,318 L400.6,318.3 L403,319.2 L405.5,320.6 L407.9,322.4 L410.4,324.4 L412.8,326.5 L415.3,328.7 L417.7,330.7 L420.1,332.5 L422.6,334 L425,335.2 L427.5,335.9 L429.9,336.3 L432.4,336.3 L434.8,335.9 L437.2,335.2 L439.7,334.3 L442.1,333.1 L444.6,331.8 L447,330.4 L449.4,328.9 L451.9,327.5 L454.3,326.2 L456.8,325 L459.2,323.9 L461.7,322.9 L464.1,322.2 L466.5,321.6 L469,321.1 L471.4,320.8 L473.9,320.7 L476.3,320.7 L478.8,320.7 L481.2,320.9 L483.6,321.1 L486.1,321.4 L488.5,321.6 L491,321.9 L493.4,322.1 L495.9,322.3 L498.3,322.4 L500.7,322.4 L503.2,322.4 L505.6,322.2 L508.1,321.9 L510.5,321.5 L512.9,320.9 L515.4,320.1 L517.8,319 L520.3,317.8 L522.7,316.2 L525.2,314.3 L527.6,312 L530,309.1 L532.5,305.7 L534.9,301.5 L537.4,296.5 L539.8,290.4 L542.3,282.9 L544.7,273.8 L547.1,262.7 L549.6,249 L552,232.1 L554.5,211.3 L556.9,185.5 L559.3,153.5 L561.8,113.5 L564.2,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bi'</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+75
View File
@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="500" height ="300" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright Paul A. Bristow 2013 -->
<meta name="copyright" content="Paul A. Bristow" />
<meta name="date" content="2013" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="242.7" height="181"/></clipPath>
<g id="imageBackground" stroke="rgb(255,255,0)" fill="rgb(248,248,255)" stroke-width="2"><rect x="0" y="0" width="500" height="300"/></g>
<g id="plotBackground" stroke="rgb(0,128,0)" fill="rgb(255,255,255)" stroke-width="1"><rect x="92.6" y="58" width="244.7" height="183"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="296.5" y1="58" x2="296.5" y2="246"/><line x1="92.6" y1="58" x2="92.6" y2="241"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="180" x2="337.3" y2="180"/><line x1="87.6" y1="241" x2="337.3" y2="241"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,175.1 L92.6,175.1 M90.6,170.2 L92.6,170.2 M90.6,165.4 L92.6,165.4 M90.6,160.5 L92.6,160.5 M90.6,150.7 L92.6,150.7 M90.6,145.8 L92.6,145.8 M90.6,141 L92.6,141 M90.6,136.1 L92.6,136.1 M90.6,126.3 L92.6,126.3 M90.6,121.4 L92.6,121.4 M90.6,116.6 L92.6,116.6 M90.6,111.7 L92.6,111.7 M90.6,101.9 L92.6,101.9 M90.6,97.04 L92.6,97.04 M90.6,92.16 L92.6,92.16 M90.6,87.28 L92.6,87.28 M90.6,77.52 L92.6,77.52 M90.6,72.64 L92.6,72.64 M90.6,67.76 L92.6,67.76 M90.6,62.88 L92.6,62.88 M90.6,180 L92.6,180 M90.6,184.9 L92.6,184.9 M90.6,189.8 L92.6,189.8 M90.6,194.6 L92.6,194.6 M90.6,199.5 L92.6,199.5 M90.6,204.4 L92.6,204.4 M90.6,209.3 L92.6,209.3 M90.6,214.2 L92.6,214.2 M90.6,219 L92.6,219 M90.6,223.9 L92.6,223.9 M90.6,228.8 L92.6,228.8 M90.6,228.8 L92.6,228.8 M90.6,233.7 L92.6,233.7 M90.6,238.6 L92.6,238.6 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M316.9,241 L316.9,243 M337.3,241 L337.3,243 M276.1,241 L276.1,243 M255.7,241 L255.7,243 M235.3,241 L235.3,243 M214.9,241 L214.9,243 M174.2,241 L174.2,243 M153.8,241 L153.8,243 M133.4,241 L133.4,243 M113,241 L113,243 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,180 L92.6,180 M87.6,155.6 L92.6,155.6 M87.6,131.2 L92.6,131.2 M87.6,106.8 L92.6,106.8 M87.6,82.4 L92.6,82.4 M87.6,58 L92.6,58 M87.6,180 L92.6,180 M87.6,204.4 L92.6,204.4 M87.6,228.8 L92.6,228.8 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M296.5,241 L296.5,246 M296.5,241 L296.5,246 M194.6,241 L194.6,246 M92.6,241 L92.6,246 " fill="none"/></g>
<g id="xTicksValues">
<text x="296.5" y="261.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="296.5" y="261.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="194.6" y="261.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">-5</text>
<text x="92.6" y="261.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">-10</text></g>
<g id="yTicksValues">
<text x="81.6" y="182.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.0</text>
<text x="81.6" y="158" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.2</text>
<text x="81.6" y="133.6" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.4</text>
<text x="81.6" y="109.2" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.6</text>
<text x="81.6" y="84.8" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.8</text>
<text x="81.6" y="60.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1.0</text>
<text x="81.6" y="182.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.0</text>
<text x="81.6" y="206.8" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">-0.2</text>
<text x="81.6" y="231.2" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">-0.4</text></g>
<g id="yLabel">
<text x="42.9" y="149.5" text-anchor="middle" transform = "rotate(-90 42.9 149.5 )" font-size="14" font-family="Lucida Sans Unicode">Ai(x), Bi(x)</text></g>
<g id="xLabel">
<text x="214.9" y="276.7" text-anchor="middle" font-size="14" font-family="Lucida Sans Unicode">x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(255,0,0)"><path d="M94.64,163.4 S96.27,155.1 96.68,153.3 S98.31,147 98.72,145.8 S100.3,142.1 100.8,141.6 S102.4,140.8 102.8,141.1 S104.4,143.2 104.8,144.2 S106.5,149.1 106.9,150.7 S108.5,157.8 108.9,159.8 S110.5,168.6 111,170.9 S112.6,180.4 113,182.7 S114.6,192.1 115,194.3 S116.7,202.8 117.1,204.7 S118.7,211.5 119.1,212.8 S120.7,217.5 121.1,218.2 S122.8,220.2 123.2,220.3 S124.8,219.6 125.2,219 S126.9,215.6 127.3,214.4 S128.9,208.7 129.3,207 S130.9,199.5 131.3,197.4 S133,188.7 133.4,186.4 S135,177.2 135.4,174.9 S137.1,165.9 137.5,163.8 S139.1,155.7 139.5,153.9 S141.1,147.4 141.5,146.1 S143.2,141.5 143.6,140.7 S145.2,138.5 145.6,138.4 S147.2,138.6 147.7,139 S149.3,141.7 149.7,142.7 S151.3,147.5 151.7,149 S153.4,155.7 153.8,157.5 S155.4,165.5 155.8,167.6 S157.4,176.3 157.8,178.5 S159.5,187.4 159.9,189.6 S161.5,198 161.9,200 S163.6,207.4 164,209 S165.6,215 166,216.3 S167.6,220.4 168,221.2 S169.7,223.3 170.1,223.5 S171.7,223.5 172.1,223.1 S173.8,221 174.2,220.2 S175.8,216.1 176.2,214.8 S177.8,209 178.2,207.4 S179.9,200.3 180.3,198.4 S181.9,190.4 182.3,188.3 S183.9,179.9 184.4,177.8 S186,169.5 186.4,167.4 S188,159.6 188.4,157.7 S190.1,150.7 190.5,149.2 S192.1,143.4 192.5,142.2 S194.1,138 194.5,137.2 S196.2,134.7 196.6,134.3 S198.2,133.5 198.6,133.6 S200.3,134.7 200.7,135.2 S202.3,137.9 202.7,138.8 S204.3,143.1 204.7,144.4 S206.4,149.9 206.8,151.5 S208.4,158.1 208.8,159.9 S210.5,167.2 210.9,169.1 S212.5,176.9 212.9,178.8 S214.5,186.7 214.9,188.6 S216.6,196.2 217,198 S218.6,205.1 219,206.7 S220.6,213 221.1,214.4 S222.7,219.7 223.1,220.8 S224.7,225 225.1,225.8 S226.8,228.7 227.2,229.2 S228.8,230.7 229.2,230.9 S230.8,231.1 231.3,230.9 S232.9,229.8 233.3,229.3 S234.9,227 235.3,226.2 S237,222.7 237.4,221.7 S239,217.2 239.4,216 S241,210.7 241.4,209.3 S243.1,203.3 243.5,201.8 S245.1,195.4 245.5,193.7 S247.2,187 247.6,185.3 S249.2,178.4 249.6,176.7 S251.2,169.9 251.6,168.3 S253.3,161.7 253.7,160.1 S255.3,153.8 255.7,152.3 S257.4,146.4 257.8,145 S259.4,139.7 259.8,138.4 S261.4,133.7 261.8,132.6 S263.5,128.5 263.9,127.6 S265.5,124.1 265.9,123.4 S267.5,120.6 268,120 S269.6,117.9 270,117.5 S271.6,116.1 272,115.8 S273.7,115 274.1,114.9 S275.7,114.6 276.1,114.7 S277.7,115 278.1,115.1 S279.8,115.9 280.2,116.1 S281.8,117.3 282.2,117.7 S283.9,119.2 284.3,119.6 S285.9,121.5 286.3,122 S287.9,124 288.3,124.6 S290,126.8 290.4,127.4 S292,129.8 292.4,130.4 S294.1,132.9 294.5,133.5 S296.1,136.1 296.5,136.7 S298.1,139.2 298.5,139.8 S300.2,142.3 300.6,142.9 S302.2,145.4 302.6,146 S304.2,148.3 304.7,148.9 S306.3,151.2 306.7,151.7 S308.3,153.9 308.7,154.4 S310.4,156.4 310.8,156.9 S312.4,158.8 312.8,159.3 S314.4,161 314.9,161.5 S316.5,163.1 316.9,163.5 S318.5,165 318.9,165.4 S320.6,166.7 321,167.1 S322.6,168.3 323,168.6 S324.6,169.7 325,170 S326.7,171 327.1,171.2 S328.7,172.2 329.1,172.4 S330.8,173.2 331.2,173.4 S332.8,174.1 333.2,174.3 S334.8,174.9 335.2,175 S336.9,175.6 337.3,175.7 S339.3,176.4 339.3,176.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,0,255)"><path d="M94.64,215.1 S96.27,209.9 96.68,208.3 S98.31,200.8 98.72,198.8 S100.3,189.8 100.8,187.4 S102.4,177.8 102.8,175.4 S104.4,166 104.8,163.8 S106.5,155.5 106.9,153.7 S108.5,147.2 108.9,146 S110.5,142 111,141.4 S112.6,140.2 113,140.4 S114.6,142 115,142.8 S116.7,147.1 117.1,148.6 S118.7,155.1 119.1,157 S120.7,165.3 121.1,167.5 S122.8,176.7 123.2,179.1 S124.8,188.4 125.2,190.7 S126.9,199.4 127.3,201.4 S128.9,208.8 129.3,210.4 S130.9,215.9 131.3,216.9 S133,220 133.4,220.4 S135,221 135.4,220.7 S137.1,218.7 137.5,217.9 S139.1,213.5 139.5,212 S141.1,205.6 141.5,203.8 S143.2,195.8 143.6,193.7 S145.2,184.9 145.6,182.6 S147.2,173.5 147.7,171.4 S149.3,162.7 149.7,160.7 S151.3,153.1 151.7,151.4 S153.4,145.4 153.8,144.2 S155.4,140.1 155.8,139.4 S157.4,137.5 157.8,137.4 S159.5,137.9 159.9,138.3 S161.5,141 161.9,142 S163.6,146.7 164,148.2 S165.6,154.6 166,156.4 S167.6,164.1 168,166.1 S169.7,174.6 170.1,176.7 S171.7,185.4 172.1,187.5 S173.8,195.9 174.2,197.9 S175.8,205.5 176.2,207.2 S177.8,213.5 178.2,214.9 S179.9,219.7 180.3,220.6 S181.9,223.5 182.3,223.9 S183.9,224.9 184.4,224.9 S186,223.9 186.4,223.3 S188,220.5 188.4,219.5 S190.1,214.9 190.5,213.6 S192.1,207.5 192.5,205.9 S194.1,198.8 194.5,196.9 S196.2,189 196.6,187 S198.2,178.9 198.6,176.9 S200.3,168.8 200.7,166.8 S202.3,159.2 202.7,157.4 S204.3,150.6 204.7,149 S206.4,143.3 206.8,142 S208.4,137.6 208.8,136.7 S210.5,133.7 210.9,133.2 S212.5,131.8 212.9,131.7 S214.5,131.9 214.9,132.1 S216.6,133.9 217,134.5 S218.6,137.7 219,138.6 S220.6,143.1 221.1,144.3 S222.7,149.8 223.1,151.3 S224.7,157.7 225.1,159.4 S226.8,166.4 227.2,168.2 S228.8,175.5 229.2,177.3 S230.8,184.7 231.3,186.6 S232.9,193.9 233.3,195.6 S234.9,202.6 235.3,204.2 S237,210.6 237.4,212 S239,217.7 239.4,219 S241,223.7 241.4,224.8 S243.1,228.6 243.5,229.4 S245.1,232.2 245.5,232.8 S247.2,234.5 247.6,234.8 S249.2,235.5 249.6,235.5 S251.2,235.2 251.6,234.9 S253.3,233.6 253.7,233.2 S255.3,231 255.7,230.3 S257.4,227.3 257.8,226.4 S259.4,222.7 259.8,221.7 S261.4,217.3 261.8,216.1 S263.5,211.3 263.9,210 S265.5,204.8 265.9,203.4 S267.5,197.9 268,196.4 S269.6,190.7 270,189.2 S271.6,183.4 272,181.9 S273.7,176.1 274.1,174.6 S275.7,168.8 276.1,167.3 S277.7,161.6 278.1,160.2 S279.8,154.6 280.2,153.2 S281.8,147.7 282.2,146.4 S283.9,141.2 284.3,139.9 S285.9,134.8 286.3,133.6 S287.9,128.7 288.3,127.5 S290,122.8 290.4,121.7 S292,117.1 292.4,116 S294.1,111.6 294.5,110.5 S296.1,106.1 296.5,105 S298.1,100.6 298.5,99.5 S300.2,95.06 300.6,93.93 S302.2,89.37 302.6,88.2 S304.2,83.43 304.7,82.18 S306.3,77.11 306.7,75.78 S308.3,70.3 308.7,68.85 S310.4,62.86 310.8,61.25 S312.4,54.61 312.8,52.82 S314.4,45.39 314.9,43.38 S316.5,34.98 316.9,32.69 S318.5,23.14 318.9,20.54 S320.6,9.613 321,6.622 S322.6,-5.932 323,-9.379 S324.6,-23.86 325,-27.85 S326.7,-44.61 327.1,-49.23 S328.7,-68.69 329.1,-74.06 S330.8,-96.7 331.2,-103 S332.8,-129.4 333.2,-136.7 S334.8,-167.6 335.2,-176.1 S336.9,-212.3 337.3,-222.4 S339.3,-282.1 339.3,-276.7 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"><g stroke="rgb(0,0,0)" fill="rgb(255,0,0)"><circle cx="112.5" cy="180" r="4"/><circle cx="134.5" cy="180" r="4"/><circle cx="158.1" cy="180" r="4"/><circle cx="183.9" cy="180" r="4"/><circle cx="213.1" cy="180" r="4"/><circle cx="248.8" cy="180" r="4"/></g>
<g stroke="rgb(0,0,0)" fill="rgb(0,0,255)"><circle cx="123.3" cy="180" r="4"/><circle cx="146.1" cy="180" r="4"/><circle cx="170.7" cy="180" r="4"/><circle cx="198" cy="180" r="4"/><circle cx="229.8" cy="180" r="4"/><circle cx="272.6" cy="180" r="4"/></g>
</g>
<g id="legendBackground" stroke="rgb(255,255,0)" fill="rgb(255,255,224)" stroke-width="1"><rect x="351.3" y="58" width="122.7" height="126"/><rect x="351.3" y="58" width="122.7" height="126"/></g>
<g id="legendPoints"><g stroke="rgb(255,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="365.3" y1="86" x2="379.3" y2="86"/></g>
<g stroke="rgb(0,0,255)" fill="rgb(255,255,255)" stroke-width="1"><line x1="365.3" y1="114" x2="379.3" y2="114"/></g>
<g stroke="rgb(0,0,0)" fill="rgb(255,0,0)" stroke-width="2"><circle cx="365.3" cy="142" r="4"/><line x1="386.3" y1="142" x2="400.3" y2="142"/></g>
<g stroke="rgb(0,0,0)" fill="rgb(0,0,255)" stroke-width="2"><circle cx="365.3" cy="170" r="4"/><line x1="386.3" y1="170" x2="400.3" y2="170"/></g>
</g>
<g id="legendText">
<text x="386.3" y="86" font-size="14" font-family="Lucida Sans Unicode">Ai(x)</text>
<text x="386.3" y="114" font-size="14" font-family="Lucida Sans Unicode">Bi(x)</text>
<text x="407.3" y="142" font-size="14" font-family="Lucida Sans Unicode">Ai zeros</text>
<text x="407.3" y="170" font-size="14" font-family="Lucida Sans Unicode">Bi zeros</text></g>
<g id="title" fill="rgb(0,0,0)">
<text x="250" y="40" text-anchor="middle" font-size="20" font-family="Lucida Sans Unicode">Zeros of Airy(x)</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="434.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="436.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="520.6" y2="341"/><line x1="79.2" y1="341" x2="520.6" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,335.3 L84.2,335.3 M82.2,329.7 L84.2,329.7 M82.2,324 L84.2,324 M82.2,318.4 L84.2,318.4 M82.2,307 L84.2,307 M82.2,301.4 L84.2,301.4 M82.2,295.7 L84.2,295.7 M82.2,290.1 L84.2,290.1 M82.2,278.7 L84.2,278.7 M82.2,273.1 L84.2,273.1 M82.2,267.4 L84.2,267.4 M82.2,261.8 L84.2,261.8 M82.2,250.4 L84.2,250.4 M82.2,244.8 L84.2,244.8 M82.2,239.1 L84.2,239.1 M82.2,233.5 L84.2,233.5 M82.2,222.1 L84.2,222.1 M82.2,216.5 L84.2,216.5 M82.2,210.8 L84.2,210.8 M82.2,205.2 L84.2,205.2 M82.2,193.8 L84.2,193.8 M82.2,188.2 L84.2,188.2 M82.2,182.5 L84.2,182.5 M82.2,176.9 L84.2,176.9 M82.2,165.5 L84.2,165.5 M82.2,159.9 L84.2,159.9 M82.2,154.2 L84.2,154.2 M82.2,148.6 L84.2,148.6 M82.2,137.2 L84.2,137.2 M82.2,131.6 L84.2,131.6 M82.2,125.9 L84.2,125.9 M82.2,120.3 L84.2,120.3 M82.2,108.9 L84.2,108.9 M82.2,103.3 L84.2,103.3 M82.2,97.62 L84.2,97.62 M82.2,91.96 L84.2,91.96 M82.2,80.64 L84.2,80.64 M82.2,74.98 L84.2,74.98 M82.2,69.32 L84.2,69.32 M82.2,63.66 L84.2,63.66 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M92.93,341 L92.93,343 M101.7,341 L101.7,343 M110.4,341 L110.4,343 M119.1,341 L119.1,343 M136.6,341 L136.6,343 M145.3,341 L145.3,343 M154,341 L154,343 M162.7,341 L162.7,343 M180.2,341 L180.2,343 M188.9,341 L188.9,343 M197.7,341 L197.7,343 M206.4,341 L206.4,343 M223.8,341 L223.8,343 M232.6,341 L232.6,343 M241.3,341 L241.3,343 M250,341 L250,343 M267.5,341 L267.5,343 M276.2,341 L276.2,343 M284.9,341 L284.9,343 M293.7,341 L293.7,343 M311.1,341 L311.1,343 M319.8,341 L319.8,343 M328.6,341 L328.6,343 M337.3,341 L337.3,343 M354.7,341 L354.7,343 M363.5,341 L363.5,343 M372.2,341 L372.2,343 M380.9,341 L380.9,343 M398.4,341 L398.4,343 M407.1,341 L407.1,343 M415.8,341 L415.8,343 M424.6,341 L424.6,343 M442,341 L442,343 M450.7,341 L450.7,343 M459.5,341 L459.5,343 M468.2,341 L468.2,343 M485.7,341 L485.7,343 M494.4,341 L494.4,343 M503.1,341 L503.1,343 M511.8,341 L511.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,312.7 L84.2,312.7 M79.2,284.4 L84.2,284.4 M79.2,256.1 L84.2,256.1 M79.2,227.8 L84.2,227.8 M79.2,199.5 L84.2,199.5 M79.2,171.2 L84.2,171.2 M79.2,142.9 L84.2,142.9 M79.2,114.6 L84.2,114.6 M79.2,86.3 L84.2,86.3 M79.2,58 L84.2,58 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M127.8,341 L127.8,346 M171.5,341 L171.5,346 M215.1,341 L215.1,346 M258.7,341 L258.7,346 M302.4,341 L302.4,346 M346,341 L346,346 M389.7,341 L389.7,346 M433.3,341 L433.3,346 M476.9,341 L476.9,346 M520.6,341 L520.6,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="127.8" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.1</text>
<text x="171.5" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.2</text>
<text x="215.1" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.3</text>
<text x="258.7" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.4</text>
<text x="302.4" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.5</text>
<text x="346" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.6</text>
<text x="389.7" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.7</text>
<text x="433.3" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.8</text>
<text x="476.9" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.9</text>
<text x="520.6" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="73.2" y="315.1" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.1</text>
<text x="73.2" y="286.8" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.2</text>
<text x="73.2" y="258.5" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.3</text>
<text x="73.2" y="230.2" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.4</text>
<text x="73.2" y="201.9" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.5</text>
<text x="73.2" y="173.6" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.6</text>
<text x="73.2" y="145.3" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.7</text>
<text x="73.2" y="117" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.8</text>
<text x="73.2" y="88.7" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.9</text>
<text x="73.2" y="60.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Lucida Sans Unicode">Probability</text></g>
<g id="xLabel">
<text x="302.4" y="376.7" text-anchor="middle" font-size="14" font-family="Lucida Sans Unicode">Random Variable x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,341 L85.65,330.6 L87.11,326.3 L88.56,323 L90.02,320.2 L91.47,317.7 L92.93,315.4 L94.38,313.4 L95.84,311.4 L97.29,309.6 L98.75,307.9 L100.2,306.3 L101.7,304.7 L103.1,303.2 L104.6,301.8 L106,300.4 L107.5,299 L108.9,297.7 L110.4,296.4 L111.8,295.2 L113.3,293.9 L114.7,292.8 L116.2,291.6 L117.7,290.5 L119.1,289.3 L120.6,288.2 L122,287.2 L123.5,286.1 L124.9,285.1 L126.4,284 L127.8,283 L129.3,282 L130.7,281.1 L132.2,280.1 L133.7,279.1 L135.1,278.2 L136.6,277.3 L138,276.4 L139.5,275.4 L140.9,274.5 L142.4,273.7 L143.8,272.8 L145.3,271.9 L146.7,271 L148.2,270.2 L149.7,269.3 L151.1,268.5 L152.6,267.7 L154,266.9 L155.5,266 L156.9,265.2 L158.4,264.4 L159.8,263.6 L161.3,262.8 L162.7,262.1 L164.2,261.3 L165.7,260.5 L167.1,259.7 L168.6,259 L170,258.2 L171.5,257.5 L172.9,256.7 L174.4,256 L175.8,255.2 L177.3,254.5 L178.7,253.8 L180.2,253 L181.7,252.3 L183.1,251.6 L184.6,250.9 L186,250.2 L187.5,249.5 L188.9,248.8 L190.4,248.1 L191.8,247.4 L193.3,246.7 L194.7,246 L196.2,245.3 L197.7,244.6 L199.1,243.9 L200.6,243.2 L202,242.6 L203.5,241.9 L204.9,241.2 L206.4,240.5 L207.8,239.9 L209.3,239.2 L210.7,238.5 L212.2,237.9 L213.7,237.2 L215.1,236.6 L216.6,235.9 L218,235.3 L219.5,234.6 L220.9,234 L222.4,233.3 L223.8,232.7 L225.3,232 L226.7,231.4 L228.2,230.8 L229.7,230.1 L231.1,229.5 L232.6,228.8 L234,228.2 L235.5,227.6 L236.9,226.9 L238.4,226.3 L239.8,225.7 L241.3,225.1 L242.7,224.4 L244.2,223.8 L245.7,223.2 L247.1,222.6 L248.6,222 L250,221.3 L251.5,220.7 L252.9,220.1 L254.4,219.5 L255.8,218.9 L257.3,218.3 L258.7,217.6 L260.2,217 L261.7,216.4 L263.1,215.8 L264.6,215.2 L266,214.6 L267.5,214 L268.9,213.4 L270.4,212.8 L271.8,212.2 L273.3,211.5 L274.7,210.9 L276.2,210.3 L277.7,209.7 L279.1,209.1 L280.6,208.5 L282,207.9 L283.5,207.3 L284.9,206.7 L286.4,206.1 L287.8,205.5 L289.3,204.9 L290.7,204.3 L292.2,203.7 L293.7,203.1 L295.1,202.5 L296.6,201.9 L298,201.3 L299.5,200.7 L300.9,200.1 L302.4,199.5 L303.8,198.9 L305.3,198.3 L306.7,197.7 L308.2,197.1 L309.7,196.5 L311.1,195.9 L312.6,195.3 L314,194.7 L315.5,194.1 L316.9,193.5 L318.4,192.9 L319.8,192.3 L321.3,191.7 L322.7,191.1 L324.2,190.5 L325.7,189.9 L327.1,189.3 L328.6,188.7 L330,188.1 L331.5,187.5 L332.9,186.8 L334.4,186.2 L335.8,185.6 L337.3,185 L338.7,184.4 L340.2,183.8 L341.7,183.2 L343.1,182.6 L344.6,182 L346,181.4 L347.5,180.7 L348.9,180.1 L350.4,179.5 L351.8,178.9 L353.3,178.3 L354.7,177.7 L356.2,177 L357.7,176.4 L359.1,175.8 L360.6,175.2 L362,174.6 L363.5,173.9 L364.9,173.3 L366.4,172.7 L367.8,172.1 L369.3,171.4 L370.7,170.8 L372.2,170.2 L373.7,169.5 L375.1,168.9 L376.6,168.2 L378,167.6 L379.5,167 L380.9,166.3 L382.4,165.7 L383.8,165 L385.3,164.4 L386.7,163.7 L388.2,163.1 L389.7,162.4 L391.1,161.8 L392.6,161.1 L394,160.5 L395.5,159.8 L396.9,159.1 L398.4,158.5 L399.8,157.8 L401.3,157.1 L402.7,156.4 L404.2,155.8 L405.7,155.1 L407.1,154.4 L408.6,153.7 L410,153 L411.5,152.3 L412.9,151.6 L414.4,150.9 L415.8,150.2 L417.3,149.5 L418.7,148.8 L420.2,148.1 L421.7,147.4 L423.1,146.7 L424.6,146 L426,145.2 L427.5,144.5 L428.9,143.8 L430.4,143 L431.8,142.3 L433.3,141.5 L434.7,140.8 L436.2,140 L437.7,139.3 L439.1,138.5 L440.6,137.7 L442,136.9 L443.5,136.2 L444.9,135.4 L446.4,134.6 L447.8,133.8 L449.3,133 L450.7,132.1 L452.2,131.3 L453.7,130.5 L455.1,129.7 L456.6,128.8 L458,128 L459.5,127.1 L460.9,126.2 L462.4,125.3 L463.8,124.5 L465.3,123.6 L466.7,122.6 L468.2,121.7 L469.7,120.8 L471.1,119.9 L472.6,118.9 L474,117.9 L475.5,117 L476.9,116 L478.4,115 L479.8,113.9 L481.3,112.9 L482.7,111.8 L484.2,110.8 L485.7,109.7 L487.1,108.5 L488.6,107.4 L490,106.2 L491.5,105.1 L492.9,103.8 L494.4,102.6 L495.8,101.3 L497.3,99.99 L498.7,98.63 L500.2,97.23 L501.7,95.78 L503.1,94.28 L504.6,92.71 L506,91.08 L507.5,89.36 L508.9,87.55 L510.4,85.63 L511.8,83.56 L513.3,81.32 L514.7,78.85 L516.2,76.05 L517.7,72.73 L519.1,68.41 L520.6,58 L520.6,58 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="534.6" y="58" width="189.4" height="45"/><rect x="534.6" y="58" width="189.4" height="45"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="549.6" y1="88" x2="564.6" y2="88"/></g>
</g>
<g id="legendText">
<text x="572.1" y="88" font-size="15" font-family="Lucida Sans Unicode">x_min=0, x_max=1</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Lucida Sans Unicode">Arcsine Distribution CDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="434.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="436.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="520.6" y2="341"/><line x1="79.2" y1="341" x2="520.6" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,329.7 L84.2,329.7 M82.2,318.4 L84.2,318.4 M82.2,307.1 L84.2,307.1 M82.2,295.7 L84.2,295.7 M82.2,273.1 L84.2,273.1 M82.2,261.8 L84.2,261.8 M82.2,250.5 L84.2,250.5 M82.2,239.2 L84.2,239.2 M82.2,216.5 L84.2,216.5 M82.2,205.2 L84.2,205.2 M82.2,193.9 L84.2,193.9 M82.2,182.6 L84.2,182.6 M82.2,160 L84.2,160 M82.2,148.6 L84.2,148.6 M82.2,137.3 L84.2,137.3 M82.2,126 L84.2,126 M82.2,103.4 L84.2,103.4 M82.2,92.06 L84.2,92.06 M82.2,80.74 L84.2,80.74 M82.2,69.43 L84.2,69.43 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M92.93,341 L92.93,343 M101.7,341 L101.7,343 M110.4,341 L110.4,343 M119.1,341 L119.1,343 M136.6,341 L136.6,343 M145.3,341 L145.3,343 M154,341 L154,343 M162.7,341 L162.7,343 M180.2,341 L180.2,343 M188.9,341 L188.9,343 M197.7,341 L197.7,343 M206.4,341 L206.4,343 M223.8,341 L223.8,343 M232.6,341 L232.6,343 M241.3,341 L241.3,343 M250,341 L250,343 M267.5,341 L267.5,343 M276.2,341 L276.2,343 M284.9,341 L284.9,343 M293.7,341 L293.7,343 M311.1,341 L311.1,343 M319.8,341 L319.8,343 M328.6,341 L328.6,343 M337.3,341 L337.3,343 M354.7,341 L354.7,343 M363.5,341 L363.5,343 M372.2,341 L372.2,343 M380.9,341 L380.9,343 M398.4,341 L398.4,343 M407.1,341 L407.1,343 M415.8,341 L415.8,343 M424.6,341 L424.6,343 M442,341 L442,343 M450.7,341 L450.7,343 M459.5,341 L459.5,343 M468.2,341 L468.2,343 M485.7,341 L485.7,343 M494.4,341 L494.4,343 M503.1,341 L503.1,343 M511.8,341 L511.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,284.4 L84.2,284.4 M79.2,227.8 L84.2,227.8 M79.2,171.3 L84.2,171.3 M79.2,114.7 L84.2,114.7 M79.2,58.11 L84.2,58.11 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M127.8,341 L127.8,346 M171.5,341 L171.5,346 M215.1,341 L215.1,346 M258.7,341 L258.7,346 M302.4,341 L302.4,346 M346,341 L346,346 M389.7,341 L389.7,346 M433.3,341 L433.3,346 M476.9,341 L476.9,346 M520.6,341 L520.6,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="127.8" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.1</text>
<text x="171.5" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.2</text>
<text x="215.1" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.3</text>
<text x="258.7" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.4</text>
<text x="302.4" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.5</text>
<text x="346" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.6</text>
<text x="389.7" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.7</text>
<text x="433.3" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.8</text>
<text x="476.9" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0.9</text>
<text x="520.6" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="73.2" y="286.8" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.5</text>
<text x="73.2" y="230.2" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="73.2" y="173.7" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1.5</text>
<text x="73.2" y="117.1" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">2</text>
<text x="73.2" y="60.51" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">2.5</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Lucida Sans Unicode">Probability</text></g>
<g id="xLabel">
<text x="302.4" y="376.7" text-anchor="middle" font-size="14" font-family="Lucida Sans Unicode">Random Variable x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M91.47,59.65 L92.93,83.73 L94.38,102.4 L95.84,117.4 L97.29,129.9 L98.75,140.3 L100.2,149.4 L101.7,157.2 L103.1,164.1 L104.6,170.2 L106,175.7 L107.5,180.7 L108.9,185.2 L110.4,189.3 L111.8,193.1 L113.3,196.6 L114.7,199.8 L116.2,202.8 L117.7,205.6 L119.1,208.2 L120.6,210.7 L122,213 L123.5,215.1 L124.9,217.2 L126.4,219.1 L127.8,220.9 L129.3,222.7 L130.7,224.3 L132.2,225.9 L133.7,227.4 L135.1,228.8 L136.6,230.2 L138,231.5 L139.5,232.7 L140.9,233.9 L142.4,235 L143.8,236.1 L145.3,237.2 L146.7,238.2 L148.2,239.2 L149.7,240.1 L151.1,241 L152.6,241.9 L154,242.8 L155.5,243.6 L156.9,244.4 L158.4,245.1 L159.8,245.8 L161.3,246.6 L162.7,247.2 L164.2,247.9 L165.7,248.6 L167.1,249.2 L168.6,249.8 L170,250.4 L171.5,251 L172.9,251.5 L174.4,252 L175.8,252.6 L177.3,253.1 L178.7,253.6 L180.2,254.1 L181.7,254.5 L183.1,255 L184.6,255.4 L186,255.8 L187.5,256.3 L188.9,256.7 L190.4,257.1 L191.8,257.4 L193.3,257.8 L194.7,258.2 L196.2,258.5 L197.7,258.9 L199.1,259.2 L200.6,259.6 L202,259.9 L203.5,260.2 L204.9,260.5 L206.4,260.8 L207.8,261.1 L209.3,261.3 L210.7,261.6 L212.2,261.9 L213.7,262.1 L215.1,262.4 L216.6,262.6 L218,262.9 L219.5,263.1 L220.9,263.3 L222.4,263.6 L223.8,263.8 L225.3,264 L226.7,264.2 L228.2,264.4 L229.7,264.6 L231.1,264.8 L232.6,265 L234,265.1 L235.5,265.3 L236.9,265.5 L238.4,265.6 L239.8,265.8 L241.3,266 L242.7,266.1 L244.2,266.3 L245.7,266.4 L247.1,266.5 L248.6,266.7 L250,266.8 L251.5,266.9 L252.9,267 L254.4,267.2 L255.8,267.3 L257.3,267.4 L258.7,267.5 L260.2,267.6 L261.7,267.7 L263.1,267.8 L264.6,267.9 L266,267.9 L267.5,268 L268.9,268.1 L270.4,268.2 L271.8,268.2 L273.3,268.3 L274.7,268.4 L276.2,268.4 L277.7,268.5 L279.1,268.6 L280.6,268.6 L282,268.6 L283.5,268.7 L284.9,268.7 L286.4,268.8 L287.8,268.8 L289.3,268.8 L290.7,268.9 L292.2,268.9 L293.7,268.9 L295.1,268.9 L296.6,268.9 L298,268.9 L299.5,269 L300.9,269 L302.4,269 L303.8,269 L305.3,269 L306.7,268.9 L308.2,268.9 L309.7,268.9 L311.1,268.9 L312.6,268.9 L314,268.9 L315.5,268.8 L316.9,268.8 L318.4,268.8 L319.8,268.7 L321.3,268.7 L322.7,268.6 L324.2,268.6 L325.7,268.6 L327.1,268.5 L328.6,268.4 L330,268.4 L331.5,268.3 L332.9,268.2 L334.4,268.2 L335.8,268.1 L337.3,268 L338.7,267.9 L340.2,267.9 L341.7,267.8 L343.1,267.7 L344.6,267.6 L346,267.5 L347.5,267.4 L348.9,267.3 L350.4,267.2 L351.8,267 L353.3,266.9 L354.7,266.8 L356.2,266.7 L357.7,266.5 L359.1,266.4 L360.6,266.3 L362,266.1 L363.5,266 L364.9,265.8 L366.4,265.6 L367.8,265.5 L369.3,265.3 L370.7,265.1 L372.2,265 L373.7,264.8 L375.1,264.6 L376.6,264.4 L378,264.2 L379.5,264 L380.9,263.8 L382.4,263.6 L383.8,263.3 L385.3,263.1 L386.7,262.9 L388.2,262.6 L389.7,262.4 L391.1,262.1 L392.6,261.9 L394,261.6 L395.5,261.3 L396.9,261.1 L398.4,260.8 L399.8,260.5 L401.3,260.2 L402.7,259.9 L404.2,259.6 L405.7,259.2 L407.1,258.9 L408.6,258.5 L410,258.2 L411.5,257.8 L412.9,257.4 L414.4,257.1 L415.8,256.7 L417.3,256.3 L418.7,255.8 L420.2,255.4 L421.7,255 L423.1,254.5 L424.6,254.1 L426,253.6 L427.5,253.1 L428.9,252.6 L430.4,252 L431.8,251.5 L433.3,251 L434.7,250.4 L436.2,249.8 L437.7,249.2 L439.1,248.6 L440.6,247.9 L442,247.2 L443.5,246.6 L444.9,245.8 L446.4,245.1 L447.8,244.4 L449.3,243.6 L450.7,242.8 L452.2,241.9 L453.7,241 L455.1,240.1 L456.6,239.2 L458,238.2 L459.5,237.2 L460.9,236.1 L462.4,235 L463.8,233.9 L465.3,232.7 L466.7,231.5 L468.2,230.2 L469.7,228.8 L471.1,227.4 L472.6,225.9 L474,224.3 L475.5,222.7 L476.9,220.9 L478.4,219.1 L479.8,217.2 L481.3,215.1 L482.7,213 L484.2,210.7 L485.7,208.2 L487.1,205.6 L488.6,202.8 L490,199.8 L491.5,196.6 L492.9,193.1 L494.4,189.3 L495.8,185.2 L497.3,180.7 L498.7,175.7 L500.2,170.2 L501.7,164.1 L503.1,157.2 L504.6,149.4 L506,140.3 L507.5,129.9 L508.9,117.4 L510.4,102.4 L511.8,83.73 L513.3,59.65 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="limitPoints" stroke="rgb(119,136,153)" fill="rgb(250,235,215)"><polygon points=" 79.2,48 89.2,48 84.2,58"/><polygon points=" 515.6,48 525.6,48 520.6,58"/></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="534.6" y="58" width="189.4" height="45"/><rect x="534.6" y="58" width="189.4" height="45"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="549.6" y1="88" x2="564.6" y2="88"/></g>
</g>
<g id="legendText">
<text x="572.1" y="88" font-size="15" font-family="Lucida Sans Unicode">x_min=0, x_max=1</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Lucida Sans Unicode">Arcsine Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

+77
View File
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="426.5" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="428.5" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="169.9" y1="58" x2="169.9" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="512.7" y2="341"/><line x1="79.2" y1="341" x2="512.7" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,335.3 L84.2,335.3 M82.2,329.7 L84.2,329.7 M82.2,324 L84.2,324 M82.2,318.4 L84.2,318.4 M82.2,307 L84.2,307 M82.2,301.4 L84.2,301.4 M82.2,295.7 L84.2,295.7 M82.2,290.1 L84.2,290.1 M82.2,278.7 L84.2,278.7 M82.2,273.1 L84.2,273.1 M82.2,267.4 L84.2,267.4 M82.2,261.8 L84.2,261.8 M82.2,250.4 L84.2,250.4 M82.2,244.8 L84.2,244.8 M82.2,239.1 L84.2,239.1 M82.2,233.5 L84.2,233.5 M82.2,222.1 L84.2,222.1 M82.2,216.5 L84.2,216.5 M82.2,210.8 L84.2,210.8 M82.2,205.2 L84.2,205.2 M82.2,193.8 L84.2,193.8 M82.2,188.2 L84.2,188.2 M82.2,182.5 L84.2,182.5 M82.2,176.9 L84.2,176.9 M82.2,165.5 L84.2,165.5 M82.2,159.9 L84.2,159.9 M82.2,154.2 L84.2,154.2 M82.2,148.6 L84.2,148.6 M82.2,137.2 L84.2,137.2 M82.2,131.6 L84.2,131.6 M82.2,125.9 L84.2,125.9 M82.2,120.3 L84.2,120.3 M82.2,108.9 L84.2,108.9 M82.2,103.3 L84.2,103.3 M82.2,97.62 L84.2,97.62 M82.2,91.96 L84.2,91.96 M82.2,80.64 L84.2,80.64 M82.2,74.98 L84.2,74.98 M82.2,69.32 L84.2,69.32 M82.2,63.66 L84.2,63.66 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M187,341 L187,343 M204.2,341 L204.2,343 M221.3,341 L221.3,343 M238.5,341 L238.5,343 M272.7,341 L272.7,343 M289.9,341 L289.9,343 M307,341 L307,343 M324.2,341 L324.2,343 M358.5,341 L358.5,343 M375.6,341 L375.6,343 M392.7,341 L392.7,343 M409.9,341 L409.9,343 M444.2,341 L444.2,343 M461.3,341 L461.3,343 M478.4,341 L478.4,343 M495.6,341 L495.6,343 M152.8,341 L152.8,343 M135.6,341 L135.6,343 M118.5,341 L118.5,343 M101.3,341 L101.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,312.7 L84.2,312.7 M79.2,284.4 L84.2,284.4 M79.2,256.1 L84.2,256.1 M79.2,227.8 L84.2,227.8 M79.2,199.5 L84.2,199.5 M79.2,171.2 L84.2,171.2 M79.2,142.9 L84.2,142.9 M79.2,114.6 L84.2,114.6 M79.2,86.3 L84.2,86.3 M79.2,58 L84.2,58 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M169.9,341 L169.9,346 M255.6,341 L255.6,346 M341.3,341 L341.3,346 M427,341 L427,346 M512.7,341 L512.7,346 M169.9,341 L169.9,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="169.9" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="255.6" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="341.3" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">2</text>
<text x="427" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">3</text>
<text x="512.7" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">4</text>
<text x="169.9" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">-1</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="73.2" y="315.1" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.1</text>
<text x="73.2" y="286.8" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.2</text>
<text x="73.2" y="258.5" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.3</text>
<text x="73.2" y="230.2" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.4</text>
<text x="73.2" y="201.9" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.5</text>
<text x="73.2" y="173.6" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.6</text>
<text x="73.2" y="145.3" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.7</text>
<text x="73.2" y="117" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.8</text>
<text x="73.2" y="88.7" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.9</text>
<text x="73.2" y="60.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Lucida Sans Unicode">Probability</text></g>
<g id="xLabel">
<text x="298.5" y="376.7" text-anchor="middle" font-size="14" font-family="Lucida Sans Unicode">Random Variable x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M169.9,341 L169.9,341 L171.3,317.7 L172.8,307.9 L174.2,300.4 L175.6,293.9 L177,288.2 L178.5,283 L179.9,278.2 L181.3,273.7 L182.8,269.3 L184.2,265.2 L185.6,261.3 L187,257.5 L188.5,253.8 L189.9,250.2 L191.3,246.7 L192.8,243.2 L194.2,239.9 L195.6,236.6 L197,233.3 L198.5,230.1 L199.9,226.9 L201.3,223.8 L202.8,220.7 L204.2,217.6 L205.6,214.6 L207,211.5 L208.5,208.5 L209.9,205.5 L211.3,202.5 L212.8,199.5 L214.2,196.5 L215.6,193.5 L217,190.5 L218.5,187.5 L219.9,184.4 L221.3,181.4 L222.8,178.3 L224.2,175.2 L225.6,172.1 L227,168.9 L228.5,165.7 L229.9,162.4 L231.3,159.1 L232.8,155.8 L234.2,152.3 L235.6,148.8 L237,145.2 L238.5,141.5 L239.9,137.7 L241.3,133.8 L242.8,129.7 L244.2,125.3 L245.6,120.8 L247,116 L248.5,110.8 L249.9,105.1 L251.3,98.63 L252.8,91.08 L254.2,81.32 L255.6,58 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M85.63,324.5 L87.06,317.7 L88.49,312.4 L89.91,307.9 L91.34,304 L92.77,300.4 L94.2,297.1 L95.63,293.9 L97.06,291 L98.48,288.2 L99.91,285.6 L101.3,283 L102.8,280.6 L104.2,278.2 L105.6,275.9 L107.1,273.7 L108.5,271.5 L109.9,269.3 L111.3,267.3 L112.8,265.2 L114.2,263.2 L115.6,261.3 L117.1,259.4 L118.5,257.5 L119.9,255.6 L121.3,253.8 L122.8,252 L124.2,250.2 L125.6,248.4 L127.1,246.7 L128.5,244.9 L129.9,243.2 L131.3,241.5 L132.8,239.9 L134.2,238.2 L135.6,236.6 L137.1,234.9 L138.5,233.3 L139.9,231.7 L141.3,230.1 L142.8,228.5 L144.2,226.9 L145.6,225.4 L147,223.8 L148.5,222.3 L149.9,220.7 L151.3,219.2 L152.8,217.6 L154.2,216.1 L155.6,214.6 L157,213.1 L158.5,211.5 L159.9,210 L161.3,208.5 L162.8,207 L164.2,205.5 L165.6,204 L167,202.5 L168.5,201 L169.9,199.5 L171.3,198 L172.8,196.5 L174.2,195 L175.6,193.5 L177,192 L178.5,190.5 L179.9,189 L181.3,187.5 L182.8,185.9 L184.2,184.4 L185.6,182.9 L187,181.4 L188.5,179.8 L189.9,178.3 L191.3,176.7 L192.8,175.2 L194.2,173.6 L195.6,172.1 L197,170.5 L198.5,168.9 L199.9,167.3 L201.3,165.7 L202.8,164.1 L204.2,162.4 L205.6,160.8 L207,159.1 L208.5,157.5 L209.9,155.8 L211.3,154.1 L212.8,152.3 L214.2,150.6 L215.6,148.8 L217,147 L218.5,145.2 L219.9,143.4 L221.3,141.5 L222.8,139.6 L224.2,137.7 L225.6,135.8 L227,133.8 L228.5,131.7 L229.9,129.7 L231.3,127.5 L232.8,125.3 L234.2,123.1 L235.6,120.8 L237,118.4 L238.5,116 L239.9,113.4 L241.3,110.8 L242.8,108 L244.2,105.1 L245.6,101.9 L247,98.63 L248.5,95.04 L249.9,91.08 L251.3,86.61 L252.8,81.32 L254.2,74.47 L255.6,58 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M85.63,327.6 L87.06,322 L88.49,317.7 L89.91,314 L91.34,310.8 L92.77,307.9 L94.2,305.2 L95.63,302.7 L97.06,300.4 L98.48,298.1 L99.91,296 L101.3,293.9 L102.8,292 L104.2,290.1 L105.6,288.2 L107.1,286.5 L108.5,284.7 L109.9,283 L111.3,281.4 L112.8,279.8 L114.2,278.2 L115.6,276.7 L117.1,275.1 L118.5,273.7 L119.9,272.2 L121.3,270.8 L122.8,269.3 L124.2,268 L125.6,266.6 L127.1,265.2 L128.5,263.9 L129.9,262.6 L131.3,261.3 L132.8,260 L134.2,258.7 L135.6,257.5 L137.1,256.2 L138.5,255 L139.9,253.8 L141.3,252.6 L142.8,251.4 L144.2,250.2 L145.6,249 L147,247.8 L148.5,246.7 L149.9,245.5 L151.3,244.4 L152.8,243.2 L154.2,242.1 L155.6,241 L157,239.9 L158.5,238.8 L159.9,237.7 L161.3,236.6 L162.8,235.5 L164.2,234.4 L165.6,233.3 L167,232.2 L168.5,231.2 L169.9,230.1 L171.3,229.1 L172.8,228 L174.2,226.9 L175.6,225.9 L177,224.9 L178.5,223.8 L179.9,222.8 L181.3,221.7 L182.8,220.7 L184.2,219.7 L185.6,218.7 L187,217.6 L188.5,216.6 L189.9,215.6 L191.3,214.6 L192.8,213.6 L194.2,212.6 L195.6,211.5 L197,210.5 L198.5,209.5 L199.9,208.5 L201.3,207.5 L202.8,206.5 L204.2,205.5 L205.6,204.5 L207,203.5 L208.5,202.5 L209.9,201.5 L211.3,200.5 L212.8,199.5 L214.2,198.5 L215.6,197.5 L217,196.5 L218.5,195.5 L219.9,194.5 L221.3,193.5 L222.8,192.5 L224.2,191.5 L225.6,190.5 L227,189.5 L228.5,188.5 L229.9,187.5 L231.3,186.4 L232.8,185.4 L234.2,184.4 L235.6,183.4 L237,182.4 L238.5,181.4 L239.9,180.3 L241.3,179.3 L242.8,178.3 L244.2,177.3 L245.6,176.2 L247,175.2 L248.5,174.1 L249.9,173.1 L251.3,172.1 L252.8,171 L254.2,169.9 L255.6,168.9 L257,167.8 L258.5,166.8 L259.9,165.7 L261.3,164.6 L262.8,163.5 L264.2,162.4 L265.6,161.3 L267,160.2 L268.5,159.1 L269.9,158 L271.3,156.9 L272.7,155.8 L274.2,154.6 L275.6,153.5 L277,152.3 L278.5,151.2 L279.9,150 L281.3,148.8 L282.7,147.6 L284.2,146.4 L285.6,145.2 L287,144 L288.5,142.8 L289.9,141.5 L291.3,140.3 L292.7,139 L294.2,137.7 L295.6,136.4 L297,135.1 L298.5,133.8 L299.9,132.4 L301.3,131 L302.7,129.7 L304.2,128.2 L305.6,126.8 L307,125.3 L308.5,123.9 L309.9,122.3 L311.3,120.8 L312.7,119.2 L314.2,117.6 L315.6,116 L317,114.3 L318.5,112.5 L319.9,110.8 L321.3,108.9 L322.7,107 L324.2,105.1 L325.6,103 L327,100.9 L328.5,98.63 L329.9,96.27 L331.3,93.76 L332.7,91.08 L334.2,88.17 L335.6,84.96 L337,81.32 L338.5,77.03 L339.9,71.44 L341.3,58 L341.3,58 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M85.63,330.6 L87.06,326.3 L88.49,323 L89.91,320.2 L91.34,317.7 L92.77,315.4 L94.2,313.4 L95.63,311.4 L97.06,309.6 L98.48,307.9 L99.91,306.3 L101.3,304.7 L102.8,303.2 L104.2,301.8 L105.6,300.4 L107.1,299 L108.5,297.7 L109.9,296.4 L111.3,295.2 L112.8,293.9 L114.2,292.8 L115.6,291.6 L117.1,290.5 L118.5,289.3 L119.9,288.2 L121.3,287.2 L122.8,286.1 L124.2,285.1 L125.6,284 L127.1,283 L128.5,282 L129.9,281.1 L131.3,280.1 L132.8,279.1 L134.2,278.2 L135.6,277.3 L137.1,276.4 L138.5,275.4 L139.9,274.5 L141.3,273.7 L142.8,272.8 L144.2,271.9 L145.6,271 L147,270.2 L148.5,269.3 L149.9,268.5 L151.3,267.7 L152.8,266.9 L154.2,266 L155.6,265.2 L157,264.4 L158.5,263.6 L159.9,262.8 L161.3,262.1 L162.8,261.3 L164.2,260.5 L165.6,259.7 L167,259 L168.5,258.2 L169.9,257.5 L171.3,256.7 L172.8,256 L174.2,255.2 L175.6,254.5 L177,253.8 L178.5,253 L179.9,252.3 L181.3,251.6 L182.8,250.9 L184.2,250.2 L185.6,249.5 L187,248.8 L188.5,248.1 L189.9,247.4 L191.3,246.7 L192.8,246 L194.2,245.3 L195.6,244.6 L197,243.9 L198.5,243.2 L199.9,242.6 L201.3,241.9 L202.8,241.2 L204.2,240.5 L205.6,239.9 L207,239.2 L208.5,238.5 L209.9,237.9 L211.3,237.2 L212.8,236.6 L214.2,235.9 L215.6,235.3 L217,234.6 L218.5,234 L219.9,233.3 L221.3,232.7 L222.8,232 L224.2,231.4 L225.6,230.8 L227,230.1 L228.5,229.5 L229.9,228.8 L231.3,228.2 L232.8,227.6 L234.2,226.9 L235.6,226.3 L237,225.7 L238.5,225.1 L239.9,224.4 L241.3,223.8 L242.8,223.2 L244.2,222.6 L245.6,222 L247,221.3 L248.5,220.7 L249.9,220.1 L251.3,219.5 L252.8,218.9 L254.2,218.3 L255.6,217.6 L257,217 L258.5,216.4 L259.9,215.8 L261.3,215.2 L262.8,214.6 L264.2,214 L265.6,213.4 L267,212.8 L268.5,212.2 L269.9,211.5 L271.3,210.9 L272.7,210.3 L274.2,209.7 L275.6,209.1 L277,208.5 L278.5,207.9 L279.9,207.3 L281.3,206.7 L282.7,206.1 L284.2,205.5 L285.6,204.9 L287,204.3 L288.5,203.7 L289.9,203.1 L291.3,202.5 L292.7,201.9 L294.2,201.3 L295.6,200.7 L297,200.1 L298.5,199.5 L299.9,198.9 L301.3,198.3 L302.7,197.7 L304.2,197.1 L305.6,196.5 L307,195.9 L308.5,195.3 L309.9,194.7 L311.3,194.1 L312.7,193.5 L314.2,192.9 L315.6,192.3 L317,191.7 L318.5,191.1 L319.9,190.5 L321.3,189.9 L322.7,189.3 L324.2,188.7 L325.6,188.1 L327,187.5 L328.5,186.8 L329.9,186.2 L331.3,185.6 L332.7,185 L334.2,184.4 L335.6,183.8 L337,183.2 L338.5,182.6 L339.9,182 L341.3,181.4 L342.7,180.7 L344.2,180.1 L345.6,179.5 L347,178.9 L348.5,178.3 L349.9,177.7 L351.3,177 L352.7,176.4 L354.2,175.8 L355.6,175.2 L357,174.6 L358.5,173.9 L359.9,173.3 L361.3,172.7 L362.7,172.1 L364.2,171.4 L365.6,170.8 L367,170.2 L368.5,169.5 L369.9,168.9 L371.3,168.2 L372.7,167.6 L374.2,167 L375.6,166.3 L377,165.7 L378.5,165 L379.9,164.4 L381.3,163.7 L382.7,163.1 L384.2,162.4 L385.6,161.8 L387,161.1 L388.4,160.5 L389.9,159.8 L391.3,159.1 L392.7,158.5 L394.2,157.8 L395.6,157.1 L397,156.4 L398.4,155.8 L399.9,155.1 L401.3,154.4 L402.7,153.7 L404.2,153 L405.6,152.3 L407,151.6 L408.4,150.9 L409.9,150.2 L411.3,149.5 L412.7,148.8 L414.2,148.1 L415.6,147.4 L417,146.7 L418.4,146 L419.9,145.2 L421.3,144.5 L422.7,143.8 L424.2,143 L425.6,142.3 L427,141.5 L428.4,140.8 L429.9,140 L431.3,139.3 L432.7,138.5 L434.2,137.7 L435.6,136.9 L437,136.2 L438.4,135.4 L439.9,134.6 L441.3,133.8 L442.7,133 L444.2,132.1 L445.6,131.3 L447,130.5 L448.4,129.7 L449.9,128.8 L451.3,128 L452.7,127.1 L454.2,126.2 L455.6,125.3 L457,124.5 L458.4,123.6 L459.9,122.6 L461.3,121.7 L462.7,120.8 L464.2,119.9 L465.6,118.9 L467,117.9 L468.4,117 L469.9,116 L471.3,115 L472.7,113.9 L474.2,112.9 L475.6,111.8 L477,110.8 L478.4,109.7 L479.9,108.5 L481.3,107.4 L482.7,106.2 L484.2,105.1 L485.6,103.8 L487,102.6 L488.4,101.3 L489.9,99.99 L491.3,98.63 L492.7,97.23 L494.2,95.78 L495.6,94.28 L497,92.71 L498.4,91.08 L499.9,89.36 L501.3,87.55 L502.7,85.63 L504.1,83.56 L505.6,81.32 L507,78.85 L508.4,76.05 L509.9,72.73 L511.3,68.41 L512.7,58 L512.7,58 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M341.3,341 L342.7,324.5 L344.2,317.7 L345.6,312.4 L347,307.9 L348.5,304 L349.9,300.4 L351.3,297.1 L352.7,293.9 L354.2,291 L355.6,288.2 L357,285.6 L358.5,283 L359.9,280.6 L361.3,278.2 L362.7,275.9 L364.2,273.7 L365.6,271.5 L367,269.3 L368.5,267.3 L369.9,265.2 L371.3,263.2 L372.7,261.3 L374.2,259.4 L375.6,257.5 L377,255.6 L378.5,253.8 L379.9,252 L381.3,250.2 L382.7,248.4 L384.2,246.7 L385.6,244.9 L387,243.2 L388.4,241.5 L389.9,239.9 L391.3,238.2 L392.7,236.6 L394.2,234.9 L395.6,233.3 L397,231.7 L398.4,230.1 L399.9,228.5 L401.3,226.9 L402.7,225.4 L404.2,223.8 L405.6,222.3 L407,220.7 L408.4,219.2 L409.9,217.6 L411.3,216.1 L412.7,214.6 L414.2,213.1 L415.6,211.5 L417,210 L418.4,208.5 L419.9,207 L421.3,205.5 L422.7,204 L424.2,202.5 L425.6,201 L427,199.5 L428.4,198 L429.9,196.5 L431.3,195 L432.7,193.5 L434.2,192 L435.6,190.5 L437,189 L438.4,187.5 L439.9,185.9 L441.3,184.4 L442.7,182.9 L444.2,181.4 L445.6,179.8 L447,178.3 L448.4,176.7 L449.9,175.2 L451.3,173.6 L452.7,172.1 L454.2,170.5 L455.6,168.9 L457,167.3 L458.4,165.7 L459.9,164.1 L461.3,162.4 L462.7,160.8 L464.2,159.1 L465.6,157.5 L467,155.8 L468.4,154.1 L469.9,152.3 L471.3,150.6 L472.7,148.8 L474.2,147 L475.6,145.2 L477,143.4 L478.4,141.5 L479.9,139.6 L481.3,137.7 L482.7,135.8 L484.2,133.8 L485.6,131.7 L487,129.7 L488.4,127.5 L489.9,125.3 L491.3,123.1 L492.7,120.8 L494.2,118.4 L495.6,116 L497,113.4 L498.4,110.8 L499.9,108 L501.3,105.1 L502.7,101.9 L504.1,98.63 L505.6,95.04 L507,91.08 L508.4,86.61 L509.9,81.32 L511.3,74.47 L512.7,58 L512.7,58 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="526.7" y="58" width="197.3" height="165"/><rect x="526.7" y="58" width="197.3" height="165"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="88" x2="556.7" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="118" x2="556.7" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="148" x2="556.7" y2="148"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="178" x2="556.7" y2="178"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="208" x2="556.7" y2="208"/></g>
</g>
<g id="legendText">
<text x="564.2" y="88" font-size="15" font-family="Lucida Sans Unicode">x_min=0, x_max=1</text>
<text x="564.2" y="118" font-size="15" font-family="Lucida Sans Unicode">x_min=-1, x_max=1</text>
<text x="564.2" y="148" font-size="15" font-family="Lucida Sans Unicode">x_min=-1, x_max=2</text>
<text x="564.2" y="178" font-size="15" font-family="Lucida Sans Unicode">x_min=-1, x_max=4</text>
<text x="564.2" y="208" font-size="15" font-family="Lucida Sans Unicode">x_min=2, x_max=4</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Lucida Sans Unicode">Arcsine Distribution CDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="426.5" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="428.5" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="169.9" y1="58" x2="169.9" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="512.7" y2="341"/><line x1="79.2" y1="341" x2="512.7" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,329.7 L84.2,329.7 M82.2,318.4 L84.2,318.4 M82.2,307.1 L84.2,307.1 M82.2,295.7 L84.2,295.7 M82.2,273.1 L84.2,273.1 M82.2,261.8 L84.2,261.8 M82.2,250.5 L84.2,250.5 M82.2,239.2 L84.2,239.2 M82.2,216.5 L84.2,216.5 M82.2,205.2 L84.2,205.2 M82.2,193.9 L84.2,193.9 M82.2,182.6 L84.2,182.6 M82.2,160 L84.2,160 M82.2,148.6 L84.2,148.6 M82.2,137.3 L84.2,137.3 M82.2,126 L84.2,126 M82.2,103.4 L84.2,103.4 M82.2,92.06 L84.2,92.06 M82.2,80.74 L84.2,80.74 M82.2,69.43 L84.2,69.43 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M187,341 L187,343 M204.2,341 L204.2,343 M221.3,341 L221.3,343 M238.5,341 L238.5,343 M272.7,341 L272.7,343 M289.9,341 L289.9,343 M307,341 L307,343 M324.2,341 L324.2,343 M358.5,341 L358.5,343 M375.6,341 L375.6,343 M392.7,341 L392.7,343 M409.9,341 L409.9,343 M444.2,341 L444.2,343 M461.3,341 L461.3,343 M478.4,341 L478.4,343 M495.6,341 L495.6,343 M152.8,341 L152.8,343 M135.6,341 L135.6,343 M118.5,341 L118.5,343 M101.3,341 L101.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,284.4 L84.2,284.4 M79.2,227.8 L84.2,227.8 M79.2,171.3 L84.2,171.3 M79.2,114.7 L84.2,114.7 M79.2,58.11 L84.2,58.11 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M169.9,341 L169.9,346 M255.6,341 L255.6,346 M341.3,341 L341.3,346 M427,341 L427,346 M512.7,341 L512.7,346 M169.9,341 L169.9,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="169.9" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="255.6" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="341.3" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">2</text>
<text x="427" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">3</text>
<text x="512.7" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">4</text>
<text x="169.9" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Lucida Sans Unicode">-1</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text>
<text x="73.2" y="286.8" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0.5</text>
<text x="73.2" y="230.2" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1</text>
<text x="73.2" y="173.7" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">1.5</text>
<text x="73.2" y="117.1" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">2</text>
<text x="73.2" y="60.51" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">2.5</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Lucida Sans Unicode">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Lucida Sans Unicode">Probability</text></g>
<g id="xLabel">
<text x="298.5" y="376.7" text-anchor="middle" font-size="14" font-family="Lucida Sans Unicode">Random Variable x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M171.3,59.65 L172.8,140.3 L174.2,175.7 L175.6,196.6 L177,210.7 L178.5,220.9 L179.9,228.8 L181.3,235 L182.8,240.1 L184.2,244.4 L185.6,247.9 L187,251 L188.5,253.6 L189.9,255.8 L191.3,257.8 L192.8,259.6 L194.2,261.1 L195.6,262.4 L197,263.6 L198.5,264.6 L199.9,265.5 L201.3,266.3 L202.8,266.9 L204.2,267.5 L205.6,267.9 L207,268.3 L208.5,268.6 L209.9,268.8 L211.3,268.9 L212.8,269 L214.2,268.9 L215.6,268.8 L217,268.6 L218.5,268.3 L219.9,267.9 L221.3,267.5 L222.8,266.9 L224.2,266.3 L225.6,265.5 L227,264.6 L228.5,263.6 L229.9,262.4 L231.3,261.1 L232.8,259.6 L234.2,257.8 L235.6,255.8 L237,253.6 L238.5,251 L239.9,247.9 L241.3,244.4 L242.8,240.1 L244.2,235 L245.6,228.8 L247,220.9 L248.5,210.7 L249.9,196.6 L251.3,175.7 L252.8,140.3 L254.2,59.65 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M85.63,142.9 L87.06,200.3 L88.49,225.6 L89.91,240.7 L91.34,250.9 L92.77,258.4 L94.2,264.2 L95.63,268.8 L97.06,272.6 L98.48,275.8 L99.91,278.6 L101.3,281 L102.8,283.1 L104.2,284.9 L105.6,286.5 L107.1,288 L108.5,289.4 L109.9,290.6 L111.3,291.7 L112.8,292.7 L114.2,293.6 L115.6,294.5 L117.1,295.2 L118.5,296 L119.9,296.7 L121.3,297.3 L122.8,297.9 L124.2,298.4 L125.6,298.9 L127.1,299.4 L128.5,299.9 L129.9,300.3 L131.3,300.7 L132.8,301 L134.2,301.4 L135.6,301.7 L137.1,302 L138.5,302.3 L139.9,302.5 L141.3,302.8 L142.8,303 L144.2,303.2 L145.6,303.4 L147,303.6 L148.5,303.8 L149.9,304 L151.3,304.1 L152.8,304.2 L154.2,304.4 L155.6,304.5 L157,304.6 L158.5,304.7 L159.9,304.7 L161.3,304.8 L162.8,304.9 L164.2,304.9 L165.6,304.9 L167,305 L168.5,305 L169.9,305 L171.3,305 L172.8,305 L174.2,304.9 L175.6,304.9 L177,304.9 L178.5,304.8 L179.9,304.7 L181.3,304.7 L182.8,304.6 L184.2,304.5 L185.6,304.4 L187,304.2 L188.5,304.1 L189.9,304 L191.3,303.8 L192.8,303.6 L194.2,303.4 L195.6,303.2 L197,303 L198.5,302.8 L199.9,302.5 L201.3,302.3 L202.8,302 L204.2,301.7 L205.6,301.4 L207,301 L208.5,300.7 L209.9,300.3 L211.3,299.9 L212.8,299.4 L214.2,298.9 L215.6,298.4 L217,297.9 L218.5,297.3 L219.9,296.7 L221.3,296 L222.8,295.2 L224.2,294.5 L225.6,293.6 L227,292.7 L228.5,291.7 L229.9,290.6 L231.3,289.4 L232.8,288 L234.2,286.5 L235.6,284.9 L237,283.1 L238.5,281 L239.9,278.6 L241.3,275.8 L242.8,272.6 L244.2,268.8 L245.6,264.2 L247,258.4 L248.5,250.9 L249.9,240.7 L251.3,225.6 L252.8,200.3 L254.2,142.9 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M85.63,179.5 L87.06,226.5 L88.49,247.2 L89.91,259.6 L91.34,267.9 L92.77,274.1 L94.2,278.9 L95.63,282.7 L97.06,285.9 L98.48,288.6 L99.91,290.9 L101.3,292.9 L102.8,294.6 L104.2,296.2 L105.6,297.6 L107.1,298.8 L108.5,299.9 L109.9,301 L111.3,301.9 L112.8,302.8 L114.2,303.6 L115.6,304.3 L117.1,305 L118.5,305.7 L119.9,306.3 L121.3,306.8 L122.8,307.4 L124.2,307.9 L125.6,308.3 L127.1,308.8 L128.5,309.2 L129.9,309.6 L131.3,310 L132.8,310.3 L134.2,310.7 L135.6,311 L137.1,311.3 L138.5,311.6 L139.9,311.9 L141.3,312.1 L142.8,312.4 L144.2,312.6 L145.6,312.8 L147,313.1 L148.5,313.3 L149.9,313.5 L151.3,313.7 L152.8,313.9 L154.2,314 L155.6,314.2 L157,314.4 L158.5,314.5 L159.9,314.7 L161.3,314.8 L162.8,314.9 L164.2,315.1 L165.6,315.2 L167,315.3 L168.5,315.4 L169.9,315.5 L171.3,315.6 L172.8,315.7 L174.2,315.8 L175.6,315.9 L177,316 L178.5,316.1 L179.9,316.2 L181.3,316.2 L182.8,316.3 L184.2,316.4 L185.6,316.4 L187,316.5 L188.5,316.5 L189.9,316.6 L191.3,316.6 L192.8,316.7 L194.2,316.7 L195.6,316.8 L197,316.8 L198.5,316.8 L199.9,316.9 L201.3,316.9 L202.8,316.9 L204.2,316.9 L205.6,317 L207,317 L208.5,317 L209.9,317 L211.3,317 L212.8,317 L214.2,317 L215.6,317 L217,317 L218.5,317 L219.9,317 L221.3,316.9 L222.8,316.9 L224.2,316.9 L225.6,316.9 L227,316.8 L228.5,316.8 L229.9,316.8 L231.3,316.7 L232.8,316.7 L234.2,316.6 L235.6,316.6 L237,316.5 L238.5,316.5 L239.9,316.4 L241.3,316.4 L242.8,316.3 L244.2,316.2 L245.6,316.2 L247,316.1 L248.5,316 L249.9,315.9 L251.3,315.8 L252.8,315.7 L254.2,315.6 L255.6,315.5 L257,315.4 L258.5,315.3 L259.9,315.2 L261.3,315.1 L262.8,314.9 L264.2,314.8 L265.6,314.7 L267,314.5 L268.5,314.4 L269.9,314.2 L271.3,314 L272.7,313.9 L274.2,313.7 L275.6,313.5 L277,313.3 L278.5,313.1 L279.9,312.8 L281.3,312.6 L282.7,312.4 L284.2,312.1 L285.6,311.9 L287,311.6 L288.5,311.3 L289.9,311 L291.3,310.7 L292.7,310.3 L294.2,310 L295.6,309.6 L297,309.2 L298.5,308.8 L299.9,308.3 L301.3,307.9 L302.7,307.4 L304.2,306.8 L305.6,306.3 L307,305.7 L308.5,305 L309.9,304.3 L311.3,303.6 L312.7,302.8 L314.2,301.9 L315.6,301 L317,299.9 L318.5,298.8 L319.9,297.6 L321.3,296.2 L322.7,294.6 L324.2,292.9 L325.6,290.9 L327,288.6 L328.5,285.9 L329.9,282.7 L331.3,278.9 L332.7,274.1 L334.2,267.9 L335.6,259.6 L337,247.2 L338.5,226.5 L339.9,179.5 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M85.63,216 L87.06,252.5 L88.49,268.6 L89.91,278.2 L91.34,284.7 L92.77,289.5 L94.2,293.3 L95.63,296.3 L97.06,298.8 L98.48,300.9 L99.91,302.7 L101.3,304.2 L102.8,305.6 L104.2,306.8 L105.6,307.9 L107.1,308.9 L108.5,309.8 L109.9,310.7 L111.3,311.4 L112.8,312.1 L114.2,312.8 L115.6,313.4 L117.1,313.9 L118.5,314.4 L119.9,314.9 L121.3,315.4 L122.8,315.8 L124.2,316.2 L125.6,316.6 L127.1,317 L128.5,317.3 L129.9,317.7 L131.3,318 L132.8,318.3 L134.2,318.6 L135.6,318.8 L137.1,319.1 L138.5,319.3 L139.9,319.6 L141.3,319.8 L142.8,320 L144.2,320.2 L145.6,320.4 L147,320.6 L148.5,320.8 L149.9,321 L151.3,321.2 L152.8,321.4 L154.2,321.5 L155.6,321.7 L157,321.8 L158.5,322 L159.9,322.1 L161.3,322.2 L162.8,322.4 L164.2,322.5 L165.6,322.6 L167,322.8 L168.5,322.9 L169.9,323 L171.3,323.1 L172.8,323.2 L174.2,323.3 L175.6,323.4 L177,323.5 L178.5,323.6 L179.9,323.7 L181.3,323.8 L182.8,323.9 L184.2,324 L185.6,324.1 L187,324.1 L188.5,324.2 L189.9,324.3 L191.3,324.4 L192.8,324.4 L194.2,324.5 L195.6,324.6 L197,324.6 L198.5,324.7 L199.9,324.8 L201.3,324.8 L202.8,324.9 L204.2,325 L205.6,325 L207,325.1 L208.5,325.1 L209.9,325.2 L211.3,325.2 L212.8,325.3 L214.2,325.3 L215.6,325.4 L217,325.4 L218.5,325.5 L219.9,325.5 L221.3,325.6 L222.8,325.6 L224.2,325.6 L225.6,325.7 L227,325.7 L228.5,325.8 L229.9,325.8 L231.3,325.8 L232.8,325.9 L234.2,325.9 L235.6,325.9 L237,326 L238.5,326 L239.9,326 L241.3,326.1 L242.8,326.1 L244.2,326.1 L245.6,326.1 L247,326.2 L248.5,326.2 L249.9,326.2 L251.3,326.2 L252.8,326.3 L254.2,326.3 L255.6,326.3 L257,326.3 L258.5,326.3 L259.9,326.4 L261.3,326.4 L262.8,326.4 L264.2,326.4 L265.6,326.4 L267,326.4 L268.5,326.4 L269.9,326.5 L271.3,326.5 L272.7,326.5 L274.2,326.5 L275.6,326.5 L277,326.5 L278.5,326.5 L279.9,326.5 L281.3,326.5 L282.7,326.6 L284.2,326.6 L285.6,326.6 L287,326.6 L288.5,326.6 L289.9,326.6 L291.3,326.6 L292.7,326.6 L294.2,326.6 L295.6,326.6 L297,326.6 L298.5,326.6 L299.9,326.6 L301.3,326.6 L302.7,326.6 L304.2,326.6 L305.6,326.6 L307,326.6 L308.5,326.6 L309.9,326.6 L311.3,326.6 L312.7,326.6 L314.2,326.6 L315.6,326.5 L317,326.5 L318.5,326.5 L319.9,326.5 L321.3,326.5 L322.7,326.5 L324.2,326.5 L325.6,326.5 L327,326.5 L328.5,326.4 L329.9,326.4 L331.3,326.4 L332.7,326.4 L334.2,326.4 L335.6,326.4 L337,326.4 L338.5,326.3 L339.9,326.3 L341.3,326.3 L342.7,326.3 L344.2,326.3 L345.6,326.2 L347,326.2 L348.5,326.2 L349.9,326.2 L351.3,326.1 L352.7,326.1 L354.2,326.1 L355.6,326.1 L357,326 L358.5,326 L359.9,326 L361.3,325.9 L362.7,325.9 L364.2,325.9 L365.6,325.8 L367,325.8 L368.5,325.8 L369.9,325.7 L371.3,325.7 L372.7,325.6 L374.2,325.6 L375.6,325.6 L377,325.5 L378.5,325.5 L379.9,325.4 L381.3,325.4 L382.7,325.3 L384.2,325.3 L385.6,325.2 L387,325.2 L388.4,325.1 L389.9,325.1 L391.3,325 L392.7,325 L394.2,324.9 L395.6,324.8 L397,324.8 L398.4,324.7 L399.9,324.6 L401.3,324.6 L402.7,324.5 L404.2,324.4 L405.6,324.4 L407,324.3 L408.4,324.2 L409.9,324.1 L411.3,324.1 L412.7,324 L414.2,323.9 L415.6,323.8 L417,323.7 L418.4,323.6 L419.9,323.5 L421.3,323.4 L422.7,323.3 L424.2,323.2 L425.6,323.1 L427,323 L428.4,322.9 L429.9,322.8 L431.3,322.6 L432.7,322.5 L434.2,322.4 L435.6,322.2 L437,322.1 L438.4,322 L439.9,321.8 L441.3,321.7 L442.7,321.5 L444.2,321.4 L445.6,321.2 L447,321 L448.4,320.8 L449.9,320.6 L451.3,320.4 L452.7,320.2 L454.2,320 L455.6,319.8 L457,319.6 L458.4,319.3 L459.9,319.1 L461.3,318.8 L462.7,318.6 L464.2,318.3 L465.6,318 L467,317.7 L468.4,317.3 L469.9,317 L471.3,316.6 L472.7,316.2 L474.2,315.8 L475.6,315.4 L477,314.9 L478.4,314.4 L479.9,313.9 L481.3,313.4 L482.7,312.8 L484.2,312.1 L485.6,311.4 L487,310.7 L488.4,309.8 L489.9,308.9 L491.3,307.9 L492.7,306.8 L494.2,305.6 L495.6,304.2 L497,302.7 L498.4,300.9 L499.9,298.8 L501.3,296.3 L502.7,293.3 L504.1,289.5 L505.6,284.7 L507,278.2 L508.4,268.6 L509.9,252.5 L511.3,216 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M342.7,142.9 L344.2,200.3 L345.6,225.6 L347,240.7 L348.5,250.9 L349.9,258.4 L351.3,264.2 L352.7,268.8 L354.2,272.6 L355.6,275.8 L357,278.6 L358.5,281 L359.9,283.1 L361.3,284.9 L362.7,286.5 L364.2,288 L365.6,289.4 L367,290.6 L368.5,291.7 L369.9,292.7 L371.3,293.6 L372.7,294.5 L374.2,295.2 L375.6,296 L377,296.7 L378.5,297.3 L379.9,297.9 L381.3,298.4 L382.7,298.9 L384.2,299.4 L385.6,299.9 L387,300.3 L388.4,300.7 L389.9,301 L391.3,301.4 L392.7,301.7 L394.2,302 L395.6,302.3 L397,302.5 L398.4,302.8 L399.9,303 L401.3,303.2 L402.7,303.4 L404.2,303.6 L405.6,303.8 L407,304 L408.4,304.1 L409.9,304.2 L411.3,304.4 L412.7,304.5 L414.2,304.6 L415.6,304.7 L417,304.7 L418.4,304.8 L419.9,304.9 L421.3,304.9 L422.7,304.9 L424.2,305 L425.6,305 L427,305 L428.4,305 L429.9,305 L431.3,304.9 L432.7,304.9 L434.2,304.9 L435.6,304.8 L437,304.7 L438.4,304.7 L439.9,304.6 L441.3,304.5 L442.7,304.4 L444.2,304.2 L445.6,304.1 L447,304 L448.4,303.8 L449.9,303.6 L451.3,303.4 L452.7,303.2 L454.2,303 L455.6,302.8 L457,302.5 L458.4,302.3 L459.9,302 L461.3,301.7 L462.7,301.4 L464.2,301 L465.6,300.7 L467,300.3 L468.4,299.9 L469.9,299.4 L471.3,298.9 L472.7,298.4 L474.2,297.9 L475.6,297.3 L477,296.7 L478.4,296 L479.9,295.2 L481.3,294.5 L482.7,293.6 L484.2,292.7 L485.6,291.7 L487,290.6 L488.4,289.4 L489.9,288 L491.3,286.5 L492.7,284.9 L494.2,283.1 L495.6,281 L497,278.6 L498.4,275.8 L499.9,272.6 L501.3,268.8 L502.7,264.2 L504.1,258.4 L505.6,250.9 L507,240.7 L508.4,225.6 L509.9,200.3 L511.3,142.9 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="limitPoints" stroke="rgb(119,136,153)" fill="rgb(250,235,215)"><polygon points=" 164.9,48 174.9,48 169.9,58"/><polygon points=" 250.6,48 260.6,48 255.6,58"/><polygon points=" 79.2,48 89.2,48 84.2,58"/><polygon points=" 250.6,48 260.6,48 255.6,58"/><polygon points=" 79.2,48 89.2,48 84.2,58"/><polygon points=" 336.3,48 346.3,48 341.3,58"/><polygon points=" 79.2,48 89.2,48 84.2,58"/><polygon points=" 507.7,48 517.7,48 512.7,58"/><polygon points=" 336.3,48 346.3,48 341.3,58"/><polygon points=" 507.7,48 517.7,48 512.7,58"/></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="526.7" y="58" width="197.3" height="165"/><rect x="526.7" y="58" width="197.3" height="165"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="88" x2="556.7" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="118" x2="556.7" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="148" x2="556.7" y2="148"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="178" x2="556.7" y2="178"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="541.7" y1="208" x2="556.7" y2="208"/></g>
</g>
<g id="legendText">
<text x="564.2" y="88" font-size="15" font-family="Lucida Sans Unicode">x_min=0, x_max=1</text>
<text x="564.2" y="118" font-size="15" font-family="Lucida Sans Unicode">x_min=-1, x_max=1</text>
<text x="564.2" y="148" font-size="15" font-family="Lucida Sans Unicode">x_min=-1, x_max=2</text>
<text x="564.2" y="178" font-size="15" font-family="Lucida Sans Unicode">x_min=-1, x_max=4</text>
<text x="564.2" y="208" font-size="15" font-family="Lucida Sans Unicode">x_min=2, x_max=4</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Lucida Sans Unicode">Arcsine Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="320" y1="58" x2="320" y2="346"/><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="202.3" x2="574" y2="202.3"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,190.7 L75.8,190.7 M73.8,179.1 L75.8,179.1 M73.8,167.6 L75.8,167.6 M73.8,144.4 L75.8,144.4 M73.8,132.9 L75.8,132.9 M73.8,121.3 L75.8,121.3 M73.8,98.17 L75.8,98.17 M73.8,86.6 L75.8,86.6 M73.8,75.03 L75.8,75.03 M73.8,202.3 L75.8,202.3 M73.8,213.8 L75.8,213.8 M73.8,225.4 L75.8,225.4 M73.8,237 L75.8,237 M73.8,248.5 L75.8,248.5 M73.8,260.1 L75.8,260.1 M73.8,271.7 L75.8,271.7 M73.8,283.2 L75.8,283.2 M73.8,294.8 L75.8,294.8 M73.8,306.4 L75.8,306.4 M73.8,317.9 L75.8,317.9 M73.8,329.5 L75.8,329.5 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M350.5,341 L350.5,343 M381.1,341 L381.1,343 M411.6,341 L411.6,343 M472.7,341 L472.7,343 M503.2,341 L503.2,343 M533.7,341 L533.7,343 M289.5,341 L289.5,343 M259,341 L259,343 M228.4,341 L228.4,343 M167.4,341 L167.4,343 M136.9,341 L136.9,343 M106.3,341 L106.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,202.3 L75.8,202.3 M70.8,156 L75.8,156 M70.8,109.7 L75.8,109.7 M70.8,63.47 L75.8,63.47 M70.8,202.3 L75.8,202.3 M70.8,248.5 L75.8,248.5 M70.8,294.8 L75.8,294.8 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M320,341 L320,346 M442.1,341 L442.1,346 M564.2,341 L564.2,346 M320,341 L320,346 M197.9,341 L197.9,346 M75.8,341 L75.8,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="442.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="564.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="197.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text>
<text x="75.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text></g>
<g id="yTicksValues">
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="158.4" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="64.8" y="112.1" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="64.8" y="65.87" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="250.9" text-anchor="end" font-size="12" font-family="Verdana">-1</text>
<text x="64.8" y="297.2" text-anchor="end" font-size="12" font-family="Verdana">-2</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">asinh(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,341 L78.24,340.5 L80.68,340.1 L83.13,339.6 L85.57,339.1 L88.01,338.6 L90.45,338.2 L92.9,337.7 L95.34,337.2 L97.78,336.7 L100.2,336.2 L102.7,335.6 L105.1,335.1 L107.5,334.6 L110,334.1 L112.4,333.5 L114.9,333 L117.3,332.4 L119.8,331.9 L122.2,331.3 L124.6,330.7 L127.1,330.2 L129.5,329.6 L132,329 L134.4,328.4 L136.9,327.8 L139.3,327.2 L141.7,326.5 L144.2,325.9 L146.6,325.3 L149.1,324.6 L151.5,324 L153.9,323.3 L156.4,322.6 L158.8,321.9 L161.3,321.2 L163.7,320.5 L166.2,319.8 L168.6,319.1 L171,318.3 L173.5,317.6 L175.9,316.8 L178.4,316 L180.8,315.2 L183.3,314.4 L185.7,313.6 L188.1,312.8 L190.6,311.9 L193,311.1 L195.5,310.2 L197.9,309.3 L200.3,308.4 L202.8,307.4 L205.2,306.5 L207.7,305.5 L210.1,304.5 L212.6,303.5 L215,302.4 L217.4,301.4 L219.9,300.3 L222.3,299.2 L224.8,298.1 L227.2,296.9 L229.7,295.7 L232.1,294.5 L234.5,293.2 L237,291.9 L239.4,290.6 L241.9,289.3 L244.3,287.9 L246.8,286.4 L249.2,284.9 L251.6,283.4 L254.1,281.8 L256.5,280.2 L259,278.5 L261.4,276.7 L263.8,274.9 L266.3,273.1 L268.7,271.1 L271.2,269.1 L273.6,267 L276.1,264.8 L278.5,262.5 L280.9,260.1 L283.4,257.6 L285.8,254.9 L288.3,252.2 L290.7,249.3 L293.2,246.2 L295.6,243.1 L298,239.7 L300.5,236.2 L302.9,232.5 L305.4,228.6 L307.8,224.5 L310.2,220.3 L312.7,216 L315.1,211.5 L317.6,206.9 L320,202.3 L322.5,197.7 L324.9,193.1 L327.3,188.6 L329.8,184.2 L332.2,180 L334.7,176 L337.1,172.1 L339.6,168.4 L342,164.8 L344.4,161.5 L346.9,158.3 L349.3,155.3 L351.8,152.4 L354.2,149.6 L356.6,147 L359.1,144.5 L361.5,142.1 L364,139.8 L366.4,137.6 L368.9,135.5 L371.3,133.4 L373.7,131.5 L376.2,129.6 L378.6,127.8 L381.1,126.1 L383.5,124.4 L386,122.7 L388.4,121.2 L390.8,119.6 L393.3,118.1 L395.7,116.7 L398.2,115.3 L400.6,113.9 L403,112.6 L405.5,111.3 L407.9,110.1 L410.4,108.8 L412.8,107.7 L415.3,106.5 L417.7,105.4 L420.1,104.2 L422.6,103.2 L425,102.1 L427.5,101.1 L429.9,100 L432.4,99.06 L434.8,98.08 L437.2,97.13 L439.7,96.2 L442.1,95.28 L444.6,94.38 L447,93.5 L449.4,92.63 L451.9,91.78 L454.3,90.95 L456.8,90.13 L459.2,89.32 L461.7,88.53 L464.1,87.75 L466.5,86.98 L469,86.23 L471.4,85.48 L473.9,84.75 L476.3,84.03 L478.8,83.32 L481.2,82.63 L483.6,81.94 L486.1,81.26 L488.5,80.59 L491,79.93 L493.4,79.28 L495.9,78.64 L498.3,78.01 L500.7,77.39 L503.2,76.77 L505.6,76.16 L508.1,75.56 L510.5,74.97 L512.9,74.39 L515.4,73.81 L517.8,73.24 L520.3,72.68 L522.7,72.12 L525.2,71.57 L527.6,71.02 L530,70.49 L532.5,69.96 L534.9,69.43 L537.4,68.91 L539.8,68.4 L542.3,67.89 L544.7,67.39 L547.1,66.89 L549.6,66.4 L552,65.91 L554.5,65.43 L556.9,64.95 L559.3,64.48 L561.8,64.01 L564.2,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">asinh</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="320" y1="58" x2="320" y2="346"/><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="202.3" x2="574" y2="202.3"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,195.3 L75.8,195.3 M73.8,188.4 L75.8,188.4 M73.8,181.5 L75.8,181.5 M73.8,167.6 L75.8,167.6 M73.8,160.7 L75.8,160.7 M73.8,153.7 L75.8,153.7 M73.8,139.8 L75.8,139.8 M73.8,132.9 L75.8,132.9 M73.8,126 L75.8,126 M73.8,112.1 L75.8,112.1 M73.8,105.2 L75.8,105.2 M73.8,98.23 L75.8,98.23 M73.8,84.36 L75.8,84.36 M73.8,77.42 L75.8,77.42 M73.8,70.49 L75.8,70.49 M73.8,202.3 L75.8,202.3 M73.8,209.2 L75.8,209.2 M73.8,216.1 L75.8,216.1 M73.8,223.1 L75.8,223.1 M73.8,230 L75.8,230 M73.8,237 L75.8,237 M73.8,243.9 L75.8,243.9 M73.8,250.8 L75.8,250.8 M73.8,257.8 L75.8,257.8 M73.8,264.7 L75.8,264.7 M73.8,271.6 L75.8,271.6 M73.8,278.6 L75.8,278.6 M73.8,285.5 L75.8,285.5 M73.8,292.4 L75.8,292.4 M73.8,299.4 L75.8,299.4 M73.8,306.3 L75.8,306.3 M73.8,313.3 L75.8,313.3 M73.8,320.2 L75.8,320.2 M73.8,327.1 L75.8,327.1 M73.8,334.1 L75.8,334.1 M73.8,341 L75.8,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M350.5,341 L350.5,343 M381.1,341 L381.1,343 M411.6,341 L411.6,343 M472.7,341 L472.7,343 M503.2,341 L503.2,343 M533.7,341 L533.7,343 M289.5,341 L289.5,343 M259,341 L259,343 M228.4,341 L228.4,343 M167.4,341 L167.4,343 M136.8,341 L136.8,343 M106.3,341 L106.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,202.3 L75.8,202.3 M70.8,174.5 L75.8,174.5 M70.8,146.8 L75.8,146.8 M70.8,119 L75.8,119 M70.8,91.29 L75.8,91.29 M70.8,63.55 L75.8,63.55 M70.8,202.3 L75.8,202.3 M70.8,230 L75.8,230 M70.8,257.8 L75.8,257.8 M70.8,285.5 L75.8,285.5 M70.8,313.3 L75.8,313.3 M70.8,341 L75.8,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M320,341 L320,346 M442.1,341 L442.1,346 M564.3,341 L564.3,346 M320,341 L320,346 M197.9,341 L197.9,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="442.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="564.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="197.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-0.5</text></g>
<g id="yTicksValues">
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="176.9" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="64.8" y="149.2" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="64.8" y="121.4" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="64.8" y="93.69" text-anchor="end" font-size="12" font-family="Verdana">4</text>
<text x="64.8" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="232.4" text-anchor="end" font-size="12" font-family="Verdana">-1</text>
<text x="64.8" y="260.2" text-anchor="end" font-size="12" font-family="Verdana">-2</text>
<text x="64.8" y="287.9" text-anchor="end" font-size="12" font-family="Verdana">-3</text>
<text x="64.8" y="315.7" text-anchor="end" font-size="12" font-family="Verdana">-4</text>
<text x="64.8" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">-5</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">atanh(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,341 L78.24,275.6 L80.68,266 L83.13,260.3 L85.57,256.2 L88.01,253.1 L90.45,250.5 L92.9,248.3 L95.34,246.3 L97.78,244.6 L100.2,243.1 L102.7,241.7 L105.1,240.4 L107.5,239.3 L110,238.2 L112.4,237.1 L114.9,236.1 L117.3,235.2 L119.8,234.4 L122.2,233.5 L124.6,232.8 L127.1,232 L129.5,231.3 L132,230.6 L134.4,229.9 L136.9,229.3 L139.3,228.6 L141.7,228 L144.2,227.5 L146.6,226.9 L149.1,226.3 L151.5,225.8 L153.9,225.3 L156.4,224.8 L158.8,224.3 L161.3,223.8 L163.7,223.3 L166.2,222.8 L168.6,222.4 L171,221.9 L173.5,221.5 L175.9,221.1 L178.4,220.7 L180.8,220.2 L183.3,219.8 L185.7,219.4 L188.1,219 L190.6,218.6 L193,218.3 L195.5,217.9 L197.9,217.5 L200.3,217.1 L202.8,216.8 L205.2,216.4 L207.7,216.1 L210.1,215.7 L212.6,215.4 L215,215 L217.4,214.7 L219.9,214.4 L222.3,214 L224.8,213.7 L227.2,213.4 L229.7,213.1 L232.1,212.7 L234.5,212.4 L237,212.1 L239.4,211.8 L241.9,211.5 L244.3,211.2 L246.8,210.9 L249.2,210.6 L251.6,210.3 L254.1,210 L256.5,209.7 L259,209.4 L261.4,209.1 L263.8,208.8 L266.3,208.5 L268.7,208.2 L271.2,207.9 L273.6,207.6 L276.1,207.3 L278.5,207 L280.9,206.8 L283.4,206.5 L285.8,206.2 L288.3,205.9 L290.7,205.6 L293.2,205.3 L295.6,205.1 L298,204.8 L300.5,204.5 L302.9,204.2 L305.4,203.9 L307.8,203.7 L310.2,203.4 L312.7,203.1 L315.1,202.8 L317.6,202.6 L320,202.3 L322.5,202 L324.9,201.7 L327.3,201.4 L329.8,201.2 L332.2,200.9 L334.7,200.6 L337.1,200.3 L339.6,200.1 L342,199.8 L344.4,199.5 L346.9,199.2 L349.3,198.9 L351.8,198.6 L354.2,198.4 L356.6,198.1 L359.1,197.8 L361.5,197.5 L364,197.2 L366.4,196.9 L368.9,196.7 L371.3,196.4 L373.7,196.1 L376.2,195.8 L378.6,195.5 L381.1,195.2 L383.5,194.9 L386,194.6 L388.4,194.3 L390.8,194 L393.3,193.7 L395.7,193.4 L398.2,193.1 L400.6,192.8 L403,192.5 L405.5,192.1 L407.9,191.8 L410.4,191.5 L412.8,191.2 L415.3,190.9 L417.7,190.5 L420.1,190.2 L422.6,189.9 L425,189.5 L427.5,189.2 L429.9,188.8 L432.4,188.5 L434.8,188.1 L437.2,187.8 L439.7,187.4 L442.1,187 L444.6,186.7 L447,186.3 L449.4,185.9 L451.9,185.5 L454.3,185.1 L456.8,184.7 L459.2,184.3 L461.7,183.9 L464.1,183.5 L466.5,183 L469,182.6 L471.4,182.2 L473.9,181.7 L476.3,181.2 L478.8,180.8 L481.2,180.3 L483.6,179.8 L486.1,179.3 L488.5,178.8 L491,178.2 L493.4,177.7 L495.9,177.1 L498.3,176.5 L500.7,175.9 L503.2,175.3 L505.6,174.6 L508.1,174 L510.5,173.3 L512.9,172.6 L515.4,171.8 L517.8,171 L520.3,170.2 L522.7,169.3 L525.2,168.4 L527.6,167.4 L530,166.4 L532.5,165.3 L534.9,164.1 L537.4,162.8 L539.8,161.4 L542.3,159.9 L544.7,158.2 L547.1,156.3 L549.6,154.1 L552,151.5 L554.5,148.3 L556.9,144.3 L559.3,138.6 L561.8,129 L564.2,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">atanh</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

+68
View File
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="512.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="514.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="212.9" y1="58" x2="212.9" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="599" y2="341"/><line x1="79.2" y1="341" x2="599" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,335.9 L84.2,335.9 M82.2,330.7 L84.2,330.7 M82.2,325.6 L84.2,325.6 M82.2,320.4 L84.2,320.4 M82.2,310.1 L84.2,310.1 M82.2,305 L84.2,305 M82.2,299.8 L84.2,299.8 M82.2,294.7 L84.2,294.7 M82.2,284.4 L84.2,284.4 M82.2,279.3 L84.2,279.3 M82.2,274.1 L84.2,274.1 M82.2,269 L84.2,269 M82.2,258.7 L84.2,258.7 M82.2,253.5 L84.2,253.5 M82.2,248.4 L84.2,248.4 M82.2,243.2 L84.2,243.2 M82.2,232.9 L84.2,232.9 M82.2,227.8 L84.2,227.8 M82.2,222.7 L84.2,222.7 M82.2,217.5 L84.2,217.5 M82.2,207.2 L84.2,207.2 M82.2,202.1 L84.2,202.1 M82.2,196.9 L84.2,196.9 M82.2,191.8 L84.2,191.8 M82.2,181.5 L84.2,181.5 M82.2,176.3 L84.2,176.3 M82.2,171.2 L84.2,171.2 M82.2,166.1 L84.2,166.1 M82.2,155.8 L84.2,155.8 M82.2,150.6 L84.2,150.6 M82.2,145.5 L84.2,145.5 M82.2,140.3 L84.2,140.3 M82.2,130 L84.2,130 M82.2,124.9 L84.2,124.9 M82.2,119.7 L84.2,119.7 M82.2,114.6 L84.2,114.6 M82.2,104.3 L84.2,104.3 M82.2,99.16 L84.2,99.16 M82.2,94.02 L84.2,94.02 M82.2,88.87 L84.2,88.87 M82.2,78.58 L84.2,78.58 M82.2,73.44 L84.2,73.44 M82.2,68.29 L84.2,68.29 M82.2,63.15 L84.2,63.15 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,315.3 L84.2,315.3 M79.2,289.5 L84.2,289.5 M79.2,263.8 L84.2,263.8 M79.2,238.1 L84.2,238.1 M79.2,212.4 L84.2,212.4 M79.2,186.6 L84.2,186.6 M79.2,160.9 L84.2,160.9 M79.2,135.2 L84.2,135.2 M79.2,109.5 L84.2,109.5 M79.2,83.73 L84.2,83.73 M79.2,58 L84.2,58 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M212.9,341 L212.9,346 M470.3,341 L470.3,346 M212.9,341 L212.9,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="212.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="470.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="212.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="317.7" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="291.9" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="266.2" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="240.5" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="214.8" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="189" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="163.3" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="137.6" text-anchor="end" font-size="12" font-family="Verdana">0.8</text>
<text x="73.2" y="111.9" text-anchor="end" font-size="12" font-family="Verdana">0.9</text>
<text x="73.2" y="86.13" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="60.4" text-anchor="end" font-size="12" font-family="Verdana">1.1</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="341.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" fill="rgb(0,0,139)" stroke-width="1"><path d="M116.4,341 L116.4,341 L116.4,148 L180.7,148 L180.7,341 L373.8,341 L373.8,83.73 L438.1,83.73 L438.1,341 L438.1,341 Z" fill="rgb(0,0,139)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" fill="rgb(139,0,0)" stroke-width="1"><path d="M180.7,341 L180.7,341 L180.7,212.4 L245.1,212.4 L245.1,341 L438.1,341 L438.1,83.73 L502.4,83.73 L502.4,341 L502.4,341 Z" fill="rgb(139,0,0)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" fill="rgb(0,100,0)" stroke-width="1"><path d="M245.1,341 L245.1,341 L245.1,276.7 L309.4,276.7 L309.4,341 L502.4,341 L502.4,83.73 L566.8,83.73 L566.8,341 L566.8,341 Z" fill="rgb(0,100,0)"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="613" y="58" width="111" height="105"/><rect x="613" y="58" width="111" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="628" y1="88" x2="643" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="628" y1="118" x2="643" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="628" y1="148" x2="643" y2="148"/></g>
</g>
<g id="legendText">
<text x="650.5" y="88" font-size="15" font-family="Verdana">p=0.25</text>
<text x="650.5" y="118" font-size="15" font-family="Verdana">p=0.5</text>
<text x="650.5" y="148" font-size="15" font-family="Verdana">p=0.75</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bernoulli Distribution CDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="512.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="514.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="212.9" y1="58" x2="212.9" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="599" y2="341"/><line x1="79.2" y1="341" x2="599" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,334.1 L84.2,334.1 M82.2,327.3 L84.2,327.3 M82.2,320.4 L84.2,320.4 M82.2,313.6 L84.2,313.6 M82.2,299.8 L84.2,299.8 M82.2,293 L84.2,293 M82.2,286.1 L84.2,286.1 M82.2,279.3 L84.2,279.3 M82.2,265.5 L84.2,265.5 M82.2,258.7 L84.2,258.7 M82.2,251.8 L84.2,251.8 M82.2,245 L84.2,245 M82.2,231.2 L84.2,231.2 M82.2,224.4 L84.2,224.4 M82.2,217.5 L84.2,217.5 M82.2,210.6 L84.2,210.6 M82.2,196.9 L84.2,196.9 M82.2,190.1 L84.2,190.1 M82.2,183.2 L84.2,183.2 M82.2,176.3 L84.2,176.3 M82.2,162.6 L84.2,162.6 M82.2,155.8 L84.2,155.8 M82.2,148.9 L84.2,148.9 M82.2,142 L84.2,142 M82.2,128.3 L84.2,128.3 M82.2,121.5 L84.2,121.5 M82.2,114.6 L84.2,114.6 M82.2,107.7 L84.2,107.7 M82.2,94.02 L84.2,94.02 M82.2,87.16 L84.2,87.16 M82.2,80.3 L84.2,80.3 M82.2,73.44 L84.2,73.44 M82.2,59.72 L84.2,59.72 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,306.7 L84.2,306.7 M79.2,272.4 L84.2,272.4 M79.2,238.1 L84.2,238.1 M79.2,203.8 L84.2,203.8 M79.2,169.5 L84.2,169.5 M79.2,135.2 L84.2,135.2 M79.2,100.9 L84.2,100.9 M79.2,66.58 L84.2,66.58 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M212.9,341 L212.9,346 M470.3,341 L470.3,346 M212.9,341 L212.9,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="212.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="470.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="212.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="309.1" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="274.8" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="240.5" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="206.2" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="171.9" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="137.6" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="103.3" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="68.98" text-anchor="end" font-size="12" font-family="Verdana">0.8</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="341.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" fill="rgb(0,0,139)" stroke-width="1"><path d="M116.4,341 L116.4,341 L116.4,83.73 L180.7,83.73 L180.7,341 L373.8,341 L373.8,255.2 L438.1,255.2 L438.1,341 L438.1,341 Z" fill="rgb(0,0,139)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" fill="rgb(139,0,0)" stroke-width="1"><path d="M180.7,341 L180.7,341 L180.7,169.5 L245.1,169.5 L245.1,341 L438.1,341 L438.1,169.5 L502.4,169.5 L502.4,341 L502.4,341 Z" fill="rgb(139,0,0)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" fill="rgb(0,100,0)" stroke-width="1"><path d="M245.1,341 L245.1,341 L245.1,255.2 L309.4,255.2 L309.4,341 L502.4,341 L502.4,83.73 L566.8,83.73 L566.8,341 L566.8,341 Z" fill="rgb(0,100,0)"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="613" y="58" width="111" height="105"/><rect x="613" y="58" width="111" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="628" y1="88" x2="643" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="628" y1="118" x2="643" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="628" y1="148" x2="643" y2="148"/></g>
</g>
<g id="legendText">
<text x="650.5" y="88" font-size="15" font-family="Verdana">p=0.25</text>
<text x="650.5" y="118" font-size="15" font-family="Verdana">p=0.5</text>
<text x="650.5" y="148" font-size="15" font-family="Verdana">p=0.75</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bernoulli Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="359.5" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="361.5" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="217.9" x2="437.3" y2="217.9"/><line x1="70.8" y1="341" x2="437.3" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,201.1 L75.8,201.1 M73.8,184.4 L75.8,184.4 M73.8,167.6 L75.8,167.6 M73.8,134.1 L75.8,134.1 M73.8,117.3 L75.8,117.3 M73.8,100.6 L75.8,100.6 M73.8,67.07 L75.8,67.07 M73.8,217.9 L75.8,217.9 M73.8,234.7 L75.8,234.7 M73.8,251.4 L75.8,251.4 M73.8,268.2 L75.8,268.2 M73.8,284.9 L75.8,284.9 M73.8,301.7 L75.8,301.7 M73.8,318.4 L75.8,318.4 M73.8,335.2 L75.8,335.2 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M93.52,341 L93.52,343 M111.2,341 L111.2,343 M129,341 L129,343 M164.4,341 L164.4,343 M182.1,341 L182.1,343 M199.8,341 L199.8,343 M235.3,341 L235.3,343 M253,341 L253,343 M270.7,341 L270.7,343 M306.2,341 L306.2,343 M323.9,341 L323.9,343 M341.6,341 L341.6,343 M377,341 L377,343 M394.8,341 L394.8,343 M412.5,341 L412.5,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,217.9 L75.8,217.9 M70.8,150.9 L75.8,150.9 M70.8,83.83 L75.8,83.83 M70.8,217.9 L75.8,217.9 M70.8,284.9 L75.8,284.9 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M75.8,341 L75.8,346 M146.7,341 L146.7,346 M217.6,341 L217.6,346 M288.4,341 L288.4,346 M359.3,341 L359.3,346 M430.2,341 L430.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="75.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="146.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="217.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="288.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="359.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="430.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text></g>
<g id="yTicksValues">
<text x="64.8" y="220.3" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="153.3" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="64.8" y="86.23" text-anchor="end" font-size="12" font-family="Verdana">10</text>
<text x="64.8" y="220.3" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="287.3" text-anchor="end" font-size="12" font-family="Verdana">-5</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">log(beta(a, z))</text></g>
<g id="xLabel">
<text x="256.5" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,63.55 L77.57,168 L79.34,176.9 L81.12,181.9 L82.89,185.4 L84.66,188 L86.43,190.1 L88.2,191.8 L89.98,193.3 L91.75,194.6 L93.52,195.7 L95.29,196.7 L97.06,197.6 L98.84,198.4 L100.6,199.1 L102.4,199.8 L104.2,200.4 L105.9,201 L107.7,201.6 L109.5,202.1 L111.2,202.6 L113,203 L114.8,203.4 L116.6,203.8 L118.3,204.2 L120.1,204.6 L121.9,204.9 L123.6,205.3 L125.4,205.6 L127.2,205.9 L129,206.2 L130.7,206.5 L132.5,206.7 L134.3,207 L136,207.3 L137.8,207.5 L139.6,207.7 L141.4,208 L143.1,208.2 L144.9,208.4 L146.7,208.6 L148.5,208.8 L150.2,209 L152,209.2 L153.8,209.4 L155.5,209.6 L157.3,209.7 L159.1,209.9 L160.9,210.1 L162.6,210.3 L164.4,210.4 L166.2,210.6 L167.9,210.7 L169.7,210.9 L171.5,211 L173.3,211.2 L175,211.3 L176.8,211.4 L178.6,211.6 L180.3,211.7 L182.1,211.8 L183.9,212 L185.7,212.1 L187.4,212.2 L189.2,212.3 L191,212.5 L192.7,212.6 L194.5,212.7 L196.3,212.8 L198.1,212.9 L199.8,213 L201.6,213.1 L203.4,213.2 L205.2,213.4 L206.9,213.5 L208.7,213.6 L210.5,213.7 L212.2,213.8 L214,213.9 L215.8,213.9 L217.6,214 L219.3,214.1 L221.1,214.2 L222.9,214.3 L224.6,214.4 L226.4,214.5 L228.2,214.6 L230,214.7 L231.7,214.8 L233.5,214.8 L235.3,214.9 L237,215 L238.8,215.1 L240.6,215.2 L242.4,215.2 L244.1,215.3 L245.9,215.4 L247.7,215.5 L249.5,215.6 L251.2,215.6 L253,215.7 L254.8,215.8 L256.5,215.8 L258.3,215.9 L260.1,216 L261.9,216.1 L263.6,216.1 L265.4,216.2 L267.2,216.3 L268.9,216.3 L270.7,216.4 L272.5,216.5 L274.3,216.5 L276,216.6 L277.8,216.7 L279.6,216.7 L281.3,216.8 L283.1,216.8 L284.9,216.9 L286.7,217 L288.4,217 L290.2,217.1 L292,217.2 L293.8,217.2 L295.5,217.3 L297.3,217.3 L299.1,217.4 L300.8,217.4 L302.6,217.5 L304.4,217.6 L306.2,217.6 L307.9,217.7 L309.7,217.7 L311.5,217.8 L313.2,217.8 L315,217.9 L316.8,217.9 L318.6,218 L320.3,218 L322.1,218.1 L323.9,218.1 L325.6,218.2 L327.4,218.2 L329.2,218.3 L331,218.3 L332.7,218.4 L334.5,218.4 L336.3,218.5 L338.1,218.5 L339.8,218.6 L341.6,218.6 L343.4,218.7 L345.1,218.7 L346.9,218.8 L348.7,218.8 L350.5,218.9 L352.2,218.9 L354,219 L355.8,219 L357.5,219.1 L359.3,219.1 L361.1,219.1 L362.9,219.2 L364.6,219.2 L366.4,219.3 L368.2,219.3 L369.9,219.4 L371.7,219.4 L373.5,219.4 L375.3,219.5 L377,219.5 L378.8,219.6 L380.6,219.6 L382.3,219.7 L384.1,219.7 L385.9,219.7 L387.7,219.8 L389.4,219.8 L391.2,219.9 L393,219.9 L394.8,219.9 L396.5,220 L398.3,220 L400.1,220.1 L401.8,220.1 L403.6,220.1 L405.4,220.2 L407.2,220.2 L408.9,220.2 L410.7,220.3 L412.5,220.3 L414.2,220.4 L416,220.4 L417.8,220.4 L419.6,220.5 L421.3,220.5 L423.1,220.5 L424.9,220.6 L426.6,220.6 L428.4,220.6 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M75.8,63.55 L77.57,168.4 L79.34,177.7 L81.12,183.2 L82.89,187 L84.66,190 L86.43,192.5 L88.2,194.5 L89.98,196.3 L91.75,197.9 L93.52,199.3 L95.29,200.6 L97.06,201.8 L98.84,202.8 L100.6,203.8 L102.4,204.7 L104.2,205.6 L105.9,206.4 L107.7,207.2 L109.5,207.9 L111.2,208.6 L113,209.3 L114.8,209.9 L116.6,210.5 L118.3,211.1 L120.1,211.6 L121.9,212.1 L123.6,212.6 L125.4,213.1 L127.2,213.6 L129,214 L130.7,214.5 L132.5,214.9 L134.3,215.3 L136,215.7 L137.8,216.1 L139.6,216.5 L141.4,216.9 L143.1,217.2 L144.9,217.6 L146.7,217.9 L148.5,218.2 L150.2,218.6 L152,218.9 L153.8,219.2 L155.5,219.5 L157.3,219.8 L159.1,220.1 L160.9,220.3 L162.6,220.6 L164.4,220.9 L166.2,221.2 L167.9,221.4 L169.7,221.7 L171.5,221.9 L173.3,222.2 L175,222.4 L176.8,222.6 L178.6,222.9 L180.3,223.1 L182.1,223.3 L183.9,223.6 L185.7,223.8 L187.4,224 L189.2,224.2 L191,224.4 L192.7,224.6 L194.5,224.8 L196.3,225 L198.1,225.2 L199.8,225.4 L201.6,225.6 L203.4,225.8 L205.2,226 L206.9,226.1 L208.7,226.3 L210.5,226.5 L212.2,226.7 L214,226.9 L215.8,227 L217.6,227.2 L219.3,227.4 L221.1,227.5 L222.9,227.7 L224.6,227.8 L226.4,228 L228.2,228.2 L230,228.3 L231.7,228.5 L233.5,228.6 L235.3,228.8 L237,228.9 L238.8,229.1 L240.6,229.2 L242.4,229.4 L244.1,229.5 L245.9,229.6 L247.7,229.8 L249.5,229.9 L251.2,230 L253,230.2 L254.8,230.3 L256.5,230.4 L258.3,230.6 L260.1,230.7 L261.9,230.8 L263.6,231 L265.4,231.1 L267.2,231.2 L268.9,231.3 L270.7,231.5 L272.5,231.6 L274.3,231.7 L276,231.8 L277.8,231.9 L279.6,232.1 L281.3,232.2 L283.1,232.3 L284.9,232.4 L286.7,232.5 L288.4,232.6 L290.2,232.7 L292,232.8 L293.8,233 L295.5,233.1 L297.3,233.2 L299.1,233.3 L300.8,233.4 L302.6,233.5 L304.4,233.6 L306.2,233.7 L307.9,233.8 L309.7,233.9 L311.5,234 L313.2,234.1 L315,234.2 L316.8,234.3 L318.6,234.4 L320.3,234.5 L322.1,234.6 L323.9,234.7 L325.6,234.8 L327.4,234.9 L329.2,235 L331,235.1 L332.7,235.2 L334.5,235.3 L336.3,235.3 L338.1,235.4 L339.8,235.5 L341.6,235.6 L343.4,235.7 L345.1,235.8 L346.9,235.9 L348.7,236 L350.5,236.1 L352.2,236.1 L354,236.2 L355.8,236.3 L357.5,236.4 L359.3,236.5 L361.1,236.6 L362.9,236.7 L364.6,236.7 L366.4,236.8 L368.2,236.9 L369.9,237 L371.7,237.1 L373.5,237.1 L375.3,237.2 L377,237.3 L378.8,237.4 L380.6,237.5 L382.3,237.5 L384.1,237.6 L385.9,237.7 L387.7,237.8 L389.4,237.8 L391.2,237.9 L393,238 L394.8,238.1 L396.5,238.1 L398.3,238.2 L400.1,238.3 L401.8,238.4 L403.6,238.4 L405.4,238.5 L407.2,238.6 L408.9,238.6 L410.7,238.7 L412.5,238.8 L414.2,238.9 L416,238.9 L417.8,239 L419.6,239.1 L421.3,239.1 L423.1,239.2 L424.9,239.3 L426.6,239.3 L428.4,239.4 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M75.8,63.55 L77.57,169.1 L79.34,179.1 L81.12,185.2 L82.89,189.7 L84.66,193.4 L86.43,196.5 L88.2,199.2 L89.98,201.6 L91.75,203.8 L93.52,205.8 L95.29,207.6 L97.06,209.4 L98.84,211 L100.6,212.6 L102.4,214.1 L104.2,215.5 L105.9,216.9 L107.7,218.2 L109.5,219.5 L111.2,220.7 L113,221.9 L114.8,223 L116.6,224.1 L118.3,225.2 L120.1,226.2 L121.9,227.3 L123.6,228.3 L125.4,229.2 L127.2,230.2 L129,231.1 L130.7,232 L132.5,232.9 L134.3,233.8 L136,234.6 L137.8,235.5 L139.6,236.3 L141.4,237.1 L143.1,237.9 L144.9,238.7 L146.7,239.5 L148.5,240.2 L150.2,241 L152,241.7 L153.8,242.4 L155.5,243.2 L157.3,243.9 L159.1,244.6 L160.9,245.2 L162.6,245.9 L164.4,246.6 L166.2,247.2 L167.9,247.9 L169.7,248.5 L171.5,249.2 L173.3,249.8 L175,250.4 L176.8,251 L178.6,251.6 L180.3,252.2 L182.1,252.8 L183.9,253.4 L185.7,254 L187.4,254.6 L189.2,255.1 L191,255.7 L192.7,256.2 L194.5,256.8 L196.3,257.3 L198.1,257.9 L199.8,258.4 L201.6,258.9 L203.4,259.5 L205.2,260 L206.9,260.5 L208.7,261 L210.5,261.5 L212.2,262 L214,262.5 L215.8,263 L217.6,263.5 L219.3,264 L221.1,264.5 L222.9,264.9 L224.6,265.4 L226.4,265.9 L228.2,266.3 L230,266.8 L231.7,267.3 L233.5,267.7 L235.3,268.2 L237,268.6 L238.8,269.1 L240.6,269.5 L242.4,269.9 L244.1,270.4 L245.9,270.8 L247.7,271.2 L249.5,271.6 L251.2,272.1 L253,272.5 L254.8,272.9 L256.5,273.3 L258.3,273.7 L260.1,274.1 L261.9,274.5 L263.6,274.9 L265.4,275.3 L267.2,275.7 L268.9,276.1 L270.7,276.5 L272.5,276.9 L274.3,277.3 L276,277.7 L277.8,278.1 L279.6,278.4 L281.3,278.8 L283.1,279.2 L284.9,279.6 L286.7,279.9 L288.4,280.3 L290.2,280.7 L292,281 L293.8,281.4 L295.5,281.7 L297.3,282.1 L299.1,282.5 L300.8,282.8 L302.6,283.2 L304.4,283.5 L306.2,283.9 L307.9,284.2 L309.7,284.5 L311.5,284.9 L313.2,285.2 L315,285.6 L316.8,285.9 L318.6,286.2 L320.3,286.6 L322.1,286.9 L323.9,287.2 L325.6,287.5 L327.4,287.9 L329.2,288.2 L331,288.5 L332.7,288.8 L334.5,289.1 L336.3,289.5 L338.1,289.8 L339.8,290.1 L341.6,290.4 L343.4,290.7 L345.1,291 L346.9,291.3 L348.7,291.6 L350.5,291.9 L352.2,292.2 L354,292.5 L355.8,292.8 L357.5,293.1 L359.3,293.4 L361.1,293.7 L362.9,294 L364.6,294.3 L366.4,294.6 L368.2,294.9 L369.9,295.2 L371.7,295.5 L373.5,295.8 L375.3,296.1 L377,296.3 L378.8,296.6 L380.6,296.9 L382.3,297.2 L384.1,297.5 L385.9,297.7 L387.7,298 L389.4,298.3 L391.2,298.6 L393,298.8 L394.8,299.1 L396.5,299.4 L398.3,299.7 L400.1,299.9 L401.8,300.2 L403.6,300.5 L405.4,300.7 L407.2,301 L408.9,301.2 L410.7,301.5 L412.5,301.8 L414.2,302 L416,302.3 L417.8,302.5 L419.6,302.8 L421.3,303.1 L423.1,303.3 L424.9,303.6 L426.6,303.8 L428.4,304.1 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M75.8,63.55 L77.57,169.4 L79.34,179.6 L81.12,186 L82.89,190.7 L84.66,194.6 L86.43,197.9 L88.2,200.9 L89.98,203.5 L91.75,206 L93.52,208.2 L95.29,210.3 L97.06,212.3 L98.84,214.2 L100.6,216 L102.4,217.7 L104.2,219.4 L105.9,221 L107.7,222.5 L109.5,224 L111.2,225.5 L113,226.9 L114.8,228.3 L116.6,229.6 L118.3,230.9 L120.1,232.2 L121.9,233.4 L123.6,234.7 L125.4,235.9 L127.2,237 L129,238.2 L130.7,239.3 L132.5,240.5 L134.3,241.5 L136,242.6 L137.8,243.7 L139.6,244.7 L141.4,245.8 L143.1,246.8 L144.9,247.8 L146.7,248.8 L148.5,249.7 L150.2,250.7 L152,251.7 L153.8,252.6 L155.5,253.5 L157.3,254.4 L159.1,255.3 L160.9,256.2 L162.6,257.1 L164.4,258 L166.2,258.9 L167.9,259.7 L169.7,260.6 L171.5,261.4 L173.3,262.3 L175,263.1 L176.8,263.9 L178.6,264.7 L180.3,265.5 L182.1,266.3 L183.9,267.1 L185.7,267.9 L187.4,268.7 L189.2,269.4 L191,270.2 L192.7,270.9 L194.5,271.7 L196.3,272.4 L198.1,273.2 L199.8,273.9 L201.6,274.6 L203.4,275.3 L205.2,276.1 L206.9,276.8 L208.7,277.5 L210.5,278.2 L212.2,278.9 L214,279.6 L215.8,280.2 L217.6,280.9 L219.3,281.6 L221.1,282.3 L222.9,282.9 L224.6,283.6 L226.4,284.2 L228.2,284.9 L230,285.5 L231.7,286.2 L233.5,286.8 L235.3,287.5 L237,288.1 L238.8,288.7 L240.6,289.4 L242.4,290 L244.1,290.6 L245.9,291.2 L247.7,291.8 L249.5,292.4 L251.2,293 L253,293.6 L254.8,294.2 L256.5,294.8 L258.3,295.4 L260.1,296 L261.9,296.6 L263.6,297.1 L265.4,297.7 L267.2,298.3 L268.9,298.9 L270.7,299.4 L272.5,300 L274.3,300.6 L276,301.1 L277.8,301.7 L279.6,302.2 L281.3,302.8 L283.1,303.3 L284.9,303.9 L286.7,304.4 L288.4,304.9 L290.2,305.5 L292,306 L293.8,306.5 L295.5,307.1 L297.3,307.6 L299.1,308.1 L300.8,308.6 L302.6,309.2 L304.4,309.7 L306.2,310.2 L307.9,310.7 L309.7,311.2 L311.5,311.7 L313.2,312.2 L315,312.7 L316.8,313.2 L318.6,313.7 L320.3,314.2 L322.1,314.7 L323.9,315.2 L325.6,315.7 L327.4,316.2 L329.2,316.7 L331,317.1 L332.7,317.6 L334.5,318.1 L336.3,318.6 L338.1,319 L339.8,319.5 L341.6,320 L343.4,320.5 L345.1,320.9 L346.9,321.4 L348.7,321.9 L350.5,322.3 L352.2,322.8 L354,323.2 L355.8,323.7 L357.5,324.1 L359.3,324.6 L361.1,325 L362.9,325.5 L364.6,325.9 L366.4,326.4 L368.2,326.8 L369.9,327.3 L371.7,327.7 L373.5,328.2 L375.3,328.6 L377,329 L378.8,329.5 L380.6,329.9 L382.3,330.3 L384.1,330.8 L385.9,331.2 L387.7,331.6 L389.4,332 L391.2,332.5 L393,332.9 L394.8,333.3 L396.5,333.7 L398.3,334.1 L400.1,334.5 L401.8,335 L403.6,335.4 L405.4,335.8 L407.2,336.2 L408.9,336.6 L410.7,337 L412.5,337.4 L414.2,337.8 L416,338.2 L417.8,338.6 L419.6,339 L421.3,339.4 L423.1,339.8 L424.9,340.2 L426.6,340.6 L428.4,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="451.3" y="58" width="122.7" height="126"/><rect x="451.3" y="58" width="122.7" height="126"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="465.3" y1="86" x2="479.3" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="465.3" y1="114" x2="479.3" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="465.3" y1="142" x2="479.3" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="465.3" y1="170" x2="479.3" y2="170"/></g>
</g>
<g id="legendText">
<text x="486.3" y="86" font-size="14" font-family="Verdana">a = 0.5</text>
<text x="486.3" y="114" font-size="14" font-family="Verdana">a = 1.0</text>
<text x="486.3" y="142" font-size="14" font-family="Verdana">a = 5.0</text>
<text x="486.3" y="170" font-size="14" font-family="Verdana">a = 10.0</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">beta</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

+79
View File
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="410.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="412.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="497" y2="341"/><line x1="79.2" y1="341" x2="497" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,332.1 L84.2,332.1 M82.2,323.1 L84.2,323.1 M82.2,314.2 L84.2,314.2 M82.2,305.3 L84.2,305.3 M82.2,287.4 L84.2,287.4 M82.2,278.5 L84.2,278.5 M82.2,269.6 L84.2,269.6 M82.2,260.6 L84.2,260.6 M82.2,242.8 L84.2,242.8 M82.2,233.8 L84.2,233.8 M82.2,224.9 L84.2,224.9 M82.2,216 L84.2,216 M82.2,198.1 L84.2,198.1 M82.2,189.2 L84.2,189.2 M82.2,180.3 L84.2,180.3 M82.2,171.3 L84.2,171.3 M82.2,153.5 L84.2,153.5 M82.2,144.6 L84.2,144.6 M82.2,135.6 L84.2,135.6 M82.2,126.7 L84.2,126.7 M82.2,108.8 L84.2,108.8 M82.2,99.91 L84.2,99.91 M82.2,90.98 L84.2,90.98 M82.2,82.05 L84.2,82.05 M82.2,64.19 L84.2,64.19 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M92.46,341 L92.46,343 M100.7,341 L100.7,343 M109,341 L109,343 M117.2,341 L117.2,343 M133.7,341 L133.7,343 M142,341 L142,343 M150.3,341 L150.3,343 M158.5,341 L158.5,343 M175,341 L175,343 M183.3,341 L183.3,343 M191.5,341 L191.5,343 M199.8,341 L199.8,343 M216.3,341 L216.3,343 M224.6,341 L224.6,343 M232.8,341 L232.8,343 M241.1,341 L241.1,343 M257.6,341 L257.6,343 M265.8,341 L265.8,343 M274.1,341 L274.1,343 M282.4,341 L282.4,343 M298.9,341 L298.9,343 M307.1,341 L307.1,343 M315.4,341 L315.4,343 M323.6,341 L323.6,343 M340.2,341 L340.2,343 M348.4,341 L348.4,343 M356.7,341 L356.7,343 M364.9,341 L364.9,343 M381.4,341 L381.4,343 M389.7,341 L389.7,343 M398,341 L398,343 M406.2,341 L406.2,343 M422.7,341 L422.7,343 M431,341 L431,343 M439.2,341 L439.2,343 M447.5,341 L447.5,343 M464,341 L464,343 M472.3,341 L472.3,343 M480.5,341 L480.5,343 M488.8,341 L488.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,296.4 L84.2,296.4 M79.2,251.7 L84.2,251.7 M79.2,207.1 L84.2,207.1 M79.2,162.4 L84.2,162.4 M79.2,117.8 L84.2,117.8 M79.2,73.12 L84.2,73.12 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M125.5,341 L125.5,346 M166.8,341 L166.8,346 M208.1,341 L208.1,346 M249.3,341 L249.3,346 M290.6,341 L290.6,346 M331.9,341 L331.9,346 M373.2,341 L373.2,346 M414.5,341 L414.5,346 M455.8,341 L455.8,346 M497,341 L497,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="125.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.1</text>
<text x="166.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.2</text>
<text x="208.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.3</text>
<text x="249.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.4</text>
<text x="290.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="331.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.6</text>
<text x="373.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.7</text>
<text x="414.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.8</text>
<text x="455.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.9</text>
<text x="497" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="298.8" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="254.1" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="209.5" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="164.8" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="73.2" y="120.2" text-anchor="end" font-size="12" font-family="Verdana">2.5</text>
<text x="73.2" y="75.52" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="290.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M86.26,-61.97 L88.33,55.34 L90.39,107.2 L92.46,138 L94.52,158.9 L96.59,174.4 L98.65,186.3 L100.7,196 L102.8,203.9 L104.8,210.6 L106.9,216.3 L109,221.3 L111,225.7 L113.1,229.6 L115.2,233.1 L117.2,236.2 L119.3,239.1 L121.4,241.7 L123.4,244.1 L125.5,246.3 L127.5,248.3 L129.6,250.2 L131.7,251.9 L133.7,253.5 L135.8,255.1 L137.9,256.5 L139.9,257.8 L142,259.1 L144.1,260.3 L146.1,261.4 L148.2,262.5 L150.3,263.5 L152.3,264.4 L154.4,265.3 L156.4,266.2 L158.5,267 L160.6,267.8 L162.6,268.5 L164.7,269.3 L166.8,269.9 L168.8,270.6 L170.9,271.2 L173,271.8 L175,272.4 L177.1,272.9 L179.2,273.5 L181.2,274 L183.3,274.4 L185.3,274.9 L187.4,275.4 L189.5,275.8 L191.5,276.2 L193.6,276.6 L195.7,277 L197.7,277.3 L199.8,277.7 L201.9,278 L203.9,278.4 L206,278.7 L208.1,279 L210.1,279.3 L212.2,279.5 L214.2,279.8 L216.3,280.1 L218.4,280.3 L220.4,280.6 L222.5,280.8 L224.6,281 L226.6,281.2 L228.7,281.4 L230.8,281.6 L232.8,281.8 L234.9,282 L237,282.1 L239,282.3 L241.1,282.4 L243.1,282.6 L245.2,282.7 L247.3,282.9 L249.3,283 L251.4,283.1 L253.5,283.2 L255.5,283.3 L257.6,283.4 L259.7,283.5 L261.7,283.6 L263.8,283.7 L265.8,283.7 L267.9,283.8 L270,283.9 L272,283.9 L274.1,284 L276.2,284 L278.2,284.1 L280.3,284.1 L282.4,284.1 L284.4,284.1 L286.5,284.1 L288.6,284.2 L290.6,284.2 L292.7,284.2 L294.7,284.1 L296.8,284.1 L298.9,284.1 L300.9,284.1 L303,284.1 L305.1,284 L307.1,284 L309.2,283.9 L311.3,283.9 L313.3,283.8 L315.4,283.7 L317.5,283.7 L319.5,283.6 L321.6,283.5 L323.6,283.4 L325.7,283.3 L327.8,283.2 L329.8,283.1 L331.9,283 L334,282.9 L336,282.7 L338.1,282.6 L340.2,282.4 L342.2,282.3 L344.3,282.1 L346.4,282 L348.4,281.8 L350.5,281.6 L352.5,281.4 L354.6,281.2 L356.7,281 L358.7,280.8 L360.8,280.6 L362.9,280.3 L364.9,280.1 L367,279.8 L369.1,279.5 L371.1,279.3 L373.2,279 L375.3,278.7 L377.3,278.4 L379.4,278 L381.4,277.7 L383.5,277.3 L385.6,277 L387.6,276.6 L389.7,276.2 L391.8,275.8 L393.8,275.4 L395.9,274.9 L398,274.4 L400,274 L402.1,273.5 L404.2,272.9 L406.2,272.4 L408.3,271.8 L410.3,271.2 L412.4,270.6 L414.5,269.9 L416.5,269.3 L418.6,268.5 L420.7,267.8 L422.7,267 L424.8,266.2 L426.9,265.3 L428.9,264.4 L431,263.5 L433,262.5 L435.1,261.4 L437.2,260.3 L439.2,259.1 L441.3,257.8 L443.4,256.5 L445.4,255.1 L447.5,253.5 L449.6,251.9 L451.6,250.2 L453.7,248.3 L455.8,246.3 L457.8,244.1 L459.9,241.7 L461.9,239.1 L464,236.2 L466.1,233.1 L468.1,229.6 L470.2,225.7 L472.3,221.3 L474.3,216.3 L476.4,210.6 L478.5,203.9 L480.5,196 L482.6,186.3 L484.7,174.4 L486.7,158.9 L488.8,138 L490.8,107.2 L492.9,55.34 L495,-61.97 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,341 L86.26,341 L88.33,341 L90.39,341 L92.46,341 L94.52,341 L96.59,341 L98.65,341 L100.7,341 L102.8,341 L104.8,341 L106.9,341 L109,341 L111,341 L113.1,341 L115.2,341 L117.2,341 L119.3,341 L121.4,341 L123.4,341 L125.5,341 L127.5,340.9 L129.6,340.9 L131.7,340.9 L133.7,340.9 L135.8,340.9 L137.9,340.9 L139.9,340.9 L142,340.8 L144.1,340.8 L146.1,340.8 L148.2,340.7 L150.3,340.7 L152.3,340.7 L154.4,340.6 L156.4,340.6 L158.5,340.5 L160.6,340.5 L162.6,340.4 L164.7,340.4 L166.8,340.3 L168.8,340.2 L170.9,340.1 L173,340 L175,340 L177.1,339.9 L179.2,339.8 L181.2,339.6 L183.3,339.5 L185.3,339.4 L187.4,339.3 L189.5,339.1 L191.5,339 L193.6,338.8 L195.7,338.6 L197.7,338.4 L199.8,338.3 L201.9,338.1 L203.9,337.8 L206,337.6 L208.1,337.4 L210.1,337.1 L212.2,336.9 L214.2,336.6 L216.3,336.3 L218.4,336 L220.4,335.7 L222.5,335.4 L224.6,335 L226.6,334.7 L228.7,334.3 L230.8,333.9 L232.8,333.5 L234.9,333.1 L237,332.6 L239,332.2 L241.1,331.7 L243.1,331.2 L245.2,330.7 L247.3,330.1 L249.3,329.6 L251.4,329 L253.5,328.4 L255.5,327.8 L257.6,327.1 L259.7,326.4 L261.7,325.7 L263.8,325 L265.8,324.3 L267.9,323.5 L270,322.7 L272,321.9 L274.1,321 L276.2,320.1 L278.2,319.2 L280.3,318.3 L282.4,317.3 L284.4,316.3 L286.5,315.3 L288.6,314.2 L290.6,313.1 L292.7,312 L294.7,310.8 L296.8,309.6 L298.9,308.4 L300.9,307.1 L303,305.8 L305.1,304.4 L307.1,303 L309.2,301.6 L311.3,300.1 L313.3,298.6 L315.4,297.1 L317.5,295.5 L319.5,293.9 L321.6,292.2 L323.6,290.5 L325.7,288.7 L327.8,286.9 L329.8,285 L331.9,283.1 L334,281.2 L336,279.2 L338.1,277.1 L340.2,275 L342.2,272.9 L344.3,270.7 L346.4,268.4 L348.4,266.1 L350.5,263.7 L352.5,261.3 L354.6,258.8 L356.7,256.3 L358.7,253.7 L360.8,251 L362.9,248.3 L364.9,245.5 L367,242.7 L369.1,239.8 L371.1,236.8 L373.2,233.8 L375.3,230.7 L377.3,227.5 L379.4,224.3 L381.4,221 L383.5,217.6 L385.6,214.2 L387.6,210.7 L389.7,207.1 L391.8,203.5 L393.8,199.7 L395.9,195.9 L398,192 L400,188.1 L402.1,184.1 L404.2,179.9 L406.2,175.7 L408.3,171.5 L410.3,167.1 L412.4,162.7 L414.5,158.1 L416.5,153.5 L418.6,148.8 L420.7,144 L422.7,139.1 L424.8,134.2 L426.9,129.1 L428.9,124 L431,118.7 L433,113.4 L435.1,107.9 L437.2,102.4 L439.2,96.78 L441.3,91.05 L443.4,85.22 L445.4,79.29 L447.5,73.26 L449.6,67.12 L451.6,60.88 L453.7,54.53 L455.8,48.07 L457.8,41.51 L459.9,34.83 L461.9,28.05 L464,21.15 L466.1,14.14 L468.1,7.019 L470.2,-0.2218 L472.3,-7.579 L474.3,-15.06 L476.4,-22.65 L478.5,-30.37 L480.5,-38.21 L482.6,-46.17 L484.7,-54.25 L486.7,-62.47 L488.8,-70.81 L490.8,-79.28 L492.9,-87.88 L495,-96.61 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,73.12 L86.26,75.79 L88.33,78.45 L90.39,81.1 L92.46,83.73 L94.52,86.35 L96.59,88.95 L98.65,91.54 L100.7,94.12 L102.8,96.69 L104.8,99.24 L106.9,101.8 L109,104.3 L111,106.8 L113.1,109.3 L115.2,111.8 L117.2,114.3 L119.3,116.7 L121.4,119.2 L123.4,121.6 L125.5,124 L127.5,126.4 L129.6,128.8 L131.7,131.2 L133.7,133.6 L135.8,135.9 L137.9,138.2 L139.9,140.6 L142,142.9 L144.1,145.2 L146.1,147.5 L148.2,149.7 L150.3,152 L152.3,154.2 L154.4,156.5 L156.4,158.7 L158.5,160.9 L160.6,163.1 L162.6,165.2 L164.7,167.4 L166.8,169.6 L168.8,171.7 L170.9,173.8 L173,175.9 L175,178 L177.1,180.1 L179.2,182.2 L181.2,184.2 L183.3,186.3 L185.3,188.3 L187.4,190.3 L189.5,192.3 L191.5,194.3 L193.6,196.3 L195.7,198.2 L197.7,200.2 L199.8,202.1 L201.9,204.1 L203.9,206 L206,207.9 L208.1,209.7 L210.1,211.6 L212.2,213.5 L214.2,215.3 L216.3,217.1 L218.4,218.9 L220.4,220.7 L222.5,222.5 L224.6,224.3 L226.6,226.1 L228.7,227.8 L230.8,229.6 L232.8,231.3 L234.9,233 L237,234.7 L239,236.4 L241.1,238 L243.1,239.7 L245.2,241.3 L247.3,242.9 L249.3,244.6 L251.4,246.2 L253.5,247.8 L255.5,249.3 L257.6,250.9 L259.7,252.4 L261.7,254 L263.8,255.5 L265.8,257 L267.9,258.5 L270,260 L272,261.4 L274.1,262.9 L276.2,264.3 L278.2,265.8 L280.3,267.2 L282.4,268.6 L284.4,270 L286.5,271.3 L288.6,272.7 L290.6,274 L292.7,275.4 L294.7,276.7 L296.8,278 L298.9,279.3 L300.9,280.6 L303,281.8 L305.1,283.1 L307.1,284.3 L309.2,285.5 L311.3,286.8 L313.3,288 L315.4,289.1 L317.5,290.3 L319.5,291.5 L321.6,292.6 L323.6,293.7 L325.7,294.9 L327.8,296 L329.8,297.1 L331.9,298.1 L334,299.2 L336,300.3 L338.1,301.3 L340.2,302.3 L342.2,303.3 L344.3,304.3 L346.4,305.3 L348.4,306.3 L350.5,307.2 L352.5,308.2 L354.6,309.1 L356.7,310 L358.7,310.9 L360.8,311.8 L362.9,312.7 L364.9,313.6 L367,314.4 L369.1,315.3 L371.1,316.1 L373.2,316.9 L375.3,317.7 L377.3,318.5 L379.4,319.2 L381.4,320 L383.5,320.7 L385.6,321.5 L387.6,322.2 L389.7,322.9 L391.8,323.6 L393.8,324.3 L395.9,324.9 L398,325.6 L400,326.2 L402.1,326.8 L404.2,327.4 L406.2,328 L408.3,328.6 L410.3,329.2 L412.4,329.7 L414.5,330.3 L416.5,330.8 L418.6,331.3 L420.7,331.8 L422.7,332.3 L424.8,332.8 L426.9,333.3 L428.9,333.7 L431,334.1 L433,334.6 L435.1,335 L437.2,335.4 L439.2,335.7 L441.3,336.1 L443.4,336.5 L445.4,336.8 L447.5,337.1 L449.6,337.5 L451.6,337.8 L453.7,338 L455.8,338.3 L457.8,338.6 L459.9,338.8 L461.9,339.1 L464,339.3 L466.1,339.5 L468.1,339.7 L470.2,339.9 L472.3,340 L474.3,340.2 L476.4,340.3 L478.5,340.5 L480.5,340.6 L482.6,340.7 L484.7,340.8 L486.7,340.8 L488.8,340.9 L490.8,340.9 L492.9,341 L495,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M84.2,341 L86.26,338.3 L88.33,335.7 L90.39,333.1 L92.46,330.5 L94.52,327.9 L96.59,325.4 L98.65,322.9 L100.7,320.4 L102.8,318 L104.8,315.6 L106.9,313.2 L109,310.8 L111,308.4 L113.1,306.1 L115.2,303.8 L117.2,301.6 L119.3,299.3 L121.4,297.1 L123.4,294.9 L125.5,292.8 L127.5,290.7 L129.6,288.5 L131.7,286.5 L133.7,284.4 L135.8,282.4 L137.9,280.4 L139.9,278.4 L142,276.5 L144.1,274.6 L146.1,272.7 L148.2,270.8 L150.3,269 L152.3,267.2 L154.4,265.4 L156.4,263.6 L158.5,261.9 L160.6,260.2 L162.6,258.5 L164.7,256.9 L166.8,255.3 L168.8,253.7 L170.9,252.1 L173,250.6 L175,249.1 L177.1,247.6 L179.2,246.1 L181.2,244.7 L183.3,243.3 L185.3,241.9 L187.4,240.5 L189.5,239.2 L191.5,237.9 L193.6,236.6 L195.7,235.4 L197.7,234.2 L199.8,233 L201.9,231.8 L203.9,230.7 L206,229.6 L208.1,228.5 L210.1,227.4 L212.2,226.4 L214.2,225.4 L216.3,224.4 L218.4,223.5 L220.4,222.5 L222.5,221.6 L224.6,220.8 L226.6,219.9 L228.7,219.1 L230.8,218.3 L232.8,217.6 L234.9,216.8 L237,216.1 L239,215.4 L241.1,214.8 L243.1,214.1 L245.2,213.5 L247.3,213 L249.3,212.4 L251.4,211.9 L253.5,211.4 L255.5,210.9 L257.6,210.5 L259.7,210.1 L261.7,209.7 L263.8,209.3 L265.8,209 L267.9,208.7 L270,208.4 L272,208.1 L274.1,207.9 L276.2,207.7 L278.2,207.5 L280.3,207.4 L282.4,207.3 L284.4,207.2 L286.5,207.1 L288.6,207.1 L290.6,207.1 L292.7,207.1 L294.7,207.1 L296.8,207.2 L298.9,207.3 L300.9,207.4 L303,207.5 L305.1,207.7 L307.1,207.9 L309.2,208.1 L311.3,208.4 L313.3,208.7 L315.4,209 L317.5,209.3 L319.5,209.7 L321.6,210.1 L323.6,210.5 L325.7,210.9 L327.8,211.4 L329.8,211.9 L331.9,212.4 L334,213 L336,213.5 L338.1,214.1 L340.2,214.8 L342.2,215.4 L344.3,216.1 L346.4,216.8 L348.4,217.6 L350.5,218.3 L352.5,219.1 L354.6,219.9 L356.7,220.8 L358.7,221.6 L360.8,222.5 L362.9,223.5 L364.9,224.4 L367,225.4 L369.1,226.4 L371.1,227.4 L373.2,228.5 L375.3,229.6 L377.3,230.7 L379.4,231.8 L381.4,233 L383.5,234.2 L385.6,235.4 L387.6,236.6 L389.7,237.9 L391.8,239.2 L393.8,240.5 L395.9,241.9 L398,243.3 L400,244.7 L402.1,246.1 L404.2,247.6 L406.2,249.1 L408.3,250.6 L410.3,252.1 L412.4,253.7 L414.5,255.3 L416.5,256.9 L418.6,258.5 L420.7,260.2 L422.7,261.9 L424.8,263.6 L426.9,265.4 L428.9,267.2 L431,269 L433,270.8 L435.1,272.7 L437.2,274.6 L439.2,276.5 L441.3,278.4 L443.4,280.4 L445.4,282.4 L447.5,284.4 L449.6,286.5 L451.6,288.5 L453.7,290.7 L455.8,292.8 L457.8,294.9 L459.9,297.1 L461.9,299.3 L464,301.6 L466.1,303.8 L468.1,306.1 L470.2,308.4 L472.3,310.8 L474.3,313.2 L476.4,315.6 L478.5,318 L480.5,320.4 L482.6,322.9 L484.7,325.4 L486.7,327.9 L488.8,330.5 L490.8,333.1 L492.9,335.7 L495,338.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M84.2,341 L86.26,327.9 L88.33,315.3 L90.39,303.2 L92.46,291.6 L94.52,280.5 L96.59,269.9 L98.65,259.7 L100.7,250 L102.8,240.7 L104.8,231.9 L106.9,223.5 L109,215.5 L111,207.9 L113.1,200.7 L115.2,193.9 L117.2,187.5 L119.3,181.4 L121.4,175.7 L123.4,170.3 L125.5,165.2 L127.5,160.5 L129.6,156.1 L131.7,152 L133.7,148.2 L135.8,144.7 L137.9,141.5 L139.9,138.5 L142,135.9 L144.1,133.4 L146.1,131.2 L148.2,129.3 L150.3,127.6 L152.3,126.1 L154.4,124.9 L156.4,123.8 L158.5,123 L160.6,122.4 L162.6,121.9 L164.7,121.6 L166.8,121.6 L168.8,121.6 L170.9,121.9 L173,122.3 L175,122.9 L177.1,123.6 L179.2,124.4 L181.2,125.4 L183.3,126.5 L185.3,127.7 L187.4,129.1 L189.5,130.6 L191.5,132.1 L193.6,133.8 L195.7,135.6 L197.7,137.5 L199.8,139.4 L201.9,141.5 L203.9,143.6 L206,145.8 L208.1,148 L210.1,150.4 L212.2,152.8 L214.2,155.2 L216.3,157.7 L218.4,160.3 L220.4,162.9 L222.5,165.5 L224.6,168.2 L226.6,170.9 L228.7,173.6 L230.8,176.4 L232.8,179.2 L234.9,182 L237,184.9 L239,187.7 L241.1,190.6 L243.1,193.5 L245.2,196.3 L247.3,199.2 L249.3,202.1 L251.4,205 L253.5,207.9 L255.5,210.8 L257.6,213.7 L259.7,216.5 L261.7,219.4 L263.8,222.3 L265.8,225.1 L267.9,227.9 L270,230.7 L272,233.5 L274.1,236.2 L276.2,239 L278.2,241.7 L280.3,244.3 L282.4,247 L284.4,249.6 L286.5,252.2 L288.6,254.8 L290.6,257.3 L292.7,259.8 L294.7,262.2 L296.8,264.7 L298.9,267.1 L300.9,269.4 L303,271.7 L305.1,274 L307.1,276.2 L309.2,278.4 L311.3,280.6 L313.3,282.7 L315.4,284.8 L317.5,286.8 L319.5,288.8 L321.6,290.7 L323.6,292.7 L325.7,294.5 L327.8,296.3 L329.8,298.1 L331.9,299.9 L334,301.5 L336,303.2 L338.1,304.8 L340.2,306.4 L342.2,307.9 L344.3,309.4 L346.4,310.8 L348.4,312.2 L350.5,313.6 L352.5,314.9 L354.6,316.1 L356.7,317.4 L358.7,318.6 L360.8,319.7 L362.9,320.8 L364.9,321.9 L367,322.9 L369.1,323.9 L371.1,324.9 L373.2,325.8 L375.3,326.7 L377.3,327.5 L379.4,328.4 L381.4,329.1 L383.5,329.9 L385.6,330.6 L387.6,331.3 L389.7,331.9 L391.8,332.6 L393.8,333.2 L395.9,333.7 L398,334.2 L400,334.8 L402.1,335.2 L404.2,335.7 L406.2,336.1 L408.3,336.5 L410.3,336.9 L412.4,337.2 L414.5,337.6 L416.5,337.9 L418.6,338.2 L420.7,338.4 L422.7,338.7 L424.8,338.9 L426.9,339.1 L428.9,339.3 L431,339.5 L433,339.7 L435.1,339.8 L437.2,340 L439.2,340.1 L441.3,340.2 L443.4,340.3 L445.4,340.4 L447.5,340.5 L449.6,340.6 L451.6,340.7 L453.7,340.7 L455.8,340.8 L457.8,340.8 L459.9,340.8 L461.9,340.9 L464,340.9 L466.1,340.9 L468.1,340.9 L470.2,341 L472.3,341 L474.3,341 L476.4,341 L478.5,341 L480.5,341 L482.6,341 L484.7,341 L486.7,341 L488.8,341 L490.8,341 L492.9,341 L495,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="limitPoints" stroke="rgb(119,136,153)" fill="rgb(250,235,215)"><polygon points=" 79.2,48 89.2,48 84.2,58"/></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="511" y="58" width="213" height="165"/><rect x="511" y="58" width="213" height="165"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="526" y1="88" x2="541" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="526" y1="118" x2="541" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="526" y1="148" x2="541" y2="148"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="526" y1="178" x2="541" y2="178"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="526" y1="208" x2="541" y2="208"/></g>
</g>
<g id="legendText">
<text x="548.5" y="88" font-size="15" font-family="Verdana">alpha=0.5, beta=0.5</text>
<text x="548.5" y="118" font-size="15" font-family="Verdana">alpha=5, beta=1</text>
<text x="548.5" y="148" font-size="15" font-family="Verdana">alpha=1, beta=3</text>
<text x="548.5" y="178" font-size="15" font-family="Verdana">alpha=2, beta=2</text>
<text x="548.5" y="208" font-size="15" font-family="Verdana">alpha=2, beta=5</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Beta Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="473" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="92.6" y="58" width="475" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="97.26" y1="58" x2="97.26" y2="346"/><line x1="92.6" y1="58" x2="92.6" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="341" x2="567.6" y2="341"/><line x1="87.6" y1="341" x2="567.6" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,332.8 L92.6,332.8 M90.6,324.5 L92.6,324.5 M90.6,316.3 L92.6,316.3 M90.6,308.1 L92.6,308.1 M90.6,291.6 L92.6,291.6 M90.6,283.4 L92.6,283.4 M90.6,275.1 L92.6,275.1 M90.6,266.9 L92.6,266.9 M90.6,250.4 L92.6,250.4 M90.6,242.2 L92.6,242.2 M90.6,234 L92.6,234 M90.6,225.7 L92.6,225.7 M90.6,209.3 L92.6,209.3 M90.6,201 L92.6,201 M90.6,192.8 L92.6,192.8 M90.6,184.6 L92.6,184.6 M90.6,168.1 L92.6,168.1 M90.6,159.9 L92.6,159.9 M90.6,151.6 L92.6,151.6 M90.6,143.4 L92.6,143.4 M90.6,126.9 L92.6,126.9 M90.6,118.7 L92.6,118.7 M90.6,110.5 L92.6,110.5 M90.6,102.3 L92.6,102.3 M90.6,85.79 L92.6,85.79 M90.6,77.55 L92.6,77.55 M90.6,69.32 L92.6,69.32 M90.6,61.09 L92.6,61.09 M90.6,341 L92.6,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,341 L92.6,341 M87.6,299.8 L92.6,299.8 M87.6,258.7 L92.6,258.7 M87.6,217.5 L92.6,217.5 M87.6,176.3 L92.6,176.3 M87.6,135.2 L92.6,135.2 M87.6,94.02 L92.6,94.02 M87.6,341 L92.6,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M97.26,341 L97.26,346 M190.4,341 L190.4,346 M283.5,341 L283.5,346 M376.7,341 L376.7,346 M469.8,341 L469.8,346 M562.9,341 L562.9,346 M97.26,341 L97.26,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="97.26" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="190.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="283.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text>
<text x="376.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">30</text>
<text x="469.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">40</text>
<text x="562.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">50</text>
<text x="97.26" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="81.6" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="302.2" text-anchor="end" font-size="12" font-family="Verdana">0.05</text>
<text x="81.6" y="261.1" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="81.6" y="219.9" text-anchor="end" font-size="12" font-family="Verdana">0.15</text>
<text x="81.6" y="178.7" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="81.6" y="137.6" text-anchor="end" font-size="12" font-family="Verdana">0.25</text>
<text x="81.6" y="96.42" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="81.6" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="330.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" fill="rgb(0,0,139)" stroke-width="1"><path d="M93.76,341 L93.76,341 L93.76,315.3 L96.09,315.3 L96.09,341 L103.1,341 L103.1,212.4 L105.4,212.4 L105.4,341 L112.4,341 L112.4,83.73 L114.7,83.73 L114.7,341 L121.7,341 L121.7,83.73 L124,83.73 L124,341 L131,341 L131,212.4 L133.3,212.4 L133.3,341 L140.3,341 L140.3,315.3 L142.7,315.3 L142.7,341 L149.6,341 L149.6,341 L152,341 L152,341 L159,341 L159,341 L161.3,341 L161.3,341 L168.3,341 L168.3,341 L170.6,341 L170.6,341 L177.6,341 L177.6,341 L179.9,341 L179.9,341 L186.9,341 L186.9,341 L189.2,341 L189.2,341 L196.2,341 L196.2,341 L198.5,341 L198.5,341 L205.5,341 L205.5,341 L207.9,341 L207.9,341 L214.8,341 L214.8,341 L217.2,341 L217.2,341 L224.2,341 L224.2,341 L226.5,341 L226.5,341 L233.5,341 L233.5,341 L235.8,341 L235.8,341 L242.8,341 L242.8,341 L245.1,341 L245.1,341 L252.1,341 L252.1,341 L254.4,341 L254.4,341 L261.4,341 L261.4,341 L263.7,341 L263.7,341 L270.7,341 L270.7,341 L273.1,341 L273.1,341 L280,341 L280,341 L282.4,341 L282.4,341 L289.4,341 L289.4,341 L291.7,341 L291.7,341 L298.7,341 L298.7,341 L301,341 L301,341 L308,341 L308,341 L310.3,341 L310.3,341 L317.3,341 L317.3,341 L319.6,341 L319.6,341 L326.6,341 L326.6,341 L328.9,341 L328.9,341 L335.9,341 L335.9,341 L338.2,341 L338.2,341 L345.2,341 L345.2,341 L347.6,341 L347.6,341 L354.5,341 L354.5,341 L356.9,341 L356.9,341 L363.9,341 L363.9,341 L366.2,341 L366.2,341 L373.2,341 L373.2,341 L375.5,341 L375.5,341 L382.5,341 L382.5,341 L384.8,341 L384.8,341 L391.8,341 L391.8,341 L394.1,341 L394.1,341 L401.1,341 L401.1,341 L403.4,341 L403.4,341 L410.4,341 L410.4,341 L412.8,341 L412.8,341 L419.7,341 L419.7,341 L422.1,341 L422.1,341 L429.1,341 L429.1,341 L431.4,341 L431.4,341 L438.4,341 L438.4,341 L440.7,341 L440.7,341 L447.7,341 L447.7,341 L450,341 L450,341 L457,341 L457,341 L459.3,341 L459.3,341 L466.3,341 L466.3,341 L468.6,341 L468.6,341 L475.6,341 L475.6,341 L478,341 L478,341 L484.9,341 L484.9,341 L487.3,341 L487.3,341 L494.3,341 L494.3,341 L496.6,341 L496.6,341 L503.6,341 L503.6,341 L505.9,341 L505.9,341 L512.9,341 L512.9,341 L515.2,341 L515.2,341 L522.2,341 L522.2,341 L524.5,341 L524.5,341 L531.5,341 L531.5,341 L533.8,341 L533.8,341 L540.8,341 L540.8,341 L543.2,341 L543.2,341 L550.1,341 L550.1,341 L552.5,341 L552.5,341 L559.5,341 L559.5,341 L561.8,341 L561.8,341 L561.8,341 Z" fill="rgb(0,0,139)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" fill="rgb(139,0,0)" stroke-width="1"><path d="M96.09,341 L96.09,341 L96.09,341 L98.42,341 L98.42,341 L105.4,341 L105.4,341 L107.7,341 L107.7,341 L114.7,341 L114.7,340.9 L117,340.9 L117,341 L124,341 L124,340.1 L126.4,340.1 L126.4,341 L133.3,341 L133.3,337.2 L135.7,337.2 L135.7,341 L142.7,341 L142.7,328.8 L145,328.8 L145,341 L152,341 L152,310.6 L154.3,310.6 L154.3,341 L161.3,341 L161.3,280.1 L163.6,280.1 L163.6,341 L170.6,341 L170.6,242.1 L172.9,242.1 L172.9,341 L179.9,341 L179.9,209.1 L182.2,209.1 L182.2,341 L189.2,341 L189.2,195.9 L191.6,195.9 L191.6,341 L198.5,341 L198.5,209.1 L200.9,209.1 L200.9,341 L207.9,341 L207.9,242.1 L210.2,242.1 L210.2,341 L217.2,341 L217.2,280.1 L219.5,280.1 L219.5,341 L226.5,341 L226.5,310.6 L228.8,310.6 L228.8,341 L235.8,341 L235.8,328.8 L238.1,328.8 L238.1,341 L245.1,341 L245.1,337.2 L247.4,337.2 L247.4,341 L254.4,341 L254.4,340.1 L256.8,340.1 L256.8,341 L263.7,341 L263.7,340.9 L266.1,340.9 L266.1,341 L273.1,341 L273.1,341 L275.4,341 L275.4,341 L282.4,341 L282.4,341 L284.7,341 L284.7,341 L291.7,341 L291.7,341 L294,341 L294,341 L301,341 L301,341 L303.3,341 L303.3,341 L310.3,341 L310.3,341 L312.6,341 L312.6,341 L319.6,341 L319.6,341 L322,341 L322,341 L328.9,341 L328.9,341 L331.3,341 L331.3,341 L338.2,341 L338.2,341 L340.6,341 L340.6,341 L347.6,341 L347.6,341 L349.9,341 L349.9,341 L356.9,341 L356.9,341 L359.2,341 L359.2,341 L366.2,341 L366.2,341 L368.5,341 L368.5,341 L375.5,341 L375.5,341 L377.8,341 L377.8,341 L384.8,341 L384.8,341 L387.1,341 L387.1,341 L394.1,341 L394.1,341 L396.5,341 L396.5,341 L403.4,341 L403.4,341 L405.8,341 L405.8,341 L412.8,341 L412.8,341 L415.1,341 L415.1,341 L422.1,341 L422.1,341 L424.4,341 L424.4,341 L431.4,341 L431.4,341 L433.7,341 L433.7,341 L440.7,341 L440.7,341 L443,341 L443,341 L450,341 L450,341 L452.3,341 L452.3,341 L459.3,341 L459.3,341 L461.7,341 L461.7,341 L468.6,341 L468.6,341 L471,341 L471,341 L478,341 L478,341 L480.3,341 L480.3,341 L487.3,341 L487.3,341 L489.6,341 L489.6,341 L496.6,341 L496.6,341 L498.9,341 L498.9,341 L505.9,341 L505.9,341 L508.2,341 L508.2,341 L515.2,341 L515.2,341 L517.5,341 L517.5,341 L524.5,341 L524.5,341 L526.9,341 L526.9,341 L533.8,341 L533.8,341 L536.2,341 L536.2,341 L543.2,341 L543.2,341 L545.5,341 L545.5,341 L552.5,341 L552.5,341 L554.8,341 L554.8,341 L561.8,341 L561.8,341 L564.1,341 L564.1,341 L564.1,341 Z" fill="rgb(139,0,0)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" fill="rgb(0,100,0)" stroke-width="1"><path d="M98.42,341 L98.42,341 L98.42,341 L100.7,341 L100.7,341 L107.7,341 L107.7,341 L110.1,341 L110.1,341 L117,341 L117,341 L119.4,341 L119.4,341 L126.4,341 L126.4,341 L128.7,341 L128.7,341 L135.7,341 L135.7,341 L138,341 L138,341 L145,341 L145,341 L147.3,341 L147.3,341 L154.3,341 L154.3,341 L156.6,341 L156.6,341 L163.6,341 L163.6,341 L165.9,341 L165.9,341 L172.9,341 L172.9,341 L175.3,341 L175.3,341 L182.2,341 L182.2,341 L184.6,341 L184.6,341 L191.6,341 L191.6,341 L193.9,341 L193.9,341 L200.9,341 L200.9,341 L203.2,341 L203.2,341 L210.2,341 L210.2,340.9 L212.5,340.9 L212.5,341 L219.5,341 L219.5,340.7 L221.8,340.7 L221.8,341 L228.8,341 L228.8,340.3 L231.1,340.3 L231.1,341 L238.1,341 L238.1,339.4 L240.5,339.4 L240.5,341 L247.4,341 L247.4,337.4 L249.8,337.4 L249.8,341 L256.8,341 L256.8,333.8 L259.1,333.8 L259.1,341 L266.1,341 L266.1,327.8 L268.4,327.8 L268.4,341 L275.4,341 L275.4,318.8 L277.7,318.8 L277.7,341 L284.7,341 L284.7,306.5 L287,306.5 L287,341 L294,341 L294,291.8 L296.3,291.8 L296.3,341 L303.3,341 L303.3,276.1 L305.7,276.1 L305.7,341 L312.6,341 L312.6,262 L315,262 L315,341 L322,341 L322,252.1 L324.3,252.1 L324.3,341 L331.3,341 L331.3,248.6 L333.6,248.6 L333.6,341 L340.6,341 L340.6,252.1 L342.9,252.1 L342.9,341 L349.9,341 L349.9,262 L352.2,262 L352.2,341 L359.2,341 L359.2,276.1 L361.5,276.1 L361.5,341 L368.5,341 L368.5,291.8 L370.8,291.8 L370.8,341 L377.8,341 L377.8,306.5 L380.2,306.5 L380.2,341 L387.1,341 L387.1,318.8 L389.5,318.8 L389.5,341 L396.5,341 L396.5,327.8 L398.8,327.8 L398.8,341 L405.8,341 L405.8,333.8 L408.1,333.8 L408.1,341 L415.1,341 L415.1,337.4 L417.4,337.4 L417.4,341 L424.4,341 L424.4,339.4 L426.7,339.4 L426.7,341 L433.7,341 L433.7,340.3 L436,340.3 L436,341 L443,341 L443,340.7 L445.4,340.7 L445.4,341 L452.3,341 L452.3,340.9 L454.7,340.9 L454.7,341 L461.7,341 L461.7,341 L464,341 L464,341 L471,341 L471,341 L473.3,341 L473.3,341 L480.3,341 L480.3,341 L482.6,341 L482.6,341 L489.6,341 L489.6,341 L491.9,341 L491.9,341 L498.9,341 L498.9,341 L501.2,341 L501.2,341 L508.2,341 L508.2,341 L510.6,341 L510.6,341 L517.5,341 L517.5,341 L519.9,341 L519.9,341 L526.9,341 L526.9,341 L529.2,341 L529.2,341 L536.2,341 L536.2,341 L538.5,341 L538.5,341 L545.5,341 L545.5,341 L547.8,341 L547.8,341 L554.8,341 L554.8,341 L557.1,341 L557.1,341 L564.1,341 L564.1,341 L566.4,341 L566.4,341 L566.4,341 Z" fill="rgb(0,100,0)"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="581.6" y="58" width="142.4" height="105"/><rect x="581.6" y="58" width="142.4" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="88" x2="611.6" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="118" x2="611.6" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="148" x2="611.6" y2="148"/></g>
</g>
<g id="legendText">
<text x="619.1" y="88" font-size="15" font-family="Verdana">n=5 p=0.5</text>
<text x="619.1" y="118" font-size="15" font-family="Verdana">n=20 p=0.5</text>
<text x="619.1" y="148" font-size="15" font-family="Verdana">n=50 p=0.5</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Binomial Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="473" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="92.6" y="58" width="475" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="103.9" y1="58" x2="103.9" y2="346"/><line x1="92.6" y1="58" x2="92.6" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="341" x2="567.6" y2="341"/><line x1="87.6" y1="341" x2="567.6" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,332 L92.6,332 M90.6,323 L92.6,323 M90.6,313.9 L92.6,313.9 M90.6,304.9 L92.6,304.9 M90.6,286.9 L92.6,286.9 M90.6,277.9 L92.6,277.9 M90.6,268.8 L92.6,268.8 M90.6,259.8 L92.6,259.8 M90.6,241.8 L92.6,241.8 M90.6,232.7 L92.6,232.7 M90.6,223.7 L92.6,223.7 M90.6,214.7 L92.6,214.7 M90.6,196.7 L92.6,196.7 M90.6,187.6 L92.6,187.6 M90.6,178.6 L92.6,178.6 M90.6,169.6 L92.6,169.6 M90.6,151.6 L92.6,151.6 M90.6,142.5 L92.6,142.5 M90.6,133.5 L92.6,133.5 M90.6,124.5 L92.6,124.5 M90.6,106.4 L92.6,106.4 M90.6,97.42 L92.6,97.42 M90.6,88.4 L92.6,88.4 M90.6,79.38 L92.6,79.38 M90.6,61.34 L92.6,61.34 M90.6,341 L92.6,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,341 L92.6,341 M87.6,295.9 L92.6,295.9 M87.6,250.8 L92.6,250.8 M87.6,205.7 L92.6,205.7 M87.6,160.6 L92.6,160.6 M87.6,115.5 L92.6,115.5 M87.6,70.36 L92.6,70.36 M87.6,341 L92.6,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M103.9,341 L103.9,346 M217,341 L217,346 M330.1,341 L330.1,346 M443.2,341 L443.2,346 M556.3,341 L556.3,346 M103.9,341 L103.9,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="103.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="217" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="330.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="443.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">15</text>
<text x="556.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text>
<text x="103.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="81.6" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="298.3" text-anchor="end" font-size="12" font-family="Verdana">0.05</text>
<text x="81.6" y="253.2" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="81.6" y="208.1" text-anchor="end" font-size="12" font-family="Verdana">0.15</text>
<text x="81.6" y="163" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="81.6" y="117.9" text-anchor="end" font-size="12" font-family="Verdana">0.25</text>
<text x="81.6" y="72.76" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="81.6" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="330.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" fill="rgb(0,0,139)" stroke-width="1"><path d="M95.43,341 L95.43,341 L95.43,231.3 L101.1,231.3 L101.1,341 L118,341 L118,97.27 L123.7,97.27 L123.7,341 L140.7,341 L140.7,83.73 L146.3,83.73 L146.3,341 L163.3,341 L163.3,169.5 L168.9,169.5 L168.9,341 L185.9,341 L185.9,260 L191.6,260 L191.6,341 L208.5,341 L208.5,312.2 L214.2,312.2 L214.2,341 L231.1,341 L231.1,333 L236.8,333 L236.8,341 L253.8,341 L253.8,339.2 L259.4,339.2 L259.4,341 L276.4,341 L276.4,340.7 L282,340.7 L282,341 L299,341 L299,341 L304.7,341 L304.7,341 L321.6,341 L321.6,341 L327.3,341 L327.3,341 L344.2,341 L344.2,341 L349.9,341 L349.9,341 L366.9,341 L366.9,341 L372.5,341 L372.5,341 L389.5,341 L389.5,341 L395.1,341 L395.1,341 L412.1,341 L412.1,341 L417.7,341 L417.7,341 L434.7,341 L434.7,341 L440.4,341 L440.4,341 L457.3,341 L457.3,341 L463,341 L463,341 L480,341 L480,341 L485.6,341 L485.6,341 L502.6,341 L502.6,341 L508.2,341 L508.2,341 L525.2,341 L525.2,341 L530.8,341 L530.8,341 L547.8,341 L547.8,341 L553.5,341 L553.5,341 L553.5,341 Z" fill="rgb(0,0,139)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" fill="rgb(139,0,0)" stroke-width="1"><path d="M101.1,341 L101.1,341 L101.1,341 L106.7,341 L106.7,341 L123.7,341 L123.7,341 L129.4,341 L129.4,341 L146.3,341 L146.3,340.8 L152,340.8 L152,341 L168.9,341 L168.9,340 L174.6,340 L174.6,341 L191.6,341 L191.6,336.8 L197.2,336.8 L197.2,341 L214.2,341 L214.2,327.7 L219.8,327.7 L219.8,341 L236.8,341 L236.8,307.7 L242.5,307.7 L242.5,341 L259.4,341 L259.4,274.3 L265.1,274.3 L265.1,341 L282,341 L282,232.6 L287.7,232.6 L287.7,341 L304.7,341 L304.7,196.5 L310.3,196.5 L310.3,341 L327.3,341 L327.3,182 L332.9,182 L332.9,341 L349.9,341 L349.9,196.5 L355.5,196.5 L355.5,341 L372.5,341 L372.5,232.6 L378.2,232.6 L378.2,341 L395.1,341 L395.1,274.3 L400.8,274.3 L400.8,341 L417.7,341 L417.7,307.7 L423.4,307.7 L423.4,341 L440.4,341 L440.4,327.7 L446,327.7 L446,341 L463,341 L463,336.8 L468.6,336.8 L468.6,341 L485.6,341 L485.6,340 L491.3,340 L491.3,341 L508.2,341 L508.2,340.8 L513.9,340.8 L513.9,341 L530.8,341 L530.8,341 L536.5,341 L536.5,341 L553.5,341 L553.5,341 L559.1,341 L559.1,341 L559.1,341 Z" fill="rgb(139,0,0)"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" fill="rgb(0,100,0)" stroke-width="1"><path d="M106.7,341 L106.7,341 L106.7,341 L112.4,341 L112.4,341 L129.4,341 L129.4,341 L135,341 L135,341 L152,341 L152,341 L157.6,341 L157.6,341 L174.6,341 L174.6,341 L180.2,341 L180.2,341 L197.2,341 L197.2,341 L202.9,341 L202.9,341 L219.8,341 L219.8,341 L225.5,341 L225.5,341 L242.5,341 L242.5,341 L248.1,341 L248.1,341 L265.1,341 L265.1,341 L270.7,341 L270.7,341 L287.7,341 L287.7,341 L293.3,341 L293.3,341 L310.3,341 L310.3,341 L316,341 L316,341 L332.9,341 L332.9,341 L338.6,341 L338.6,341 L355.5,341 L355.5,341 L361.2,341 L361.2,341 L378.2,341 L378.2,340.7 L383.8,340.7 L383.8,341 L400.8,341 L400.8,339.2 L406.4,339.2 L406.4,341 L423.4,341 L423.4,333 L429.1,333 L429.1,341 L446,341 L446,312.2 L451.7,312.2 L451.7,341 L468.6,341 L468.6,260 L474.3,260 L474.3,341 L491.3,341 L491.3,169.5 L496.9,169.5 L496.9,341 L513.9,341 L513.9,83.73 L519.5,83.73 L519.5,341 L536.5,341 L536.5,97.27 L542.2,97.27 L542.2,341 L559.1,341 L559.1,231.3 L564.8,231.3 L564.8,341 L564.8,341 Z" fill="rgb(0,100,0)"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="581.6" y="58" width="142.4" height="105"/><rect x="581.6" y="58" width="142.4" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="88" x2="611.6" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="118" x2="611.6" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="148" x2="611.6" y2="148"/></g>
</g>
<g id="legendText">
<text x="619.1" y="88" font-size="15" font-family="Verdana">n=20 p=0.1</text>
<text x="619.1" y="118" font-size="15" font-family="Verdana">n=20 p=0.5</text>
<text x="619.1" y="148" font-size="15" font-family="Verdana">n=20 p=0.9</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Binomial Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="457.9" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="459.9" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="314.1" y1="58" x2="314.1" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="544.1" y2="341"/><line x1="79.2" y1="341" x2="544.1" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,324.8 L84.2,324.8 M82.2,308.7 L84.2,308.7 M82.2,292.5 L84.2,292.5 M82.2,276.3 L84.2,276.3 M82.2,244 L84.2,244 M82.2,227.8 L84.2,227.8 M82.2,211.7 L84.2,211.7 M82.2,195.5 L84.2,195.5 M82.2,163.2 L84.2,163.2 M82.2,147 L84.2,147 M82.2,130.9 L84.2,130.9 M82.2,114.7 L84.2,114.7 M82.2,82.36 L84.2,82.36 M82.2,66.2 L84.2,66.2 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M338.7,341 L338.7,343 M363.3,341 L363.3,343 M387.8,341 L387.8,343 M412.4,341 L412.4,343 M461.6,341 L461.6,343 M486.1,341 L486.1,343 M510.7,341 L510.7,343 M535.3,341 L535.3,343 M289.6,341 L289.6,343 M265,341 L265,343 M240.4,341 L240.4,343 M215.9,341 L215.9,343 M166.7,341 L166.7,343 M142.2,341 L142.2,343 M117.6,341 L117.6,343 M93.02,341 L93.02,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,260.2 L84.2,260.2 M79.2,179.4 L84.2,179.4 M79.2,98.53 L84.2,98.53 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M314.1,341 L314.1,346 M437,341 L437,346 M314.1,341 L314.1,346 M191.3,341 L191.3,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="314.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="437" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="314.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="191.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="262.6" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="181.8" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="100.9" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="314.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,328.1 L86.5,327.6 L88.8,327 L91.1,326.4 L93.4,325.8 L95.7,325.1 L98,324.3 L100.3,323.5 L102.6,322.7 L104.9,321.8 L107.2,320.8 L109.5,319.7 L111.8,318.6 L114.1,317.3 L116.4,316 L118.7,314.6 L121,313 L123.3,311.3 L125.6,309.4 L127.9,307.4 L130.2,305.2 L132.5,302.8 L134.8,300.1 L137.1,297.2 L139.4,293.9 L141.7,290.3 L144,286.4 L146.3,281.9 L148.6,277 L150.9,271.6 L153.2,265.5 L155.5,258.7 L157.8,251.1 L160.1,242.6 L162.4,233.1 L164.7,222.6 L167,211 L169.3,198.3 L171.6,184.5 L173.9,169.8 L176.2,154.4 L178.5,138.8 L180.8,123.6 L183.1,109.6 L185.4,97.85 L187.7,89.2 L190,84.47 L192.3,84.13 L194.6,88.22 L196.9,96.33 L199.2,107.7 L201.5,121.4 L203.8,136.5 L206.1,152 L208.4,167.5 L210.7,182.4 L213,196.3 L215.3,209.2 L217.6,221 L219.9,231.6 L222.2,241.2 L224.5,249.8 L226.8,257.6 L229.1,264.5 L231.4,270.7 L233.7,276.3 L236,281.2 L238.3,285.7 L240.6,289.8 L242.9,293.4 L245.2,296.7 L247.5,299.7 L249.8,302.4 L252.1,304.8 L254.4,307.1 L256.7,309.1 L259,311 L261.3,312.8 L263.6,314.3 L265.9,315.8 L268.2,317.1 L270.5,318.4 L272.8,319.5 L275.1,320.6 L277.3,321.6 L279.6,322.5 L281.9,323.4 L284.2,324.2 L286.5,325 L288.8,325.7 L291.1,326.3 L293.4,326.9 L295.7,327.5 L298,328.1 L300.3,328.6 L302.6,329.1 L304.9,329.5 L307.2,329.9 L309.5,330.4 L311.8,330.7 L314.1,331.1 L316.4,331.5 L318.7,331.8 L321,332.1 L323.3,332.4 L325.6,332.7 L327.9,332.9 L330.2,333.2 L332.5,333.4 L334.8,333.7 L337.1,333.9 L339.4,334.1 L341.7,334.3 L344,334.5 L346.3,334.7 L348.6,334.9 L350.9,335 L353.2,335.2 L355.5,335.4 L357.8,335.5 L360.1,335.7 L362.4,335.8 L364.7,335.9 L367,336.1 L369.3,336.2 L371.6,336.3 L373.9,336.4 L376.2,336.5 L378.5,336.6 L380.8,336.7 L383.1,336.8 L385.4,336.9 L387.7,337 L390,337.1 L392.3,337.2 L394.6,337.3 L396.9,337.4 L399.2,337.5 L401.5,337.5 L403.8,337.6 L406.1,337.7 L408.4,337.7 L410.7,337.8 L413,337.9 L415.3,337.9 L417.6,338 L419.9,338.1 L422.2,338.1 L424.5,338.2 L426.8,338.2 L429.1,338.3 L431.4,338.3 L433.7,338.4 L436,338.4 L438.3,338.5 L440.6,338.5 L442.9,338.6 L445.2,338.6 L447.5,338.7 L449.8,338.7 L452.1,338.7 L454.4,338.8 L456.7,338.8 L459,338.9 L461.3,338.9 L463.6,338.9 L465.9,339 L468.2,339 L470.5,339 L472.8,339.1 L475.1,339.1 L477.4,339.1 L479.7,339.1 L482,339.2 L484.3,339.2 L486.6,339.2 L488.9,339.3 L491.2,339.3 L493.5,339.3 L495.8,339.3 L498.1,339.4 L500.4,339.4 L502.7,339.4 L505,339.4 L507.3,339.5 L509.6,339.5 L511.9,339.5 L514.2,339.5 L516.5,339.5 L518.8,339.6 L521.1,339.6 L523.4,339.6 L525.7,339.6 L528,339.6 L530.3,339.7 L532.6,339.7 L534.9,339.7 L537.2,339.7 L539.5,339.7 L541.8,339.7 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,338.1 L86.5,338 L88.8,338 L91.1,337.9 L93.4,337.9 L95.7,337.8 L98,337.7 L100.3,337.6 L102.6,337.6 L104.9,337.5 L107.2,337.4 L109.5,337.3 L111.8,337.3 L114.1,337.2 L116.4,337.1 L118.7,337 L121,336.9 L123.3,336.8 L125.6,336.7 L127.9,336.6 L130.2,336.5 L132.5,336.4 L134.8,336.3 L137.1,336.1 L139.4,336 L141.7,335.9 L144,335.7 L146.3,335.6 L148.6,335.5 L150.9,335.3 L153.2,335.1 L155.5,335 L157.8,334.8 L160.1,334.6 L162.4,334.4 L164.7,334.2 L167,334 L169.3,333.8 L171.6,333.6 L173.9,333.3 L176.2,333.1 L178.5,332.8 L180.8,332.6 L183.1,332.3 L185.4,332 L187.7,331.6 L190,331.3 L192.3,331 L194.6,330.6 L196.9,330.2 L199.2,329.8 L201.5,329.3 L203.8,328.9 L206.1,328.4 L208.4,327.8 L210.7,327.3 L213,326.7 L215.3,326 L217.6,325.4 L219.9,324.6 L222.2,323.9 L224.5,323 L226.8,322.1 L229.1,321.2 L231.4,320.2 L233.7,319.1 L236,317.9 L238.3,316.6 L240.6,315.2 L242.9,313.7 L245.2,312 L247.5,310.2 L249.8,308.3 L252.1,306.2 L254.4,303.8 L256.7,301.3 L259,298.4 L261.3,295.3 L263.6,291.9 L265.9,288.1 L268.2,283.9 L270.5,279.2 L272.8,274 L275.1,268.1 L277.3,261.7 L279.6,254.4 L281.9,246.3 L284.2,237.3 L286.5,227.2 L288.8,216.1 L291.1,203.9 L293.4,190.5 L295.7,176.1 L298,161 L300.3,145.4 L302.6,130 L304.9,115.4 L307.2,102.5 L309.5,92.44 L311.8,85.96 L314.1,83.73 L316.4,85.96 L318.7,92.43 L321,102.5 L323.3,115.3 L325.6,129.9 L327.9,145.4 L330.2,161 L332.5,176.1 L334.8,190.5 L337.1,203.8 L339.4,216.1 L341.7,227.2 L344,237.3 L346.3,246.3 L348.6,254.4 L350.9,261.6 L353.2,268.1 L355.5,274 L357.8,279.2 L360.1,283.9 L362.4,288.1 L364.7,291.9 L367,295.3 L369.3,298.4 L371.6,301.3 L373.9,303.8 L376.2,306.2 L378.5,308.3 L380.8,310.2 L383.1,312 L385.4,313.7 L387.7,315.2 L390,316.6 L392.3,317.9 L394.6,319.1 L396.9,320.2 L399.2,321.2 L401.5,322.1 L403.8,323 L406.1,323.9 L408.4,324.6 L410.7,325.4 L413,326 L415.3,326.7 L417.6,327.3 L419.9,327.8 L422.2,328.4 L424.5,328.9 L426.8,329.3 L429.1,329.8 L431.4,330.2 L433.7,330.6 L436,331 L438.3,331.3 L440.6,331.6 L442.9,332 L445.2,332.3 L447.5,332.6 L449.8,332.8 L452.1,333.1 L454.4,333.3 L456.7,333.6 L459,333.8 L461.3,334 L463.6,334.2 L465.9,334.4 L468.2,334.6 L470.5,334.8 L472.8,335 L475.1,335.1 L477.4,335.3 L479.7,335.5 L482,335.6 L484.3,335.7 L486.6,335.9 L488.9,336 L491.2,336.1 L493.5,336.3 L495.8,336.4 L498.1,336.5 L500.4,336.6 L502.7,336.7 L505,336.8 L507.3,336.9 L509.6,337 L511.9,337.1 L514.2,337.2 L516.5,337.3 L518.8,337.3 L521.1,337.4 L523.4,337.5 L525.7,337.6 L528,337.6 L530.3,337.7 L532.6,337.8 L534.9,337.9 L537.2,337.9 L539.5,338 L541.8,338 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,339.8 L86.5,339.7 L88.8,339.7 L91.1,339.7 L93.4,339.7 L95.7,339.7 L98,339.7 L100.3,339.6 L102.6,339.6 L104.9,339.6 L107.2,339.6 L109.5,339.6 L111.8,339.5 L114.1,339.5 L116.4,339.5 L118.7,339.5 L121,339.5 L123.3,339.4 L125.6,339.4 L127.9,339.4 L130.2,339.4 L132.5,339.3 L134.8,339.3 L137.1,339.3 L139.4,339.3 L141.7,339.2 L144,339.2 L146.3,339.2 L148.6,339.1 L150.9,339.1 L153.2,339.1 L155.5,339.1 L157.8,339 L160.1,339 L162.4,339 L164.7,338.9 L167,338.9 L169.3,338.9 L171.6,338.8 L173.9,338.8 L176.2,338.7 L178.5,338.7 L180.8,338.7 L183.1,338.6 L185.4,338.6 L187.7,338.5 L190,338.5 L192.3,338.4 L194.6,338.4 L196.9,338.3 L199.2,338.3 L201.5,338.2 L203.8,338.2 L206.1,338.1 L208.4,338.1 L210.7,338 L213,337.9 L215.3,337.9 L217.6,337.8 L219.9,337.7 L222.2,337.7 L224.5,337.6 L226.8,337.5 L229.1,337.5 L231.4,337.4 L233.7,337.3 L236,337.2 L238.3,337.1 L240.6,337 L242.9,336.9 L245.2,336.8 L247.5,336.7 L249.8,336.6 L252.1,336.5 L254.4,336.4 L256.7,336.3 L259,336.2 L261.3,336.1 L263.6,335.9 L265.9,335.8 L268.2,335.7 L270.5,335.5 L272.8,335.4 L275.1,335.2 L277.3,335 L279.6,334.9 L281.9,334.7 L284.2,334.5 L286.5,334.3 L288.8,334.1 L291.1,333.9 L293.4,333.7 L295.7,333.4 L298,333.2 L300.3,332.9 L302.6,332.7 L304.9,332.4 L307.2,332.1 L309.5,331.8 L311.8,331.5 L314.1,331.1 L316.4,330.7 L318.7,330.4 L321,329.9 L323.3,329.5 L325.6,329.1 L327.9,328.6 L330.2,328.1 L332.5,327.5 L334.8,326.9 L337.1,326.3 L339.4,325.7 L341.7,325 L344,324.2 L346.3,323.4 L348.6,322.5 L350.9,321.6 L353.2,320.6 L355.5,319.5 L357.8,318.4 L360.1,317.1 L362.4,315.8 L364.7,314.3 L367,312.8 L369.3,311 L371.6,309.1 L373.9,307.1 L376.2,304.8 L378.5,302.4 L380.8,299.7 L383.1,296.7 L385.4,293.4 L387.7,289.8 L390,285.7 L392.3,281.2 L394.6,276.3 L396.9,270.7 L399.2,264.5 L401.5,257.6 L403.8,249.9 L406.1,241.2 L408.4,231.6 L410.7,221 L413,209.2 L415.3,196.3 L417.6,182.4 L419.9,167.5 L422.2,152.1 L424.5,136.5 L426.8,121.4 L429.1,107.7 L431.4,96.34 L433.7,88.23 L436,84.14 L438.3,84.47 L440.6,89.19 L442.9,97.84 L445.2,109.6 L447.5,123.6 L449.8,138.8 L452.1,154.4 L454.4,169.8 L456.7,184.5 L459,198.3 L461.3,211 L463.6,222.6 L465.9,233.1 L468.2,242.6 L470.5,251.1 L472.8,258.7 L475.1,265.5 L477.4,271.6 L479.7,277 L482,281.9 L484.3,286.3 L486.6,290.3 L488.9,293.9 L491.2,297.2 L493.5,300.1 L495.8,302.8 L498.1,305.2 L500.4,307.4 L502.7,309.4 L505,311.3 L507.3,313 L509.6,314.6 L511.9,316 L514.2,317.3 L516.5,318.6 L518.8,319.7 L521.1,320.8 L523.4,321.8 L525.7,322.7 L528,323.5 L530.3,324.3 L532.6,325.1 L534.9,325.8 L537.2,326.4 L539.5,327 L541.8,327.6 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="558.1" y="58" width="165.9" height="105"/><rect x="558.1" y="58" width="165.9" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="573.1" y1="88" x2="588.1" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="573.1" y1="118" x2="588.1" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="573.1" y1="148" x2="588.1" y2="148"/></g>
</g>
<g id="legendText">
<text x="595.6" y="88" font-size="15" font-family="Verdana">location = -5</text>
<text x="595.6" y="118" font-size="15" font-family="Verdana">location = 0</text>
<text x="595.6" y="148" font-size="15" font-family="Verdana">location = 5</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Cauchy Distribution PDF (scale = 1)</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="473.6" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="475.6" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="322" y1="58" x2="322" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="559.8" y2="341"/><line x1="79.2" y1="341" x2="559.8" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,332.9 L84.2,332.9 M82.2,324.8 L84.2,324.8 M82.2,316.8 L84.2,316.8 M82.2,308.7 L84.2,308.7 M82.2,292.5 L84.2,292.5 M82.2,284.4 L84.2,284.4 M82.2,276.3 L84.2,276.3 M82.2,268.3 L84.2,268.3 M82.2,252.1 L84.2,252.1 M82.2,244 L84.2,244 M82.2,235.9 L84.2,235.9 M82.2,227.8 L84.2,227.8 M82.2,211.7 L84.2,211.7 M82.2,203.6 L84.2,203.6 M82.2,195.5 L84.2,195.5 M82.2,187.4 L84.2,187.4 M82.2,171.3 L84.2,171.3 M82.2,163.2 L84.2,163.2 M82.2,155.1 L84.2,155.1 M82.2,147 L84.2,147 M82.2,130.9 L84.2,130.9 M82.2,122.8 L84.2,122.8 M82.2,114.7 L84.2,114.7 M82.2,106.6 L84.2,106.6 M82.2,90.44 L84.2,90.44 M82.2,82.36 L84.2,82.36 M82.2,74.28 L84.2,74.28 M82.2,66.2 L84.2,66.2 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M349.3,341 L349.3,343 M376.5,341 L376.5,343 M403.8,341 L403.8,343 M431.1,341 L431.1,343 M485.6,341 L485.6,343 M512.9,341 L512.9,343 M540.2,341 L540.2,343 M294.7,341 L294.7,343 M267.4,341 L267.4,343 M240.2,341 L240.2,343 M212.9,341 L212.9,343 M158.3,341 L158.3,343 M131.1,341 L131.1,343 M103.8,341 L103.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,300.6 L84.2,300.6 M79.2,260.2 L84.2,260.2 M79.2,219.8 L84.2,219.8 M79.2,179.4 L84.2,179.4 M79.2,138.9 L84.2,138.9 M79.2,98.53 L84.2,98.53 M79.2,58.11 L84.2,58.11 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M322,341 L322,346 M458.4,341 L458.4,346 M322,341 L322,346 M185.6,341 L185.6,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="322" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="458.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="322" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="185.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="303" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="262.6" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="222.2" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="181.8" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="141.3" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="100.9" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="60.51" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="322" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,340.2 L86.58,340.1 L88.96,340.1 L91.33,340.1 L93.71,340.1 L96.09,340.1 L98.47,340 L100.8,340 L103.2,340 L105.6,340 L108,340 L110.4,339.9 L112.7,339.9 L115.1,339.9 L117.5,339.9 L119.9,339.8 L122.2,339.8 L124.6,339.8 L127,339.7 L129.4,339.7 L131.8,339.7 L134.1,339.7 L136.5,339.6 L138.9,339.6 L141.3,339.5 L143.6,339.5 L146,339.5 L148.4,339.4 L150.8,339.4 L153.2,339.3 L155.5,339.3 L157.9,339.2 L160.3,339.2 L162.7,339.1 L165,339.1 L167.4,339 L169.8,339 L172.2,338.9 L174.6,338.8 L176.9,338.7 L179.3,338.7 L181.7,338.6 L184.1,338.5 L186.4,338.4 L188.8,338.3 L191.2,338.2 L193.6,338.1 L196,338 L198.3,337.9 L200.7,337.8 L203.1,337.7 L205.5,337.5 L207.8,337.4 L210.2,337.2 L212.6,337.1 L215,336.9 L217.4,336.7 L219.7,336.5 L222.1,336.3 L224.5,336.1 L226.9,335.8 L229.2,335.6 L231.6,335.3 L234,335 L236.4,334.6 L238.8,334.3 L241.1,333.9 L243.5,333.5 L245.9,333 L248.3,332.5 L250.6,331.9 L253,331.3 L255.4,330.6 L257.8,329.9 L260.2,329.1 L262.5,328.1 L264.9,327.1 L267.3,325.9 L269.7,324.6 L272,323.1 L274.4,321.5 L276.8,319.5 L279.2,317.3 L281.6,314.7 L283.9,311.7 L286.3,308.2 L288.7,304 L291.1,299.1 L293.4,293.2 L295.8,286 L298.2,277.3 L300.6,266.7 L303,253.7 L305.3,237.7 L307.7,218.2 L310.1,194.9 L312.5,168 L314.8,139.1 L317.2,111.7 L319.6,91.35 L322,83.73 L324.4,91.29 L326.7,111.6 L329.1,138.9 L331.5,167.9 L333.9,194.8 L336.2,218.1 L338.6,237.6 L341,253.6 L343.4,266.7 L345.8,277.3 L348.1,286 L350.5,293.1 L352.9,299.1 L355.3,304 L357.6,308.2 L360,311.7 L362.4,314.7 L364.8,317.3 L367.2,319.5 L369.5,321.4 L371.9,323.1 L374.3,324.6 L376.7,325.9 L379,327.1 L381.4,328.1 L383.8,329.1 L386.2,329.9 L388.6,330.6 L390.9,331.3 L393.3,331.9 L395.7,332.5 L398.1,333 L400.4,333.5 L402.8,333.9 L405.2,334.3 L407.6,334.6 L410,335 L412.3,335.3 L414.7,335.6 L417.1,335.8 L419.5,336.1 L421.8,336.3 L424.2,336.5 L426.6,336.7 L429,336.9 L431.4,337.1 L433.7,337.2 L436.1,337.4 L438.5,337.5 L440.9,337.7 L443.2,337.8 L445.6,337.9 L448,338 L450.4,338.1 L452.8,338.2 L455.1,338.3 L457.5,338.4 L459.9,338.5 L462.3,338.6 L464.6,338.7 L467,338.7 L469.4,338.8 L471.8,338.9 L474.2,339 L476.5,339 L478.9,339.1 L481.3,339.1 L483.7,339.2 L486,339.2 L488.4,339.3 L490.8,339.3 L493.2,339.4 L495.6,339.4 L497.9,339.5 L500.3,339.5 L502.7,339.5 L505.1,339.6 L507.4,339.6 L509.8,339.7 L512.2,339.7 L514.6,339.7 L517,339.7 L519.3,339.8 L521.7,339.8 L524.1,339.8 L526.5,339.9 L528.8,339.9 L531.2,339.9 L533.6,339.9 L536,340 L538.4,340 L540.7,340 L543.1,340 L545.5,340 L547.9,340.1 L550.2,340.1 L552.6,340.1 L555,340.1 L557.4,340.1 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,339.3 L86.58,339.3 L88.96,339.3 L91.33,339.2 L93.71,339.2 L96.09,339.2 L98.47,339.1 L100.8,339.1 L103.2,339 L105.6,339 L108,338.9 L110.4,338.9 L112.7,338.9 L115.1,338.8 L117.5,338.8 L119.9,338.7 L122.2,338.6 L124.6,338.6 L127,338.5 L129.4,338.5 L131.8,338.4 L134.1,338.3 L136.5,338.3 L138.9,338.2 L141.3,338.1 L143.6,338.1 L146,338 L148.4,337.9 L150.8,337.8 L153.2,337.7 L155.5,337.6 L157.9,337.5 L160.3,337.4 L162.7,337.3 L165,337.2 L167.4,337.1 L169.8,337 L172.2,336.9 L174.6,336.7 L176.9,336.6 L179.3,336.5 L181.7,336.3 L184.1,336.2 L186.4,336 L188.8,335.8 L191.2,335.6 L193.6,335.4 L196,335.2 L198.3,335 L200.7,334.8 L203.1,334.6 L205.5,334.3 L207.8,334.1 L210.2,333.8 L212.6,333.5 L215,333.2 L217.4,332.8 L219.7,332.5 L222.1,332.1 L224.5,331.7 L226.9,331.2 L229.2,330.8 L231.6,330.3 L234,329.7 L236.4,329.1 L238.8,328.5 L241.1,327.9 L243.5,327.1 L245.9,326.4 L248.3,325.5 L250.6,324.6 L253,323.6 L255.4,322.5 L257.8,321.3 L260.2,320 L262.5,318.6 L264.9,317.1 L267.3,315.4 L269.7,313.5 L272,311.4 L274.4,309.2 L276.8,306.6 L279.2,303.9 L281.6,300.8 L283.9,297.3 L286.3,293.5 L288.7,289.3 L291.1,284.7 L293.4,279.6 L295.8,274 L298.2,267.9 L300.6,261.4 L303,254.5 L305.3,247.3 L307.7,240 L310.1,232.9 L312.5,226.3 L314.8,220.6 L317.2,216.2 L319.6,213.3 L322,212.4 L324.4,213.3 L326.7,216.2 L329.1,220.6 L331.5,226.3 L333.9,232.9 L336.2,240 L338.6,247.3 L341,254.4 L343.4,261.4 L345.8,267.9 L348.1,274 L350.5,279.6 L352.9,284.7 L355.3,289.3 L357.6,293.5 L360,297.3 L362.4,300.7 L364.8,303.8 L367.2,306.6 L369.5,309.2 L371.9,311.4 L374.3,313.5 L376.7,315.4 L379,317.1 L381.4,318.6 L383.8,320 L386.2,321.3 L388.6,322.5 L390.9,323.6 L393.3,324.6 L395.7,325.5 L398.1,326.4 L400.4,327.1 L402.8,327.9 L405.2,328.5 L407.6,329.1 L410,329.7 L412.3,330.3 L414.7,330.8 L417.1,331.2 L419.5,331.7 L421.8,332.1 L424.2,332.5 L426.6,332.8 L429,333.2 L431.4,333.5 L433.7,333.8 L436.1,334.1 L438.5,334.3 L440.9,334.6 L443.2,334.8 L445.6,335 L448,335.2 L450.4,335.4 L452.8,335.6 L455.1,335.8 L457.5,336 L459.9,336.2 L462.3,336.3 L464.6,336.5 L467,336.6 L469.4,336.7 L471.8,336.9 L474.2,337 L476.5,337.1 L478.9,337.2 L481.3,337.3 L483.7,337.4 L486,337.5 L488.4,337.6 L490.8,337.7 L493.2,337.8 L495.6,337.9 L497.9,338 L500.3,338.1 L502.7,338.1 L505.1,338.2 L507.4,338.3 L509.8,338.3 L512.2,338.4 L514.6,338.5 L517,338.5 L519.3,338.6 L521.7,338.6 L524.1,338.7 L526.5,338.8 L528.8,338.8 L531.2,338.9 L533.6,338.9 L536,338.9 L538.4,339 L540.7,339 L543.1,339.1 L545.5,339.1 L547.9,339.2 L550.2,339.2 L552.6,339.2 L555,339.3 L557.4,339.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,337.8 L86.58,337.7 L88.96,337.7 L91.33,337.6 L93.71,337.5 L96.09,337.5 L98.47,337.4 L100.8,337.3 L103.2,337.2 L105.6,337.2 L108,337.1 L110.4,337 L112.7,336.9 L115.1,336.8 L117.5,336.7 L119.9,336.6 L122.2,336.5 L124.6,336.4 L127,336.3 L129.4,336.2 L131.8,336.1 L134.1,336 L136.5,335.9 L138.9,335.8 L141.3,335.6 L143.6,335.5 L146,335.4 L148.4,335.2 L150.8,335.1 L153.2,334.9 L155.5,334.8 L157.9,334.6 L160.3,334.4 L162.7,334.3 L165,334.1 L167.4,333.9 L169.8,333.7 L172.2,333.5 L174.6,333.3 L176.9,333 L179.3,332.8 L181.7,332.6 L184.1,332.3 L186.4,332 L188.8,331.8 L191.2,331.5 L193.6,331.2 L196,330.9 L198.3,330.5 L200.7,330.2 L203.1,329.8 L205.5,329.4 L207.8,329 L210.2,328.6 L212.6,328.2 L215,327.7 L217.4,327.3 L219.7,326.8 L222.1,326.2 L224.5,325.7 L226.9,325.1 L229.2,324.5 L231.6,323.8 L234,323.1 L236.4,322.4 L238.8,321.7 L241.1,320.9 L243.5,320 L245.9,319.2 L248.3,318.2 L250.6,317.3 L253,316.2 L255.4,315.2 L257.8,314 L260.2,312.8 L262.5,311.6 L264.9,310.3 L267.3,308.9 L269.7,307.5 L272,306 L274.4,304.5 L276.8,302.9 L279.2,301.2 L281.6,299.5 L283.9,297.7 L286.3,295.9 L288.7,294.1 L291.1,292.3 L293.4,290.5 L295.8,288.7 L298.2,287 L300.6,285.3 L303,283.7 L305.3,282.2 L307.7,280.8 L310.1,279.6 L312.5,278.6 L314.8,277.8 L317.2,277.2 L319.6,276.8 L322,276.7 L324.4,276.8 L326.7,277.2 L329.1,277.8 L331.5,278.6 L333.9,279.6 L336.2,280.8 L338.6,282.2 L341,283.7 L343.4,285.3 L345.8,286.9 L348.1,288.7 L350.5,290.5 L352.9,292.3 L355.3,294.1 L357.6,295.9 L360,297.7 L362.4,299.5 L364.8,301.2 L367.2,302.8 L369.5,304.5 L371.9,306 L374.3,307.5 L376.7,308.9 L379,310.3 L381.4,311.6 L383.8,312.8 L386.2,314 L388.6,315.2 L390.9,316.2 L393.3,317.3 L395.7,318.2 L398.1,319.2 L400.4,320 L402.8,320.9 L405.2,321.7 L407.6,322.4 L410,323.1 L412.3,323.8 L414.7,324.5 L417.1,325.1 L419.5,325.7 L421.8,326.2 L424.2,326.7 L426.6,327.3 L429,327.7 L431.4,328.2 L433.7,328.6 L436.1,329 L438.5,329.4 L440.9,329.8 L443.2,330.2 L445.6,330.5 L448,330.9 L450.4,331.2 L452.8,331.5 L455.1,331.8 L457.5,332 L459.9,332.3 L462.3,332.6 L464.6,332.8 L467,333 L469.4,333.3 L471.8,333.5 L474.2,333.7 L476.5,333.9 L478.9,334.1 L481.3,334.3 L483.7,334.4 L486,334.6 L488.4,334.8 L490.8,334.9 L493.2,335.1 L495.6,335.2 L497.9,335.4 L500.3,335.5 L502.7,335.6 L505.1,335.8 L507.4,335.9 L509.8,336 L512.2,336.1 L514.6,336.2 L517,336.3 L519.3,336.4 L521.7,336.5 L524.1,336.6 L526.5,336.7 L528.8,336.8 L531.2,336.9 L533.6,337 L536,337.1 L538.4,337.2 L540.7,337.2 L543.1,337.3 L545.5,337.4 L547.9,337.5 L550.2,337.5 L552.6,337.6 L555,337.7 L557.4,337.7 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="573.8" y="58" width="150.2" height="105"/><rect x="573.8" y="58" width="150.2" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="88" x2="603.8" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="118" x2="603.8" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="148" x2="603.8" y2="148"/></g>
</g>
<g id="legendText">
<text x="611.3" y="88" font-size="15" font-family="Verdana">scale = 0.5</text>
<text x="611.3" y="118" font-size="15" font-family="Verdana">scale = 1</text>
<text x="611.3" y="148" font-size="15" font-family="Verdana">scale = 2</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Cauchy Distribution PDF (location = 0)</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="320" y1="58" x2="320" y2="346"/><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="202.3" x2="574" y2="202.3"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,186.2 L75.8,186.2 M73.8,170.1 L75.8,170.1 M73.8,154 L75.8,154 M73.8,121.8 L75.8,121.8 M73.8,105.7 L75.8,105.7 M73.8,89.59 L75.8,89.59 M73.8,202.3 L75.8,202.3 M73.8,218.4 L75.8,218.4 M73.8,234.5 L75.8,234.5 M73.8,250.6 L75.8,250.6 M73.8,266.7 L75.8,266.7 M73.8,282.8 L75.8,282.8 M73.8,298.9 L75.8,298.9 M73.8,315 L75.8,315 M73.8,331.1 L75.8,331.1 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M350.5,341 L350.5,343 M381.1,341 L381.1,343 M411.6,341 L411.6,343 M472.7,341 L472.7,343 M503.2,341 L503.2,343 M533.7,341 L533.7,343 M289.5,341 L289.5,343 M259,341 L259,343 M228.4,341 L228.4,343 M167.4,341 L167.4,343 M136.9,341 L136.9,343 M106.3,341 L106.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,202.3 L75.8,202.3 M70.8,137.9 L75.8,137.9 M70.8,73.49 L75.8,73.49 M70.8,202.3 L75.8,202.3 M70.8,266.7 L75.8,266.7 M70.8,331.1 L75.8,331.1 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M320,341 L320,346 M442.1,341 L442.1,346 M564.2,341 L564.2,346 M320,341 L320,346 M197.9,341 L197.9,346 M75.8,341 L75.8,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="442.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="564.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="197.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text>
<text x="75.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text></g>
<g id="yTicksValues">
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="140.3" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="64.8" y="75.89" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="269.1" text-anchor="end" font-size="12" font-family="Verdana">-1</text>
<text x="64.8" y="333.5" text-anchor="end" font-size="12" font-family="Verdana">-2</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">cbrt(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,341 L78.24,340.5 L80.68,340.1 L83.13,339.6 L85.57,339.1 L88.01,338.6 L90.45,338.2 L92.9,337.7 L95.34,337.2 L97.78,336.7 L100.2,336.2 L102.7,335.7 L105.1,335.2 L107.5,334.7 L110,334.2 L112.4,333.7 L114.9,333.2 L117.3,332.6 L119.8,332.1 L122.2,331.6 L124.6,331.1 L127.1,330.5 L129.5,330 L132,329.4 L134.4,328.9 L136.9,328.3 L139.3,327.8 L141.7,327.2 L144.2,326.6 L146.6,326 L149.1,325.4 L151.5,324.9 L153.9,324.3 L156.4,323.7 L158.8,323.1 L161.3,322.4 L163.7,321.8 L166.2,321.2 L168.6,320.6 L171,319.9 L173.5,319.3 L175.9,318.6 L178.4,318 L180.8,317.3 L183.3,316.6 L185.7,315.9 L188.1,315.2 L190.6,314.5 L193,313.8 L195.5,313.1 L197.9,312.4 L200.3,311.6 L202.8,310.9 L205.2,310.1 L207.7,309.4 L210.1,308.6 L212.6,307.8 L215,307 L217.4,306.2 L219.9,305.3 L222.3,304.5 L224.8,303.6 L227.2,302.8 L229.7,301.9 L232.1,301 L234.5,300 L237,299.1 L239.4,298.1 L241.9,297.2 L244.3,296.2 L246.8,295.1 L249.2,294.1 L251.6,293 L254.1,291.9 L256.5,290.8 L259,289.7 L261.4,288.5 L263.8,287.3 L266.3,286 L268.7,284.7 L271.2,283.4 L273.6,282 L276.1,280.6 L278.5,279.1 L280.9,277.6 L283.4,276 L285.8,274.3 L288.3,272.6 L290.7,270.7 L293.2,268.7 L295.6,266.7 L298,264.4 L300.5,262 L302.9,259.4 L305.4,256.6 L307.8,253.4 L310.2,249.7 L312.7,245.4 L315.1,239.9 L317.6,232.2 L320,202.3 L322.5,172.4 L324.9,164.6 L327.3,159.2 L329.8,154.8 L332.2,151.2 L334.7,148 L337.1,145.1 L339.6,142.5 L342,140.1 L344.4,137.9 L346.9,135.8 L349.3,133.8 L351.8,132 L354.2,130.2 L356.6,128.6 L359.1,127 L361.5,125.4 L364,123.9 L366.4,122.5 L368.9,121.1 L371.3,119.8 L373.7,118.5 L376.2,117.3 L378.6,116.1 L381.1,114.9 L383.5,113.7 L386,112.6 L388.4,111.5 L390.8,110.5 L393.3,109.4 L395.7,108.4 L398.2,107.4 L400.6,106.4 L403,105.5 L405.5,104.5 L407.9,103.6 L410.4,102.7 L412.8,101.8 L415.3,100.9 L417.7,100.1 L420.1,99.22 L422.6,98.38 L425,97.57 L427.5,96.76 L429.9,95.97 L432.4,95.19 L434.8,94.42 L437.2,93.66 L439.7,92.91 L442.1,92.17 L444.6,91.44 L447,90.72 L449.4,90.01 L451.9,89.31 L454.3,88.61 L456.8,87.93 L459.2,87.25 L461.7,86.58 L464.1,85.92 L466.5,85.27 L469,84.62 L471.4,83.98 L473.9,83.35 L476.3,82.72 L478.8,82.11 L481.2,81.49 L483.6,80.88 L486.1,80.28 L488.5,79.69 L491,79.1 L493.4,78.52 L495.9,77.94 L498.3,77.36 L500.7,76.8 L503.2,76.23 L505.6,75.68 L508.1,75.12 L510.5,74.58 L512.9,74.03 L515.4,73.49 L517.8,72.96 L520.3,72.43 L522.7,71.9 L525.2,71.38 L527.6,70.86 L530,70.35 L532.5,69.84 L534.9,69.34 L537.4,68.83 L539.8,68.34 L542.3,67.84 L544.7,67.35 L547.1,66.86 L549.6,66.38 L552,65.9 L554.5,65.42 L556.9,64.95 L559.3,64.48 L561.8,64.01 L564.2,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">cbrt</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="528.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="530.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="614.6" y2="341"/><line x1="79.2" y1="341" x2="614.6" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,330.1 L84.2,330.1 M82.2,319.1 L84.2,319.1 M82.2,308.2 L84.2,308.2 M82.2,297.3 L84.2,297.3 M82.2,275.4 L84.2,275.4 M82.2,264.5 L84.2,264.5 M82.2,253.6 L84.2,253.6 M82.2,242.7 L84.2,242.7 M82.2,220.8 L84.2,220.8 M82.2,209.9 L84.2,209.9 M82.2,199 L84.2,199 M82.2,188 L84.2,188 M82.2,166.2 L84.2,166.2 M82.2,155.2 L84.2,155.2 M82.2,144.3 L84.2,144.3 M82.2,133.4 L84.2,133.4 M82.2,111.5 L84.2,111.5 M82.2,100.6 L84.2,100.6 M82.2,89.69 L84.2,89.69 M82.2,78.76 L84.2,78.76 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M108.2,341 L108.2,343 M132.2,341 L132.2,343 M156.1,341 L156.1,343 M180.1,341 L180.1,343 M228.1,341 L228.1,343 M252,341 L252,343 M276,341 L276,343 M300,341 L300,343 M347.9,341 L347.9,343 M371.9,341 L371.9,343 M395.9,341 L395.9,343 M419.9,341 L419.9,343 M467.8,341 L467.8,343 M491.8,341 L491.8,343 M515.8,341 L515.8,343 M539.8,341 L539.8,343 M587.7,341 L587.7,343 M611.7,341 L611.7,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,286.4 L84.2,286.4 M79.2,231.7 L84.2,231.7 M79.2,177.1 L84.2,177.1 M79.2,122.5 L84.2,122.5 M79.2,67.84 L84.2,67.84 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M204.1,341 L204.1,346 M324,341 L324,346 M443.9,341 L443.9,346 M563.7,341 L563.7,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="204.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="324" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="443.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">15</text>
<text x="563.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="288.8" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="234.1" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="179.5" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="124.9" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="70.24" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="349.4" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,67.84 L86.85,82.53 L89.5,96.44 L92.16,109.6 L94.81,122 L97.46,133.8 L100.1,145 L102.8,155.5 L105.4,165.5 L108.1,174.9 L110.7,183.9 L113.4,192.3 L116,200.3 L118.7,207.9 L121.3,215.1 L124,221.8 L126.6,228.3 L129.3,234.3 L131.9,240.1 L134.6,245.5 L137.2,250.6 L139.9,255.5 L142.5,260.1 L145.2,264.4 L147.9,268.6 L150.5,272.5 L153.2,276.1 L155.8,279.6 L158.5,282.9 L161.1,286.1 L163.8,289 L166.4,291.8 L169.1,294.5 L171.7,297 L174.4,299.3 L177,301.6 L179.7,303.7 L182.3,305.7 L185,307.6 L187.6,309.4 L190.3,311.1 L192.9,312.7 L195.6,314.2 L198.2,315.7 L200.9,317 L203.5,318.3 L206.2,319.5 L208.9,320.7 L211.5,321.8 L214.2,322.8 L216.8,323.8 L219.5,324.7 L222.1,325.6 L224.8,326.4 L227.4,327.2 L230.1,328 L232.7,328.7 L235.4,329.3 L238,330 L240.7,330.5 L243.3,331.1 L246,331.6 L248.6,332.1 L251.3,332.6 L253.9,333.1 L256.6,333.5 L259.2,333.9 L261.9,334.3 L264.5,334.6 L267.2,335 L269.9,335.3 L272.5,335.6 L275.2,335.9 L277.8,336.2 L280.5,336.4 L283.1,336.7 L285.8,336.9 L288.4,337.1 L291.1,337.3 L293.7,337.5 L296.4,337.7 L299,337.9 L301.7,338.1 L304.3,338.2 L307,338.4 L309.6,338.5 L312.3,338.7 L314.9,338.8 L317.6,338.9 L320.2,339 L322.9,339.1 L325.6,339.2 L328.2,339.3 L330.9,339.4 L333.5,339.5 L336.2,339.6 L338.8,339.6 L341.5,339.7 L344.1,339.8 L346.8,339.9 L349.4,339.9 L352.1,340 L354.7,340 L357.4,340.1 L360,340.1 L362.7,340.2 L365.3,340.2 L368,340.3 L370.6,340.3 L373.3,340.3 L375.9,340.4 L378.6,340.4 L381.2,340.4 L383.9,340.5 L386.6,340.5 L389.2,340.5 L391.9,340.6 L394.5,340.6 L397.2,340.6 L399.8,340.6 L402.5,340.6 L405.1,340.7 L407.8,340.7 L410.4,340.7 L413.1,340.7 L415.7,340.7 L418.4,340.7 L421,340.8 L423.7,340.8 L426.3,340.8 L429,340.8 L431.6,340.8 L434.3,340.8 L436.9,340.8 L439.6,340.8 L442.2,340.8 L444.9,340.9 L447.6,340.9 L450.2,340.9 L452.9,340.9 L455.5,340.9 L458.2,340.9 L460.8,340.9 L463.5,340.9 L466.1,340.9 L468.8,340.9 L471.4,340.9 L474.1,340.9 L476.7,340.9 L479.4,340.9 L482,340.9 L484.7,340.9 L487.3,340.9 L490,340.9 L492.6,340.9 L495.3,340.9 L497.9,341 L500.6,341 L503.2,341 L505.9,341 L508.6,341 L511.2,341 L513.9,341 L516.5,341 L519.2,341 L521.8,341 L524.5,341 L527.1,341 L529.8,341 L532.4,341 L535.1,341 L537.7,341 L540.4,341 L543,341 L545.7,341 L548.3,341 L551,341 L553.6,341 L556.3,341 L558.9,341 L561.6,341 L564.2,341 L566.9,341 L569.6,341 L572.2,341 L574.9,341 L577.5,341 L580.2,341 L582.8,341 L585.5,341 L588.1,341 L590.8,341 L593.4,341 L596.1,341 L598.7,341 L601.4,341 L604,341 L606.7,341 L609.3,341 L612,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,341 L86.85,338.5 L89.5,334.2 L92.16,329.2 L94.81,323.9 L97.46,318.3 L100.1,312.8 L102.8,307.4 L105.4,302.1 L108.1,297.1 L110.7,292.4 L113.4,287.9 L116,283.8 L118.7,280 L121.3,276.5 L124,273.3 L126.6,270.4 L129.3,267.8 L131.9,265.6 L134.6,263.6 L137.2,261.9 L139.9,260.5 L142.5,259.3 L145.2,258.4 L147.9,257.7 L150.5,257.2 L153.2,256.9 L155.8,256.8 L158.5,256.8 L161.1,257.1 L163.8,257.4 L166.4,257.9 L169.1,258.6 L171.7,259.3 L174.4,260.2 L177,261.1 L179.7,262.2 L182.3,263.3 L185,264.5 L187.6,265.7 L190.3,267 L192.9,268.3 L195.6,269.7 L198.2,271.1 L200.9,272.6 L203.5,274 L206.2,275.5 L208.9,277 L211.5,278.5 L214.2,280 L216.8,281.5 L219.5,283 L222.1,284.5 L224.8,286 L227.4,287.5 L230.1,288.9 L232.7,290.4 L235.4,291.8 L238,293.3 L240.7,294.6 L243.3,296 L246,297.4 L248.6,298.7 L251.3,300 L253.9,301.3 L256.6,302.5 L259.2,303.8 L261.9,305 L264.5,306.1 L267.2,307.3 L269.9,308.4 L272.5,309.5 L275.2,310.6 L277.8,311.6 L280.5,312.6 L283.1,313.6 L285.8,314.5 L288.4,315.5 L291.1,316.4 L293.7,317.2 L296.4,318.1 L299,318.9 L301.7,319.7 L304.3,320.5 L307,321.2 L309.6,322 L312.3,322.7 L314.9,323.4 L317.6,324 L320.2,324.7 L322.9,325.3 L325.6,325.9 L328.2,326.5 L330.9,327 L333.5,327.5 L336.2,328.1 L338.8,328.6 L341.5,329.1 L344.1,329.5 L346.8,330 L349.4,330.4 L352.1,330.8 L354.7,331.2 L357.4,331.6 L360,332 L362.7,332.4 L365.3,332.7 L368,333 L370.6,333.4 L373.3,333.7 L375.9,334 L378.6,334.3 L381.2,334.5 L383.9,334.8 L386.6,335.1 L389.2,335.3 L391.9,335.5 L394.5,335.8 L397.2,336 L399.8,336.2 L402.5,336.4 L405.1,336.6 L407.8,336.8 L410.4,337 L413.1,337.1 L415.7,337.3 L418.4,337.4 L421,337.6 L423.7,337.7 L426.3,337.9 L429,338 L431.6,338.1 L434.3,338.3 L436.9,338.4 L439.6,338.5 L442.2,338.6 L444.9,338.7 L447.6,338.8 L450.2,338.9 L452.9,339 L455.5,339.1 L458.2,339.2 L460.8,339.2 L463.5,339.3 L466.1,339.4 L468.8,339.5 L471.4,339.5 L474.1,339.6 L476.7,339.7 L479.4,339.7 L482,339.8 L484.7,339.8 L487.3,339.9 L490,339.9 L492.6,340 L495.3,340 L497.9,340.1 L500.6,340.1 L503.2,340.1 L505.9,340.2 L508.6,340.2 L511.2,340.3 L513.9,340.3 L516.5,340.3 L519.2,340.4 L521.8,340.4 L524.5,340.4 L527.1,340.4 L529.8,340.5 L532.4,340.5 L535.1,340.5 L537.7,340.5 L540.4,340.6 L543,340.6 L545.7,340.6 L548.3,340.6 L551,340.6 L553.6,340.6 L556.3,340.7 L558.9,340.7 L561.6,340.7 L564.2,340.7 L566.9,340.7 L569.6,340.7 L572.2,340.7 L574.9,340.8 L577.5,340.8 L580.2,340.8 L582.8,340.8 L585.5,340.8 L588.1,340.8 L590.8,340.8 L593.4,340.8 L596.1,340.8 L598.7,340.8 L601.4,340.8 L604,340.9 L606.7,340.9 L609.3,340.9 L612,340.9 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,341 L86.85,341 L89.5,341 L92.16,341 L94.81,341 L97.46,340.9 L100.1,340.9 L102.8,340.8 L105.4,340.7 L108.1,340.6 L110.7,340.4 L113.4,340.2 L116,339.9 L118.7,339.5 L121.3,339.1 L124,338.6 L126.6,338.1 L129.3,337.5 L131.9,336.9 L134.6,336.1 L137.2,335.4 L139.9,334.5 L142.5,333.6 L145.2,332.6 L147.9,331.6 L150.5,330.6 L153.2,329.4 L155.8,328.3 L158.5,327.1 L161.1,325.9 L163.8,324.6 L166.4,323.3 L169.1,322 L171.7,320.6 L174.4,319.3 L177,317.9 L179.7,316.6 L182.3,315.2 L185,313.9 L187.6,312.5 L190.3,311.2 L192.9,309.8 L195.6,308.5 L198.2,307.2 L200.9,306 L203.5,304.8 L206.2,303.5 L208.9,302.4 L211.5,301.2 L214.2,300.2 L216.8,299.1 L219.5,298.1 L222.1,297.1 L224.8,296.2 L227.4,295.3 L230.1,294.5 L232.7,293.7 L235.4,292.9 L238,292.3 L240.7,291.6 L243.3,291 L246,290.5 L248.6,290 L251.3,289.5 L253.9,289.1 L256.6,288.8 L259.2,288.5 L261.9,288.2 L264.5,288 L267.2,287.9 L269.9,287.7 L272.5,287.7 L275.2,287.6 L277.8,287.6 L280.5,287.7 L283.1,287.8 L285.8,287.9 L288.4,288.1 L291.1,288.3 L293.7,288.5 L296.4,288.7 L299,289 L301.7,289.4 L304.3,289.7 L307,290.1 L309.6,290.5 L312.3,290.9 L314.9,291.4 L317.6,291.8 L320.2,292.3 L322.9,292.9 L325.6,293.4 L328.2,293.9 L330.9,294.5 L333.5,295.1 L336.2,295.7 L338.8,296.3 L341.5,296.9 L344.1,297.5 L346.8,298.2 L349.4,298.8 L352.1,299.4 L354.7,300.1 L357.4,300.8 L360,301.4 L362.7,302.1 L365.3,302.8 L368,303.4 L370.6,304.1 L373.3,304.8 L375.9,305.5 L378.6,306.1 L381.2,306.8 L383.9,307.5 L386.6,308.1 L389.2,308.8 L391.9,309.5 L394.5,310.1 L397.2,310.8 L399.8,311.4 L402.5,312 L405.1,312.7 L407.8,313.3 L410.4,313.9 L413.1,314.5 L415.7,315.1 L418.4,315.7 L421,316.3 L423.7,316.9 L426.3,317.5 L429,318.1 L431.6,318.6 L434.3,319.2 L436.9,319.7 L439.6,320.2 L442.2,320.8 L444.9,321.3 L447.6,321.8 L450.2,322.3 L452.9,322.8 L455.5,323.3 L458.2,323.7 L460.8,324.2 L463.5,324.6 L466.1,325.1 L468.8,325.5 L471.4,325.9 L474.1,326.4 L476.7,326.8 L479.4,327.2 L482,327.5 L484.7,327.9 L487.3,328.3 L490,328.7 L492.6,329 L495.3,329.4 L497.9,329.7 L500.6,330 L503.2,330.4 L505.9,330.7 L508.6,331 L511.2,331.3 L513.9,331.6 L516.5,331.9 L519.2,332.1 L521.8,332.4 L524.5,332.7 L527.1,332.9 L529.8,333.2 L532.4,333.4 L535.1,333.7 L537.7,333.9 L540.4,334.1 L543,334.3 L545.7,334.5 L548.3,334.7 L551,334.9 L553.6,335.1 L556.3,335.3 L558.9,335.5 L561.6,335.7 L564.2,335.9 L566.9,336 L569.6,336.2 L572.2,336.4 L574.9,336.5 L577.5,336.7 L580.2,336.8 L582.8,336.9 L585.5,337.1 L588.1,337.2 L590.8,337.3 L593.4,337.5 L596.1,337.6 L598.7,337.7 L601.4,337.8 L604,337.9 L606.7,338 L609.3,338.1 L612,338.2 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="628.6" y="58" width="95.36" height="105"/><rect x="628.6" y="58" width="95.36" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="643.6" y1="88" x2="658.6" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="643.6" y1="118" x2="658.6" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="643.6" y1="148" x2="658.6" y2="148"/></g>
</g>
<g id="legendText">
<text x="666.1" y="88" font-size="15" font-family="Verdana">v=2</text>
<text x="666.1" y="118" font-size="15" font-family="Verdana">v=5</text>
<text x="666.1" y="148" font-size="15" font-family="Verdana">v=10</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Chi Squared Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="366.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="368.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="265" y1="58" x2="265" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="202.3" x2="453" y2="202.3"/><line x1="79.2" y1="341" x2="453" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,184.9 L84.2,184.9 M82.2,167.6 L84.2,167.6 M82.2,150.3 L84.2,150.3 M82.2,115.6 L84.2,115.6 M82.2,98.23 L84.2,98.23 M82.2,80.89 L84.2,80.89 M82.2,202.3 L84.2,202.3 M82.2,219.6 L84.2,219.6 M82.2,237 L84.2,237 M82.2,254.3 L84.2,254.3 M82.2,271.6 L84.2,271.6 M82.2,289 L84.2,289 M82.2,306.3 L84.2,306.3 M82.2,323.7 L84.2,323.7 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M287.7,341 L287.7,343 M310.5,341 L310.5,343 M333.2,341 L333.2,343 M378.7,341 L378.7,343 M401.4,341 L401.4,343 M424.2,341 L424.2,343 M242.2,341 L242.2,343 M219.5,341 L219.5,343 M196.7,341 L196.7,343 M151.2,341 L151.2,343 M128.5,341 L128.5,343 M105.8,341 L105.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,202.3 L84.2,202.3 M79.2,132.9 L84.2,132.9 M79.2,63.55 L84.2,63.55 M79.2,202.3 L84.2,202.3 M79.2,271.6 L84.2,271.6 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M265,341 L265,346 M355.9,341 L355.9,346 M446.9,341 L446.9,346 M265,341 L265,346 M174,341 L174,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="355.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="446.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="174" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text></g>
<g id="yTicksValues">
<text x="73.2" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="135.3" text-anchor="end" font-size="12" font-family="Verdana">10</text>
<text x="73.2" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">20</text>
<text x="73.2" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="274" text-anchor="end" font-size="12" font-family="Verdana">-10</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">-20</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">cyl_bessel_i(v, x)</text></g>
<g id="xLabel">
<text x="268.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M180.3,63.55 L181.2,69.14 L182,74.5 L182.9,79.63 L183.7,84.55 L184.5,89.27 L185.4,93.78 L186.2,98.12 L187.1,102.3 L187.9,106.2 L188.8,110.1 L189.6,113.7 L190.5,117.2 L191.3,120.6 L192.2,123.8 L193,126.9 L193.9,129.8 L194.7,132.7 L195.6,135.4 L196.4,138 L197.2,140.5 L198.1,142.9 L198.9,145.2 L199.8,147.4 L200.6,149.5 L201.5,151.6 L202.3,153.5 L203.2,155.4 L204,157.1 L204.9,158.9 L205.7,160.5 L206.6,162.1 L207.4,163.6 L208.2,165 L209.1,166.4 L209.9,167.8 L210.8,169 L211.6,170.3 L212.5,171.4 L213.3,172.6 L214.2,173.6 L215,174.7 L215.9,175.7 L216.7,176.6 L217.6,177.5 L218.4,178.4 L219.3,179.2 L220.1,180 L220.9,180.8 L221.8,181.6 L222.6,182.3 L223.5,182.9 L224.3,183.6 L225.2,184.2 L226,184.8 L226.9,185.4 L227.7,185.9 L228.6,186.5 L229.4,187 L230.3,187.4 L231.1,187.9 L232,188.3 L232.8,188.8 L233.6,189.2 L234.5,189.6 L235.3,189.9 L236.2,190.3 L237,190.6 L237.9,190.9 L238.7,191.2 L239.6,191.5 L240.4,191.8 L241.3,192.1 L242.1,192.3 L243,192.6 L243.8,192.8 L244.6,193 L245.5,193.2 L246.3,193.4 L247.2,193.6 L248,193.8 L248.9,193.9 L249.7,194.1 L250.6,194.2 L251.4,194.3 L252.3,194.5 L253.1,194.6 L254,194.7 L254.8,194.8 L255.7,194.9 L256.5,195 L257.3,195 L258.2,195.1 L259,195.2 L259.9,195.2 L260.7,195.2 L261.6,195.3 L262.4,195.3 L263.3,195.3 L264.1,195.3 L265,195.3 L265.8,195.3 L266.7,195.3 L267.5,195.3 L268.4,195.3 L269.2,195.2 L270,195.2 L270.9,195.2 L271.7,195.1 L272.6,195 L273.4,195 L274.3,194.9 L275.1,194.8 L276,194.7 L276.8,194.6 L277.7,194.5 L278.5,194.3 L279.4,194.2 L280.2,194.1 L281,193.9 L281.9,193.8 L282.7,193.6 L283.6,193.4 L284.4,193.2 L285.3,193 L286.1,192.8 L287,192.6 L287.8,192.3 L288.7,192.1 L289.5,191.8 L290.4,191.5 L291.2,191.2 L292.1,190.9 L292.9,190.6 L293.7,190.3 L294.6,189.9 L295.4,189.6 L296.3,189.2 L297.1,188.8 L298,188.3 L298.8,187.9 L299.7,187.4 L300.5,187 L301.4,186.5 L302.2,185.9 L303.1,185.4 L303.9,184.8 L304.8,184.2 L305.6,183.6 L306.4,182.9 L307.3,182.3 L308.1,181.6 L309,180.8 L309.8,180 L310.7,179.2 L311.5,178.4 L312.4,177.5 L313.2,176.6 L314.1,175.7 L314.9,174.7 L315.8,173.6 L316.6,172.6 L317.4,171.4 L318.3,170.3 L319.1,169 L320,167.8 L320.8,166.4 L321.7,165 L322.5,163.6 L323.4,162.1 L324.2,160.5 L325.1,158.9 L325.9,157.1 L326.8,155.4 L327.6,153.5 L328.5,151.6 L329.3,149.5 L330.1,147.4 L331,145.2 L331.8,142.9 L332.7,140.5 L333.5,138 L334.4,135.4 L335.2,132.7 L336.1,129.8 L336.9,126.9 L337.8,123.8 L338.6,120.6 L339.5,117.2 L340.3,113.7 L341.2,110.1 L342,106.2 L342.8,102.3 L343.7,98.12 L344.5,93.78 L345.4,89.27 L346.2,84.55 L347.1,79.63 L347.9,74.5 L348.8,69.14 L349.6,63.55 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M171.5,63.55 L172.5,70.41 L173.4,76.94 L174.3,83.15 L175.3,89.06 L176.2,94.69 L177.1,100 L178.1,105.1 L179,110 L179.9,114.6 L180.9,118.9 L181.8,123.1 L182.8,127.1 L183.7,130.8 L184.6,134.4 L185.6,137.8 L186.5,141.1 L187.4,144.2 L188.4,147.1 L189.3,149.9 L190.2,152.6 L191.2,155.1 L192.1,157.5 L193,159.8 L194,162 L194.9,164 L195.8,166 L196.8,167.9 L197.7,169.6 L198.6,171.3 L199.6,172.9 L200.5,174.5 L201.4,175.9 L202.4,177.3 L203.3,178.6 L204.2,179.9 L205.2,181.1 L206.1,182.2 L207,183.3 L208,184.3 L208.9,185.3 L209.8,186.2 L210.8,187.1 L211.7,187.9 L212.6,188.7 L213.6,189.5 L214.5,190.2 L215.5,190.9 L216.4,191.5 L217.3,192.1 L218.3,192.7 L219.2,193.3 L220.1,193.8 L221.1,194.3 L222,194.8 L222.9,195.2 L223.9,195.6 L224.8,196 L225.7,196.4 L226.7,196.8 L227.6,197.1 L228.5,197.5 L229.5,197.8 L230.4,198.1 L231.3,198.4 L232.3,198.6 L233.2,198.9 L234.1,199.1 L235.1,199.4 L236,199.6 L236.9,199.8 L237.9,200 L238.8,200.2 L239.7,200.3 L240.7,200.5 L241.6,200.6 L242.5,200.8 L243.5,200.9 L244.4,201 L245.3,201.2 L246.3,201.3 L247.2,201.4 L248.1,201.5 L249.1,201.6 L250,201.7 L251,201.7 L251.9,201.8 L252.8,201.9 L253.8,201.9 L254.7,202 L255.6,202 L256.6,202.1 L257.5,202.1 L258.4,202.2 L259.4,202.2 L260.3,202.2 L261.2,202.2 L262.2,202.3 L263.1,202.3 L264,202.3 L265,202.3 L265.9,202.3 L266.8,202.3 L267.8,202.3 L268.7,202.2 L269.6,202.2 L270.6,202.2 L271.5,202.2 L272.4,202.1 L273.4,202.1 L274.3,202 L275.2,202 L276.2,201.9 L277.1,201.9 L278,201.8 L279,201.7 L279.9,201.7 L280.8,201.6 L281.8,201.5 L282.7,201.4 L283.6,201.3 L284.6,201.2 L285.5,201 L286.5,200.9 L287.4,200.8 L288.3,200.6 L289.3,200.5 L290.2,200.3 L291.1,200.2 L292.1,200 L293,199.8 L293.9,199.6 L294.9,199.4 L295.8,199.1 L296.7,198.9 L297.7,198.6 L298.6,198.4 L299.5,198.1 L300.5,197.8 L301.4,197.5 L302.3,197.1 L303.3,196.8 L304.2,196.4 L305.1,196 L306.1,195.6 L307,195.2 L307.9,194.8 L308.9,194.3 L309.8,193.8 L310.7,193.3 L311.7,192.7 L312.6,192.1 L313.5,191.5 L314.5,190.9 L315.4,190.2 L316.3,189.5 L317.3,188.7 L318.2,187.9 L319.2,187.1 L320.1,186.2 L321,185.3 L322,184.3 L322.9,183.3 L323.8,182.2 L324.8,181.1 L325.7,179.9 L326.6,178.6 L327.6,177.3 L328.5,175.9 L329.4,174.5 L330.4,172.9 L331.3,171.3 L332.2,169.6 L333.2,167.9 L334.1,166 L335,164 L336,162 L336.9,159.8 L337.8,157.5 L338.8,155.1 L339.7,152.6 L340.6,149.9 L341.6,147.1 L342.5,144.2 L343.4,141.1 L344.4,137.8 L345.3,134.4 L346.2,130.8 L347.2,127.1 L348.1,123.1 L349,118.9 L350,114.6 L350.9,110 L351.8,105.1 L352.8,100 L353.7,94.69 L354.7,89.06 L355.6,83.15 L356.5,76.94 L357.5,70.41 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M142.1,341 L143.4,330.2 L144.6,320.2 L145.8,311 L147,302.4 L148.3,294.5 L149.5,287.2 L150.7,280.4 L152,274.2 L153.2,268.4 L154.4,263.1 L155.6,258.2 L156.9,253.6 L158.1,249.4 L159.3,245.5 L160.6,242 L161.8,238.7 L163,235.6 L164.2,232.8 L165.5,230.3 L166.7,227.9 L167.9,225.7 L169.1,223.7 L170.4,221.9 L171.6,220.2 L172.8,218.6 L174.1,217.2 L175.3,215.8 L176.5,214.6 L177.7,213.5 L179,212.5 L180.2,211.6 L181.4,210.7 L182.7,209.9 L183.9,209.2 L185.1,208.6 L186.3,208 L187.6,207.4 L188.8,206.9 L190,206.5 L191.3,206.1 L192.5,205.7 L193.7,205.3 L194.9,205 L196.2,204.7 L197.4,204.5 L198.6,204.3 L199.9,204 L201.1,203.9 L202.3,203.7 L203.5,203.5 L204.8,203.4 L206,203.3 L207.2,203.1 L208.5,203 L209.7,203 L210.9,202.9 L212.1,202.8 L213.4,202.7 L214.6,202.7 L215.8,202.6 L217.1,202.6 L218.3,202.5 L219.5,202.5 L220.7,202.5 L222,202.4 L223.2,202.4 L224.4,202.4 L225.7,202.4 L226.9,202.4 L228.1,202.3 L229.3,202.3 L230.6,202.3 L231.8,202.3 L233,202.3 L234.3,202.3 L235.5,202.3 L236.7,202.3 L237.9,202.3 L239.2,202.3 L240.4,202.3 L241.6,202.3 L242.9,202.3 L244.1,202.3 L245.3,202.3 L246.5,202.3 L247.8,202.3 L249,202.3 L250.2,202.3 L251.5,202.3 L252.7,202.3 L253.9,202.3 L255.1,202.3 L256.4,202.3 L257.6,202.3 L258.8,202.3 L260.1,202.3 L261.3,202.3 L262.5,202.3 L263.7,202.3 L265,202.3 L266.2,202.3 L267.4,202.3 L268.6,202.3 L269.9,202.3 L271.1,202.3 L272.3,202.3 L273.6,202.3 L274.8,202.3 L276,202.3 L277.2,202.3 L278.5,202.3 L279.7,202.3 L280.9,202.3 L282.2,202.3 L283.4,202.3 L284.6,202.3 L285.8,202.3 L287.1,202.3 L288.3,202.3 L289.5,202.3 L290.8,202.3 L292,202.3 L293.2,202.3 L294.4,202.3 L295.7,202.2 L296.9,202.2 L298.1,202.2 L299.4,202.2 L300.6,202.2 L301.8,202.2 L303,202.2 L304.3,202.2 L305.5,202.2 L306.7,202.1 L308,202.1 L309.2,202.1 L310.4,202 L311.6,202 L312.9,202 L314.1,201.9 L315.3,201.9 L316.6,201.8 L317.8,201.7 L319,201.7 L320.2,201.6 L321.5,201.5 L322.7,201.4 L323.9,201.3 L325.2,201.2 L326.4,201 L327.6,200.9 L328.8,200.7 L330.1,200.5 L331.3,200.3 L332.5,200.1 L333.8,199.8 L335,199.5 L336.2,199.2 L337.4,198.9 L338.7,198.5 L339.9,198.1 L341.1,197.6 L342.4,197.1 L343.6,196.6 L344.8,196 L346,195.3 L347.3,194.6 L348.5,193.8 L349.7,193 L351,192 L352.2,191 L353.4,189.9 L354.6,188.7 L355.9,187.4 L357.1,186 L358.3,184.4 L359.6,182.7 L360.8,180.8 L362,178.8 L363.2,176.6 L364.5,174.3 L365.7,171.7 L366.9,168.9 L368.1,165.9 L369.4,162.6 L370.6,159 L371.8,155.1 L373.1,150.9 L374.3,146.4 L375.5,141.5 L376.7,136.1 L378,130.4 L379.2,124.1 L380.4,117.4 L381.7,110 L382.9,102.1 L384.1,93.58 L385.3,84.34 L386.6,74.35 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M119.5,341 L120.9,327.3 L122.4,314.9 L123.8,303.7 L125.3,293.6 L126.8,284.4 L128.2,276.2 L129.7,268.7 L131.1,261.9 L132.6,255.8 L134,250.3 L135.5,245.3 L136.9,240.9 L138.4,236.8 L139.9,233.2 L141.3,229.9 L142.8,227 L144.2,224.4 L145.7,222 L147.1,219.8 L148.6,217.9 L150,216.2 L151.5,214.7 L152.9,213.3 L154.4,212.1 L155.9,211 L157.3,210 L158.8,209.1 L160.2,208.3 L161.7,207.6 L163.1,207 L164.6,206.4 L166,205.9 L167.5,205.5 L168.9,205.1 L170.4,204.7 L171.9,204.4 L173.3,204.2 L174.8,203.9 L176.2,203.7 L177.7,203.5 L179.1,203.4 L180.6,203.2 L182,203.1 L183.5,203 L184.9,202.9 L186.4,202.8 L187.9,202.7 L189.3,202.7 L190.8,202.6 L192.2,202.6 L193.7,202.5 L195.1,202.5 L196.6,202.4 L198,202.4 L199.5,202.4 L201,202.4 L202.4,202.4 L203.9,202.3 L205.3,202.3 L206.8,202.3 L208.2,202.3 L209.7,202.3 L211.1,202.3 L212.6,202.3 L214,202.3 L215.5,202.3 L217,202.3 L218.4,202.3 L219.9,202.3 L221.3,202.3 L222.8,202.3 L224.2,202.3 L225.7,202.3 L227.1,202.3 L228.6,202.3 L230,202.3 L231.5,202.3 L233,202.3 L234.4,202.3 L235.9,202.3 L237.3,202.3 L238.8,202.3 L240.2,202.3 L241.7,202.3 L243.1,202.3 L244.6,202.3 L246.1,202.3 L247.5,202.3 L249,202.3 L250.4,202.3 L251.9,202.3 L253.3,202.3 L254.8,202.3 L256.2,202.3 L257.7,202.3 L259.1,202.3 L260.6,202.3 L262.1,202.3 L263.5,202.3 L265,202.3 L266.4,202.3 L267.9,202.3 L269.3,202.3 L270.8,202.3 L272.2,202.3 L273.7,202.3 L275.1,202.3 L276.6,202.3 L278.1,202.3 L279.5,202.3 L281,202.3 L282.4,202.3 L283.9,202.3 L285.3,202.3 L286.8,202.3 L288.2,202.3 L289.7,202.3 L291.2,202.3 L292.6,202.3 L294.1,202.3 L295.5,202.3 L297,202.3 L298.4,202.3 L299.9,202.3 L301.3,202.3 L302.8,202.3 L304.2,202.3 L305.7,202.3 L307.2,202.3 L308.6,202.3 L310.1,202.3 L311.5,202.3 L313,202.3 L314.4,202.3 L315.9,202.3 L317.3,202.3 L318.8,202.2 L320.2,202.2 L321.7,202.2 L323.2,202.2 L324.6,202.2 L326.1,202.2 L327.5,202.2 L329,202.2 L330.4,202.1 L331.9,202.1 L333.3,202.1 L334.8,202.1 L336.3,202 L337.7,202 L339.2,201.9 L340.6,201.9 L342.1,201.8 L343.5,201.7 L345,201.7 L346.4,201.6 L347.9,201.5 L349.3,201.3 L350.8,201.2 L352.3,201 L353.7,200.8 L355.2,200.6 L356.6,200.4 L358.1,200.1 L359.5,199.8 L361,199.5 L362.4,199.1 L363.9,198.6 L365.3,198.1 L366.8,197.6 L368.3,197 L369.7,196.3 L371.2,195.5 L372.6,194.6 L374.1,193.6 L375.5,192.5 L377,191.3 L378.4,189.9 L379.9,188.3 L381.4,186.6 L382.8,184.7 L384.3,182.6 L385.7,180.2 L387.2,177.6 L388.6,174.6 L390.1,171.3 L391.5,167.7 L393,163.7 L394.4,159.2 L395.9,154.2 L397.4,148.7 L398.8,142.6 L400.3,135.9 L401.7,128.4 L403.2,120.1 L404.6,110.9 L406.1,100.8 L407.5,89.6 L409,77.22 L410.4,63.55 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M84.2,63.55 L86.01,81.54 L87.82,97.28 L89.62,111 L91.43,123 L93.24,133.5 L95.05,142.7 L96.85,150.6 L98.66,157.6 L100.5,163.6 L102.3,168.9 L104.1,173.5 L105.9,177.4 L107.7,180.9 L109.5,183.8 L111.3,186.4 L113.1,188.7 L114.9,190.6 L116.7,192.3 L118.5,193.7 L120.4,195 L122.2,196 L124,196.9 L125.8,197.7 L127.6,198.4 L129.4,199 L131.2,199.5 L133,199.9 L134.8,200.3 L136.6,200.6 L138.4,200.9 L140.2,201.1 L142,201.3 L143.9,201.4 L145.7,201.6 L147.5,201.7 L149.3,201.8 L151.1,201.9 L152.9,201.9 L154.7,202 L156.5,202 L158.3,202.1 L160.1,202.1 L161.9,202.1 L163.7,202.2 L165.5,202.2 L167.4,202.2 L169.2,202.2 L171,202.2 L172.8,202.2 L174.6,202.2 L176.4,202.3 L178.2,202.3 L180,202.3 L181.8,202.3 L183.6,202.3 L185.4,202.3 L187.2,202.3 L189,202.3 L190.9,202.3 L192.7,202.3 L194.5,202.3 L196.3,202.3 L198.1,202.3 L199.9,202.3 L201.7,202.3 L203.5,202.3 L205.3,202.3 L207.1,202.3 L208.9,202.3 L210.7,202.3 L212.5,202.3 L214.4,202.3 L216.2,202.3 L218,202.3 L219.8,202.3 L221.6,202.3 L223.4,202.3 L225.2,202.3 L227,202.3 L228.8,202.3 L230.6,202.3 L232.4,202.3 L234.2,202.3 L236,202.3 L237.8,202.3 L239.7,202.3 L241.5,202.3 L243.3,202.3 L245.1,202.3 L246.9,202.3 L248.7,202.3 L250.5,202.3 L252.3,202.3 L254.1,202.3 L255.9,202.3 L257.7,202.3 L259.5,202.3 L261.3,202.3 L263.2,202.3 L265,202.3 L266.8,202.3 L268.6,202.3 L270.4,202.3 L272.2,202.3 L274,202.3 L275.8,202.3 L277.6,202.3 L279.4,202.3 L281.2,202.3 L283,202.3 L284.8,202.3 L286.7,202.3 L288.5,202.3 L290.3,202.3 L292.1,202.3 L293.9,202.3 L295.7,202.3 L297.5,202.3 L299.3,202.3 L301.1,202.3 L302.9,202.3 L304.7,202.3 L306.5,202.3 L308.3,202.3 L310.2,202.3 L312,202.3 L313.8,202.3 L315.6,202.3 L317.4,202.3 L319.2,202.3 L321,202.3 L322.8,202.3 L324.6,202.3 L326.4,202.3 L328.2,202.3 L330,202.3 L331.8,202.3 L333.7,202.3 L335.5,202.3 L337.3,202.3 L339.1,202.3 L340.9,202.3 L342.7,202.3 L344.5,202.3 L346.3,202.3 L348.1,202.3 L349.9,202.3 L351.7,202.3 L353.5,202.3 L355.3,202.2 L357.2,202.2 L359,202.2 L360.8,202.2 L362.6,202.2 L364.4,202.2 L366.2,202.2 L368,202.1 L369.8,202.1 L371.6,202.1 L373.4,202 L375.2,202 L377,201.9 L378.8,201.9 L380.7,201.8 L382.5,201.7 L384.3,201.6 L386.1,201.4 L387.9,201.3 L389.7,201.1 L391.5,200.9 L393.3,200.6 L395.1,200.3 L396.9,199.9 L398.7,199.5 L400.5,199 L402.3,198.4 L404.2,197.7 L406,196.9 L407.8,196 L409.6,195 L411.4,193.7 L413.2,192.3 L415,190.6 L416.8,188.7 L418.6,186.4 L420.4,183.8 L422.2,180.9 L424,177.4 L425.8,173.5 L427.7,168.9 L429.5,163.6 L431.3,157.6 L433.1,150.6 L434.9,142.7 L436.7,133.5 L438.5,123 L440.3,111 L442.1,97.28 L443.9,81.54 L445.7,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="467" y="58" width="107" height="154"/><rect x="467" y="58" width="107" height="154"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="86" x2="495" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="114" x2="495" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="142" x2="495" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="170" x2="495" y2="170"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="198" x2="495" y2="198"/></g>
</g>
<g id="legendText">
<text x="502" y="86" font-size="14" font-family="Verdana">v = 0</text>
<text x="502" y="114" font-size="14" font-family="Verdana">v = 2</text>
<text x="502" y="142" font-size="14" font-family="Verdana">v = 5</text>
<text x="502" y="170" font-size="14" font-family="Verdana">v = 7</text>
<text x="502" y="198" font-size="14" font-family="Verdana">v = 10</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bessel I</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="366.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="92.6" y="58" width="368.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="273.1" y1="58" x2="273.1" y2="346"/><line x1="92.6" y1="58" x2="92.6" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="239" x2="460.8" y2="239"/><line x1="87.6" y1="341" x2="460.8" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,217.1 L92.6,217.1 M90.6,195.1 L92.6,195.1 M90.6,173.2 L92.6,173.2 M90.6,129.3 L92.6,129.3 M90.6,107.4 L92.6,107.4 M90.6,85.48 L92.6,85.48 M90.6,239 L92.6,239 M90.6,260.9 L92.6,260.9 M90.6,282.8 L92.6,282.8 M90.6,304.8 L92.6,304.8 M90.6,326.7 L92.6,326.7 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M295.7,341 L295.7,343 M318.2,341 L318.2,343 M340.8,341 L340.8,343 M385.9,341 L385.9,343 M408.5,341 L408.5,343 M431,341 L431,343 M250.5,341 L250.5,343 M228,341 L228,343 M205.4,341 L205.4,343 M160.3,341 L160.3,343 M137.7,341 L137.7,343 M115.2,341 L115.2,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,239 L92.6,239 M87.6,151.3 L92.6,151.3 M87.6,63.55 L92.6,63.55 M87.6,239 L92.6,239 M87.6,326.7 L92.6,326.7 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M273.1,341 L273.1,346 M363.3,341 L363.3,346 M453.6,341 L453.6,346 M273.1,341 L273.1,346 M182.8,341 L182.8,346 M92.6,341 L92.6,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="273.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="363.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="453.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text>
<text x="273.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="182.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-10</text>
<text x="92.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-20</text></g>
<g id="yTicksValues">
<text x="81.6" y="241.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="153.7" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="81.6" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="81.6" y="241.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="329.1" text-anchor="end" font-size="12" font-family="Verdana">-0.5</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">cyl_bessel_j(v, x)</text></g>
<g id="xLabel">
<text x="276.7" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M92.6,209.7 L94.4,207.9 L96.21,207.4 L98.01,208.1 L99.82,210.1 L101.6,213.3 L103.4,217.5 L105.2,222.6 L107,228.4 L108.8,234.8 L110.6,241.3 L112.5,247.9 L114.3,254.1 L116.1,259.9 L117.9,264.8 L119.7,268.8 L121.5,271.6 L123.3,273.2 L125.1,273.4 L126.9,272.2 L128.7,269.7 L130.5,265.9 L132.3,261 L134.1,255.1 L135.9,248.5 L137.7,241.5 L139.5,234.2 L141.3,227.1 L143.1,220.3 L144.9,214.2 L146.7,209 L148.6,204.9 L150.4,202.1 L152.2,200.8 L154,201 L155.8,202.7 L157.6,205.9 L159.4,210.5 L161.2,216.3 L163,223.1 L164.8,230.6 L166.6,238.6 L168.4,246.8 L170.2,254.8 L172,262.3 L173.8,269 L175.6,274.6 L177.4,278.9 L179.2,281.7 L181,282.8 L182.8,282.1 L184.6,279.7 L186.5,275.6 L188.3,270 L190.1,263 L191.9,254.8 L193.7,245.9 L195.5,236.4 L197.3,226.8 L199.1,217.5 L200.9,208.9 L202.7,201.2 L204.5,194.8 L206.3,190.1 L208.1,187.2 L209.9,186.3 L211.7,187.6 L213.5,190.9 L215.3,196.3 L217.1,203.6 L218.9,212.6 L220.7,222.9 L222.6,234.3 L224.4,246.2 L226.2,258.3 L228,270.1 L229.8,281.2 L231.6,290.9 L233.4,299 L235.2,305 L237,308.7 L238.8,309.6 L240.6,307.7 L242.4,302.9 L244.2,295.2 L246,284.6 L247.8,271.4 L249.6,256 L251.4,238.5 L253.2,219.6 L255,199.7 L256.8,179.3 L258.7,159.1 L260.5,139.5 L262.3,121.2 L264.1,104.7 L265.9,90.52 L267.7,78.99 L269.5,70.5 L271.3,65.3 L273.1,63.55 L274.9,65.3 L276.7,70.5 L278.5,78.99 L280.3,90.52 L282.1,104.7 L283.9,121.2 L285.7,139.5 L287.5,159.1 L289.3,179.3 L291.1,199.7 L292.9,219.6 L294.7,238.5 L296.6,256 L298.4,271.4 L300.2,284.6 L302,295.2 L303.8,302.9 L305.6,307.7 L307.4,309.6 L309.2,308.7 L311,305 L312.8,299 L314.6,290.9 L316.4,281.2 L318.2,270.1 L320,258.3 L321.8,246.2 L323.6,234.3 L325.4,222.9 L327.2,212.6 L329,203.6 L330.8,196.3 L332.7,190.9 L334.5,187.6 L336.3,186.3 L338.1,187.2 L339.9,190.1 L341.7,194.8 L343.5,201.2 L345.3,208.9 L347.1,217.5 L348.9,226.8 L350.7,236.4 L352.5,245.9 L354.3,254.8 L356.1,263 L357.9,270 L359.7,275.6 L361.5,279.7 L363.3,282.1 L365.1,282.8 L366.9,281.7 L368.7,278.9 L370.6,274.6 L372.4,269 L374.2,262.3 L376,254.8 L377.8,246.8 L379.6,238.6 L381.4,230.6 L383.2,223.1 L385,216.3 L386.8,210.5 L388.6,205.9 L390.4,202.7 L392.2,201 L394,200.8 L395.8,202.1 L397.6,204.9 L399.4,209 L401.2,214.2 L403,220.3 L404.8,227.1 L406.7,234.2 L408.5,241.5 L410.3,248.5 L412.1,255.1 L413.9,261 L415.7,265.9 L417.5,269.7 L419.3,272.2 L421.1,273.4 L422.9,273.2 L424.7,271.6 L426.5,268.8 L428.3,264.8 L430.1,259.9 L431.9,254.1 L433.7,247.9 L435.5,241.3 L437.3,234.8 L439.1,228.4 L440.9,222.6 L442.8,217.5 L444.6,213.3 L446.4,210.1 L448.2,208.1 L450,207.4 L451.8,207.9 L453.6,209.7 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M92.6,250.7 L94.4,244.7 L96.21,238.5 L98.01,232.2 L99.82,226.1 L101.6,220.4 L103.4,215.5 L105.2,211.4 L107,208.4 L108.8,206.6 L110.6,206 L112.5,206.8 L114.3,208.8 L116.1,212.1 L117.9,216.5 L119.7,221.8 L121.5,227.9 L123.3,234.6 L125.1,241.4 L126.9,248.3 L128.7,254.8 L130.5,260.9 L132.3,266.1 L134.1,270.3 L135.9,273.3 L137.7,275 L139.5,275.2 L141.3,274 L143.1,271.4 L144.9,267.5 L146.7,262.4 L148.6,256.2 L150.4,249.3 L152.2,241.9 L154,234.2 L155.8,226.6 L157.6,219.4 L159.4,212.9 L161.2,207.3 L163,202.8 L164.8,199.8 L166.6,198.2 L168.4,198.3 L170.2,200 L172,203.2 L173.8,208 L175.6,214 L177.4,221.2 L179.2,229.3 L181,237.8 L182.8,246.6 L184.6,255.3 L186.5,263.5 L188.3,270.8 L190.1,277.1 L191.9,282 L193.7,285.3 L195.5,286.8 L197.3,286.5 L199.1,284.2 L200.9,280.1 L202.7,274.3 L204.5,266.9 L206.3,258.2 L208.1,248.5 L209.9,238.2 L211.7,227.5 L213.5,217.1 L215.3,207.1 L217.1,198.1 L218.9,190.4 L220.7,184.4 L222.6,180.3 L224.4,178.4 L226.2,178.8 L228,181.5 L229.8,186.6 L231.6,194 L233.4,203.4 L235.2,214.7 L237,227.4 L238.8,241.2 L240.6,255.7 L242.4,270.4 L244.2,284.8 L246,298.5 L247.8,310.9 L249.6,321.6 L251.4,330.2 L253.2,336.5 L255,340.2 L256.8,341 L258.7,339 L260.5,334.1 L262.3,326.4 L264.1,316.2 L265.9,303.7 L267.7,289.3 L269.5,273.4 L271.3,256.4 L273.1,239 L274.9,221.5 L276.7,204.6 L278.5,188.7 L280.3,174.3 L282.1,161.8 L283.9,151.6 L285.7,143.9 L287.5,139 L289.3,137 L291.1,137.8 L292.9,141.4 L294.7,147.7 L296.6,156.4 L298.4,167.1 L300.2,179.5 L302,193.1 L303.8,207.5 L305.6,222.2 L307.4,236.7 L309.2,250.6 L311,263.3 L312.8,274.6 L314.6,284 L316.4,291.3 L318.2,296.5 L320,299.2 L321.8,299.6 L323.6,297.6 L325.4,293.5 L327.2,287.5 L329,279.8 L330.8,270.8 L332.7,260.9 L334.5,250.4 L336.3,239.8 L338.1,229.5 L339.9,219.8 L341.7,211.1 L343.5,203.7 L345.3,197.8 L347.1,193.7 L348.9,191.5 L350.7,191.1 L352.5,192.7 L354.3,195.9 L356.1,200.8 L357.9,207.1 L359.7,214.5 L361.5,222.7 L363.3,231.4 L365.1,240.1 L366.9,248.7 L368.7,256.7 L370.6,263.9 L372.4,270 L374.2,274.7 L376,278 L377.8,279.7 L379.6,279.7 L381.4,278.2 L383.2,275.1 L385,270.7 L386.8,265.1 L388.6,258.5 L390.4,251.3 L392.2,243.7 L394,236.1 L395.8,228.6 L397.6,221.7 L399.4,215.6 L401.2,210.5 L403,206.5 L404.8,203.9 L406.7,202.7 L408.5,203 L410.3,204.7 L412.1,207.7 L413.9,211.9 L415.7,217.1 L417.5,223.1 L419.3,229.7 L421.1,236.5 L422.9,243.4 L424.7,250 L426.5,256.1 L428.3,261.5 L430.1,265.9 L431.9,269.1 L433.7,271.2 L435.5,272 L437.3,271.4 L439.1,269.6 L440.9,266.6 L442.8,262.5 L444.6,257.5 L446.4,251.9 L448.2,245.8 L450,239.5 L451.8,233.2 L453.6,227.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M92.6,267.1 L94.4,269.5 L96.21,270.6 L98.01,270.5 L99.82,269.2 L101.6,266.7 L103.4,263 L105.2,258.3 L107,252.9 L108.8,246.8 L110.6,240.3 L112.5,233.7 L114.3,227.3 L116.1,221.2 L117.9,215.8 L119.7,211.2 L121.5,207.7 L123.3,205.3 L125.1,204.3 L126.9,204.6 L128.7,206.3 L130.5,209.3 L132.3,213.5 L134.1,218.8 L135.9,224.9 L137.7,231.7 L139.5,238.8 L141.3,246.1 L143.1,253.2 L144.9,259.8 L146.7,265.7 L148.6,270.6 L150.4,274.3 L152.2,276.7 L154,277.7 L155.8,277.2 L157.6,275.1 L159.4,271.7 L161.2,266.8 L163,260.8 L164.8,253.9 L166.6,246.2 L168.4,238.2 L170.2,230 L172,222 L173.8,214.6 L175.6,208 L177.4,202.4 L179.2,198.2 L181,195.4 L182.8,194.3 L184.6,194.9 L186.5,197.2 L188.3,201.2 L190.1,206.7 L191.9,213.6 L193.7,221.6 L195.5,230.4 L197.3,239.8 L199.1,249.4 L200.9,258.8 L202.7,267.7 L204.5,275.8 L206.3,282.7 L208.1,288.1 L209.9,291.9 L211.7,293.8 L213.5,293.7 L215.3,291.6 L217.1,287.6 L218.9,281.6 L220.7,273.9 L222.6,264.7 L224.4,254.2 L226.2,242.8 L228,230.8 L229.8,218.6 L231.6,206.6 L233.4,195.1 L235.2,184.5 L237,175.1 L238.8,167.2 L240.6,160.9 L242.4,156.6 L244.2,154.2 L246,153.7 L247.8,155.2 L249.6,158.5 L251.4,163.4 L253.2,169.7 L255,177.1 L256.8,185.3 L258.7,193.9 L260.5,202.6 L262.3,211 L264.1,218.8 L265.9,225.7 L267.7,231.3 L269.5,235.5 L271.3,238.1 L273.1,239 L274.9,238.1 L276.7,235.5 L278.5,231.3 L280.3,225.7 L282.1,218.8 L283.9,211 L285.7,202.6 L287.5,193.9 L289.3,185.3 L291.1,177.1 L292.9,169.7 L294.7,163.4 L296.6,158.5 L298.4,155.2 L300.2,153.7 L302,154.2 L303.8,156.6 L305.6,160.9 L307.4,167.2 L309.2,175.1 L311,184.5 L312.8,195.1 L314.6,206.6 L316.4,218.6 L318.2,230.8 L320,242.8 L321.8,254.2 L323.6,264.7 L325.4,273.9 L327.2,281.6 L329,287.6 L330.8,291.6 L332.7,293.7 L334.5,293.8 L336.3,291.9 L338.1,288.1 L339.9,282.7 L341.7,275.8 L343.5,267.7 L345.3,258.8 L347.1,249.4 L348.9,239.8 L350.7,230.4 L352.5,221.6 L354.3,213.6 L356.1,206.7 L357.9,201.2 L359.7,197.2 L361.5,194.9 L363.3,194.3 L365.1,195.4 L366.9,198.2 L368.7,202.4 L370.6,208 L372.4,214.6 L374.2,222 L376,230 L377.8,238.2 L379.6,246.2 L381.4,253.9 L383.2,260.8 L385,266.8 L386.8,271.7 L388.6,275.1 L390.4,277.2 L392.2,277.7 L394,276.7 L395.8,274.3 L397.6,270.6 L399.4,265.7 L401.2,259.8 L403,253.2 L404.8,246.1 L406.7,238.8 L408.5,231.7 L410.3,224.9 L412.1,218.8 L413.9,213.5 L415.7,209.3 L417.5,206.3 L419.3,204.6 L421.1,204.3 L422.9,205.3 L424.7,207.7 L426.5,211.2 L428.3,215.8 L430.1,221.2 L431.9,227.3 L433.7,233.7 L435.5,240.3 L437.3,246.8 L439.1,252.9 L440.9,258.3 L442.8,263 L444.6,266.7 L446.4,269.2 L448.2,270.5 L450,270.6 L451.8,269.5 L453.6,267.1 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M92.6,221.6 L94.4,227.1 L96.21,233 L98.01,239.3 L99.82,245.6 L101.6,251.7 L103.4,257.4 L105.2,262.4 L107,266.6 L108.8,269.7 L110.6,271.7 L112.5,272.4 L114.3,271.8 L116.1,269.9 L117.9,266.9 L119.7,262.7 L121.5,257.5 L123.3,251.5 L125.1,245 L126.9,238.2 L128.7,231.3 L130.5,224.6 L132.3,218.4 L134.1,212.9 L135.9,208.4 L137.7,204.9 L139.5,202.8 L141.3,202 L143.1,202.6 L144.9,204.6 L146.7,208 L148.6,212.6 L150.4,218.2 L152.2,224.8 L154,232 L155.8,239.6 L157.6,247.2 L159.4,254.7 L161.2,261.7 L163,268 L164.8,273.2 L166.6,277.3 L168.4,280 L170.2,281.2 L172,280.8 L173.8,278.9 L175.6,275.4 L177.4,270.5 L179.2,264.4 L181,257.2 L182.8,249.2 L184.6,240.7 L186.5,231.9 L188.3,223.2 L190.1,214.9 L191.9,207.2 L193.7,200.6 L195.5,195.1 L197.3,191.1 L199.1,188.6 L200.9,187.9 L202.7,188.9 L204.5,191.7 L206.3,196.1 L208.1,202.2 L209.9,209.6 L211.7,218.2 L213.5,227.7 L215.3,237.9 L217.1,248.5 L218.9,259.1 L220.7,269.5 L222.6,279.3 L224.4,288.3 L226.2,296.3 L228,303 L229.8,308.3 L231.6,312.2 L233.4,314.4 L235.2,315.2 L237,314.4 L238.8,312.3 L240.6,308.9 L242.4,304.5 L244.2,299.2 L246,293.2 L247.8,286.8 L249.6,280.3 L251.4,273.7 L253.2,267.5 L255,261.6 L256.8,256.3 L258.7,251.7 L260.5,247.8 L262.3,244.7 L264.1,242.4 L265.9,240.8 L267.7,239.8 L269.5,239.2 L271.3,239 L273.1,239 L274.9,239 L276.7,238.8 L278.5,238.2 L280.3,237.2 L282.1,235.6 L283.9,233.2 L285.7,230.1 L287.5,226.3 L289.3,221.6 L291.1,216.4 L292.9,210.5 L294.7,204.2 L296.6,197.7 L298.4,191.1 L300.2,184.8 L302,178.8 L303.8,173.5 L305.6,169 L307.4,165.6 L309.2,163.5 L311,162.8 L312.8,163.5 L314.6,165.8 L316.4,169.6 L318.2,175 L320,181.7 L321.8,189.7 L323.6,198.7 L325.4,208.5 L327.2,218.8 L329,229.5 L330.8,240 L332.7,250.2 L334.5,259.8 L336.3,268.4 L338.1,275.8 L339.9,281.8 L341.7,286.3 L343.5,289 L345.3,290.1 L347.1,289.3 L348.9,286.9 L350.7,282.9 L352.5,277.4 L354.3,270.7 L356.1,263.1 L357.9,254.8 L359.7,246.1 L361.5,237.3 L363.3,228.7 L365.1,220.7 L366.9,213.5 L368.7,207.4 L370.6,202.5 L372.4,199.1 L374.2,197.2 L376,196.8 L377.8,198 L379.6,200.7 L381.4,204.7 L383.2,210 L385,216.3 L386.8,223.3 L388.6,230.7 L390.4,238.4 L392.2,246 L394,253.2 L395.8,259.7 L397.6,265.4 L399.4,270 L401.2,273.4 L403,275.4 L404.8,276 L406.7,275.2 L408.5,273 L410.3,269.6 L412.1,265 L413.9,259.5 L415.7,253.3 L417.5,246.7 L419.3,239.8 L421.1,233 L422.9,226.4 L424.7,220.5 L426.5,215.3 L428.3,211.1 L430.1,208 L431.9,206.2 L433.7,205.6 L435.5,206.3 L437.3,208.3 L439.1,211.4 L440.9,215.6 L442.8,220.6 L444.6,226.3 L446.4,232.4 L448.2,238.7 L450,244.9 L451.8,250.9 L453.6,256.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M92.6,216.1 L94.4,212.1 L96.21,209.2 L98.01,207.3 L99.82,206.7 L101.6,207.3 L103.4,209.1 L105.2,212.1 L107,216.1 L108.8,221.1 L110.6,226.8 L112.5,233 L114.3,239.5 L116.1,246.1 L117.9,252.5 L119.7,258.4 L121.5,263.7 L123.3,268.1 L125.1,271.5 L126.9,273.6 L128.7,274.5 L130.5,274.1 L132.3,272.4 L134.1,269.3 L135.9,265.1 L137.7,259.9 L139.5,253.8 L141.3,247.1 L143.1,240 L144.9,232.7 L146.7,225.6 L148.6,218.9 L150.4,212.8 L152.2,207.6 L154,203.4 L155.8,200.5 L157.6,199 L159.4,198.8 L161.2,200.1 L163,202.9 L164.8,207 L166.6,212.3 L168.4,218.6 L170.2,225.8 L172,233.5 L173.8,241.6 L175.6,249.8 L177.4,257.7 L179.2,265.1 L181,271.8 L182.8,277.5 L184.6,282 L186.5,285.2 L188.3,286.8 L190.1,287 L191.9,285.6 L193.7,282.6 L195.5,278.2 L197.3,272.4 L199.1,265.4 L200.9,257.5 L202.7,248.8 L204.5,239.5 L206.3,230 L208.1,220.5 L209.9,211.3 L211.7,202.5 L213.5,194.5 L215.3,187.3 L217.1,181.2 L218.9,176.2 L220.7,172.5 L222.6,170.1 L224.4,169 L226.2,169.1 L228,170.3 L229.8,172.7 L231.6,175.9 L233.4,180 L235.2,184.6 L237,189.7 L238.8,195 L240.6,200.4 L242.4,205.8 L244.2,211 L246,215.8 L247.8,220.3 L249.6,224.2 L251.4,227.7 L253.2,230.6 L255,233 L256.8,234.9 L258.7,236.4 L260.5,237.4 L262.3,238.1 L264.1,238.5 L265.9,238.8 L267.7,238.9 L269.5,239 L271.3,239 L273.1,239 L274.9,239 L276.7,239 L278.5,238.9 L280.3,238.8 L282.1,238.5 L283.9,238.1 L285.7,237.4 L287.5,236.4 L289.3,234.9 L291.1,233 L292.9,230.6 L294.7,227.7 L296.6,224.2 L298.4,220.3 L300.2,215.8 L302,211 L303.8,205.8 L305.6,200.4 L307.4,195 L309.2,189.7 L311,184.6 L312.8,180 L314.6,175.9 L316.4,172.7 L318.2,170.3 L320,169.1 L321.8,169 L323.6,170.1 L325.4,172.5 L327.2,176.2 L329,181.2 L330.8,187.3 L332.7,194.5 L334.5,202.5 L336.3,211.3 L338.1,220.5 L339.9,230 L341.7,239.5 L343.5,248.8 L345.3,257.5 L347.1,265.4 L348.9,272.4 L350.7,278.2 L352.5,282.6 L354.3,285.6 L356.1,287 L357.9,286.8 L359.7,285.2 L361.5,282 L363.3,277.5 L365.1,271.8 L366.9,265.1 L368.7,257.7 L370.6,249.8 L372.4,241.6 L374.2,233.5 L376,225.8 L377.8,218.6 L379.6,212.3 L381.4,207 L383.2,202.9 L385,200.1 L386.8,198.8 L388.6,199 L390.4,200.5 L392.2,203.4 L394,207.6 L395.8,212.8 L397.6,218.9 L399.4,225.6 L401.2,232.7 L403,240 L404.8,247.1 L406.7,253.8 L408.5,259.9 L410.3,265.1 L412.1,269.3 L413.9,272.4 L415.7,274.1 L417.5,274.5 L419.3,273.6 L421.1,271.5 L422.9,268.1 L424.7,263.7 L426.5,258.4 L428.3,252.5 L430.1,246.1 L431.9,239.5 L433.7,233 L435.5,226.8 L437.3,221.1 L439.1,216.1 L440.9,212.1 L442.8,209.1 L444.6,207.3 L446.4,206.7 L448.2,207.3 L450,209.2 L451.8,212.1 L453.6,216.1 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="474.8" y="58" width="99.2" height="154"/><rect x="474.8" y="58" width="99.2" height="154"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="86" x2="502.8" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="114" x2="502.8" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="142" x2="502.8" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="170" x2="502.8" y2="170"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="198" x2="502.8" y2="198"/></g>
</g>
<g id="legendText">
<text x="509.8" y="86" font-size="14" font-family="Verdana">v = 0</text>
<text x="509.8" y="114" font-size="14" font-family="Verdana">v = 1</text>
<text x="509.8" y="142" font-size="14" font-family="Verdana">v = 2</text>
<text x="509.8" y="170" font-size="14" font-family="Verdana">v = 3</text>
<text x="509.8" y="198" font-size="14" font-family="Verdana">v = 4</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bessel J</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

+87
View File
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="375.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="377.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="75.8" y1="341" x2="453" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,334.1 L75.8,334.1 M73.8,327.1 L75.8,327.1 M73.8,320.2 L75.8,320.2 M73.8,306.3 L75.8,306.3 M73.8,299.4 L75.8,299.4 M73.8,292.4 L75.8,292.4 M73.8,278.6 L75.8,278.6 M73.8,271.6 L75.8,271.6 M73.8,264.7 L75.8,264.7 M73.8,250.8 L75.8,250.8 M73.8,243.9 L75.8,243.9 M73.8,237 L75.8,237 M73.8,223.1 L75.8,223.1 M73.8,216.1 L75.8,216.1 M73.8,209.2 L75.8,209.2 M73.8,195.3 L75.8,195.3 M73.8,188.4 L75.8,188.4 M73.8,181.5 L75.8,181.5 M73.8,167.6 L75.8,167.6 M73.8,160.7 L75.8,160.7 M73.8,153.7 L75.8,153.7 M73.8,139.8 L75.8,139.8 M73.8,132.9 L75.8,132.9 M73.8,126 L75.8,126 M73.8,112.1 L75.8,112.1 M73.8,105.2 L75.8,105.2 M73.8,98.23 L75.8,98.23 M73.8,84.36 L75.8,84.36 M73.8,77.42 L75.8,77.42 M73.8,70.49 L75.8,70.49 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M85.04,341 L85.04,343 M94.29,341 L94.29,343 M103.5,341 L103.5,343 M122,341 L122,343 M131.3,341 L131.3,343 M140.5,341 L140.5,343 M159,341 L159,343 M168.2,341 L168.2,343 M177.5,341 L177.5,343 M196,341 L196,343 M205.2,341 L205.2,343 M214.5,341 L214.5,343 M232.9,341 L232.9,343 M242.2,341 L242.2,343 M251.4,341 L251.4,343 M269.9,341 L269.9,343 M279.2,341 L279.2,343 M288.4,341 L288.4,343 M306.9,341 L306.9,343 M316.1,341 L316.1,343 M325.4,341 L325.4,343 M343.9,341 L343.9,343 M353.1,341 L353.1,343 M362.4,341 L362.4,343 M380.9,341 L380.9,343 M390.1,341 L390.1,343 M399.3,341 L399.3,343 M417.8,341 L417.8,343 M427.1,341 L427.1,343 M436.3,341 L436.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,341 L75.8,341 M70.8,313.3 L75.8,313.3 M70.8,285.5 L75.8,285.5 M70.8,257.8 L75.8,257.8 M70.8,230 L75.8,230 M70.8,202.3 L75.8,202.3 M70.8,174.5 L75.8,174.5 M70.8,146.8 L75.8,146.8 M70.8,119 L75.8,119 M70.8,91.29 L75.8,91.29 M70.8,63.55 L75.8,63.55 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M75.8,341 L75.8,346 M112.8,341 L112.8,346 M149.8,341 L149.8,346 M186.7,341 L186.7,346 M223.7,341 L223.7,346 M260.7,341 L260.7,346 M297.7,341 L297.7,346 M334.6,341 L334.6,346 M371.6,341 L371.6,346 M408.6,341 L408.6,346 M445.6,341 L445.6,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="75.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="112.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="149.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="186.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="223.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="260.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="297.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">6</text>
<text x="334.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">7</text>
<text x="371.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">8</text>
<text x="408.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">9</text>
<text x="445.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text></g>
<g id="yTicksValues">
<text x="64.8" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="315.7" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="64.8" y="287.9" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="64.8" y="260.2" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="64.8" y="232.4" text-anchor="end" font-size="12" font-family="Verdana">4</text>
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="64.8" y="176.9" text-anchor="end" font-size="12" font-family="Verdana">6</text>
<text x="64.8" y="149.2" text-anchor="end" font-size="12" font-family="Verdana">7</text>
<text x="64.8" y="121.4" text-anchor="end" font-size="12" font-family="Verdana">8</text>
<text x="64.8" y="93.69" text-anchor="end" font-size="12" font-family="Verdana">9</text>
<text x="64.8" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">10</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">cyl_bessel_k(v, x)</text></g>
<g id="xLabel">
<text x="264.4" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,63.55 L77.65,254.6 L79.5,273.7 L81.35,284.7 L83.2,292.4 L85.04,298.2 L86.89,302.9 L88.74,306.8 L90.59,310.1 L92.44,312.9 L94.29,315.4 L96.14,317.5 L97.99,319.4 L99.83,321.1 L101.7,322.7 L103.5,324.1 L105.4,325.3 L107.2,326.5 L109.1,327.5 L110.9,328.4 L112.8,329.3 L114.6,330.1 L116.5,330.9 L118.3,331.5 L120.2,332.2 L122,332.7 L123.9,333.3 L125.7,333.8 L127.6,334.2 L129.4,334.7 L131.3,335.1 L133.1,335.4 L135,335.8 L136.8,336.1 L138.7,336.4 L140.5,336.7 L142.4,337 L144.2,337.2 L146.1,337.4 L147.9,337.6 L149.8,337.8 L151.6,338 L153.5,338.2 L155.3,338.4 L157.1,338.5 L159,338.7 L160.8,338.8 L162.7,338.9 L164.5,339.1 L166.4,339.2 L168.2,339.3 L170.1,339.4 L171.9,339.5 L173.8,339.6 L175.6,339.6 L177.5,339.7 L179.3,339.8 L181.2,339.9 L183,339.9 L184.9,340 L186.7,340 L188.6,340.1 L190.4,340.1 L192.3,340.2 L194.1,340.2 L196,340.3 L197.8,340.3 L199.7,340.4 L201.5,340.4 L203.4,340.4 L205.2,340.5 L207.1,340.5 L208.9,340.5 L210.8,340.5 L212.6,340.6 L214.5,340.6 L216.3,340.6 L218.2,340.6 L220,340.7 L221.9,340.7 L223.7,340.7 L225.6,340.7 L227.4,340.7 L229.3,340.7 L231.1,340.8 L233,340.8 L234.8,340.8 L236.6,340.8 L238.5,340.8 L240.3,340.8 L242.2,340.8 L244,340.8 L245.9,340.8 L247.7,340.9 L249.6,340.9 L251.4,340.9 L253.3,340.9 L255.1,340.9 L257,340.9 L258.8,340.9 L260.7,340.9 L262.5,340.9 L264.4,340.9 L266.2,340.9 L268.1,340.9 L269.9,340.9 L271.8,340.9 L273.6,340.9 L275.5,340.9 L277.3,340.9 L279.2,340.9 L281,340.9 L282.9,340.9 L284.7,341 L286.6,341 L288.4,341 L290.3,341 L292.1,341 L294,341 L295.8,341 L297.7,341 L299.5,341 L301.4,341 L303.2,341 L305.1,341 L306.9,341 L308.8,341 L310.6,341 L312.4,341 L314.3,341 L316.1,341 L318,341 L319.8,341 L321.7,341 L323.5,341 L325.4,341 L327.2,341 L329.1,341 L330.9,341 L332.8,341 L334.6,341 L336.5,341 L338.3,341 L340.2,341 L342,341 L343.9,341 L345.7,341 L347.6,341 L349.4,341 L351.3,341 L353.1,341 L355,341 L356.8,341 L358.7,341 L360.5,341 L362.4,341 L364.2,341 L366.1,341 L367.9,341 L369.8,341 L371.6,341 L373.5,341 L375.3,341 L377.2,341 L379,341 L380.9,341 L382.7,341 L384.6,341 L386.4,341 L388.3,341 L390.1,341 L391.9,341 L393.8,341 L395.6,341 L397.5,341 L399.3,341 L401.2,341 L403,341 L404.9,341 L406.7,341 L408.6,341 L410.4,341 L412.3,341 L414.1,341 L416,341 L417.8,341 L419.7,341 L421.5,341 L423.4,341 L425.2,341 L427.1,341 L428.9,341 L430.8,341 L432.6,341 L434.5,341 L436.3,341 L438.2,341 L440,341 L441.9,341 L443.7,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M91.97,63.55 L93.74,117.7 L95.5,158 L97.27,188.6 L99.04,212.5 L100.8,231.5 L102.6,246.8 L104.3,259.3 L106.1,269.6 L107.9,278.2 L109.6,285.5 L111.4,291.8 L113.2,297.1 L115,301.7 L116.7,305.7 L118.5,309.2 L120.3,312.2 L122,314.9 L123.8,317.3 L125.6,319.4 L127.3,321.3 L129.1,323 L130.9,324.5 L132.6,325.8 L134.4,327.1 L136.2,328.2 L137.9,329.2 L139.7,330.1 L141.5,330.9 L143.2,331.7 L145,332.4 L146.8,333 L148.5,333.6 L150.3,334.1 L152.1,334.6 L153.8,335.1 L155.6,335.5 L157.4,335.9 L159.2,336.2 L160.9,336.5 L162.7,336.8 L164.5,337.1 L166.2,337.4 L168,337.6 L169.8,337.8 L171.5,338 L173.3,338.2 L175.1,338.4 L176.8,338.6 L178.6,338.7 L180.4,338.9 L182.1,339 L183.9,339.1 L185.7,339.2 L187.4,339.3 L189.2,339.4 L191,339.5 L192.7,339.6 L194.5,339.7 L196.3,339.8 L198,339.9 L199.8,339.9 L201.6,340 L203.4,340 L205.1,340.1 L206.9,340.2 L208.7,340.2 L210.4,340.2 L212.2,340.3 L214,340.3 L215.7,340.4 L217.5,340.4 L219.3,340.4 L221,340.5 L222.8,340.5 L224.6,340.5 L226.3,340.6 L228.1,340.6 L229.9,340.6 L231.6,340.6 L233.4,340.6 L235.2,340.7 L236.9,340.7 L238.7,340.7 L240.5,340.7 L242.2,340.7 L244,340.8 L245.8,340.8 L247.6,340.8 L249.3,340.8 L251.1,340.8 L252.9,340.8 L254.6,340.8 L256.4,340.8 L258.2,340.8 L259.9,340.8 L261.7,340.9 L263.5,340.9 L265.2,340.9 L267,340.9 L268.8,340.9 L270.5,340.9 L272.3,340.9 L274.1,340.9 L275.8,340.9 L277.6,340.9 L279.4,340.9 L281.1,340.9 L282.9,340.9 L284.7,340.9 L286.4,340.9 L288.2,340.9 L290,340.9 L291.8,340.9 L293.5,340.9 L295.3,341 L297.1,341 L298.8,341 L300.6,341 L302.4,341 L304.1,341 L305.9,341 L307.7,341 L309.4,341 L311.2,341 L313,341 L314.7,341 L316.5,341 L318.3,341 L320,341 L321.8,341 L323.6,341 L325.3,341 L327.1,341 L328.9,341 L330.6,341 L332.4,341 L334.2,341 L335.9,341 L337.7,341 L339.5,341 L341.3,341 L343,341 L344.8,341 L346.6,341 L348.3,341 L350.1,341 L351.9,341 L353.6,341 L355.4,341 L357.2,341 L358.9,341 L360.7,341 L362.5,341 L364.2,341 L366,341 L367.8,341 L369.5,341 L371.3,341 L373.1,341 L374.8,341 L376.6,341 L378.4,341 L380.1,341 L381.9,341 L383.7,341 L385.5,341 L387.2,341 L389,341 L390.8,341 L392.5,341 L394.3,341 L396.1,341 L397.8,341 L399.6,341 L401.4,341 L403.1,341 L404.9,341 L406.7,341 L408.4,341 L410.2,341 L412,341 L413.7,341 L415.5,341 L417.3,341 L419,341 L420.8,341 L422.6,341 L424.3,341 L426.1,341 L427.9,341 L429.7,341 L431.4,341 L433.2,341 L435,341 L436.7,341 L438.5,341 L440.3,341 L442,341 L443.8,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M149,63.55 L150.4,92.37 L151.9,117.8 L153.4,140.3 L154.9,160.2 L156.4,177.8 L157.9,193.6 L159.3,207.6 L160.8,220.1 L162.3,231.3 L163.8,241.3 L165.3,250.3 L166.8,258.4 L168.2,265.6 L169.7,272.2 L171.2,278.1 L172.7,283.4 L174.2,288.3 L175.7,292.7 L177.1,296.6 L178.6,300.2 L180.1,303.5 L181.6,306.5 L183.1,309.2 L184.6,311.7 L186,314 L187.5,316.1 L189,318 L190.5,319.7 L192,321.3 L193.5,322.8 L194.9,324.1 L196.4,325.3 L197.9,326.5 L199.4,327.5 L200.9,328.5 L202.4,329.4 L203.8,330.2 L205.3,330.9 L206.8,331.6 L208.3,332.3 L209.8,332.9 L211.2,333.4 L212.7,333.9 L214.2,334.4 L215.7,334.8 L217.2,335.2 L218.7,335.6 L220.1,336 L221.6,336.3 L223.1,336.6 L224.6,336.9 L226.1,337.1 L227.6,337.4 L229,337.6 L230.5,337.8 L232,338 L233.5,338.2 L235,338.4 L236.5,338.5 L237.9,338.7 L239.4,338.8 L240.9,339 L242.4,339.1 L243.9,339.2 L245.4,339.3 L246.8,339.4 L248.3,339.5 L249.8,339.6 L251.3,339.7 L252.8,339.8 L254.3,339.8 L255.7,339.9 L257.2,340 L258.7,340 L260.2,340.1 L261.7,340.1 L263.2,340.2 L264.6,340.2 L266.1,340.3 L267.6,340.3 L269.1,340.3 L270.6,340.4 L272.1,340.4 L273.5,340.5 L275,340.5 L276.5,340.5 L278,340.5 L279.5,340.6 L281,340.6 L282.4,340.6 L283.9,340.6 L285.4,340.7 L286.9,340.7 L288.4,340.7 L289.8,340.7 L291.3,340.7 L292.8,340.7 L294.3,340.7 L295.8,340.8 L297.3,340.8 L298.7,340.8 L300.2,340.8 L301.7,340.8 L303.2,340.8 L304.7,340.8 L306.2,340.8 L307.6,340.8 L309.1,340.9 L310.6,340.9 L312.1,340.9 L313.6,340.9 L315.1,340.9 L316.5,340.9 L318,340.9 L319.5,340.9 L321,340.9 L322.5,340.9 L324,340.9 L325.4,340.9 L326.9,340.9 L328.4,340.9 L329.9,340.9 L331.4,340.9 L332.9,340.9 L334.3,340.9 L335.8,340.9 L337.3,340.9 L338.8,340.9 L340.3,341 L341.8,341 L343.2,341 L344.7,341 L346.2,341 L347.7,341 L349.2,341 L350.7,341 L352.1,341 L353.6,341 L355.1,341 L356.6,341 L358.1,341 L359.6,341 L361,341 L362.5,341 L364,341 L365.5,341 L367,341 L368.4,341 L369.9,341 L371.4,341 L372.9,341 L374.4,341 L375.9,341 L377.3,341 L378.8,341 L380.3,341 L381.8,341 L383.3,341 L384.8,341 L386.2,341 L387.7,341 L389.2,341 L390.7,341 L392.2,341 L393.7,341 L395.1,341 L396.6,341 L398.1,341 L399.6,341 L401.1,341 L402.6,341 L404,341 L405.5,341 L407,341 L408.5,341 L410,341 L411.5,341 L412.9,341 L414.4,341 L415.9,341 L417.4,341 L418.9,341 L420.4,341 L421.8,341 L423.3,341 L424.8,341 L426.3,341 L427.8,341 L429.3,341 L430.7,341 L432.2,341 L433.7,341 L435.2,341 L436.7,341 L438.1,341 L439.6,341 L441.1,341 L442.6,341 L444.1,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M192.4,63.55 L193.6,85.91 L194.9,106.3 L196.2,124.9 L197.4,141.9 L198.7,157.4 L200,171.6 L201.2,184.6 L202.5,196.6 L203.8,207.5 L205,217.5 L206.3,226.7 L207.5,235.2 L208.8,242.9 L210.1,250.1 L211.3,256.7 L212.6,262.7 L213.9,268.3 L215.1,273.5 L216.4,278.2 L217.7,282.6 L218.9,286.7 L220.2,290.4 L221.5,293.9 L222.7,297.1 L224,300.1 L225.3,302.9 L226.5,305.4 L227.8,307.8 L229.1,310 L230.3,312 L231.6,313.9 L232.9,315.7 L234.1,317.3 L235.4,318.9 L236.7,320.3 L237.9,321.6 L239.2,322.8 L240.5,324 L241.7,325 L243,326 L244.3,327 L245.5,327.8 L246.8,328.6 L248.1,329.4 L249.3,330.1 L250.6,330.8 L251.9,331.4 L253.1,332 L254.4,332.5 L255.7,333 L256.9,333.5 L258.2,333.9 L259.5,334.3 L260.7,334.7 L262,335.1 L263.3,335.4 L264.5,335.8 L265.8,336.1 L267.1,336.3 L268.3,336.6 L269.6,336.9 L270.9,337.1 L272.1,337.3 L273.4,337.5 L274.6,337.7 L275.9,337.9 L277.2,338.1 L278.4,338.2 L279.7,338.4 L281,338.5 L282.2,338.7 L283.5,338.8 L284.8,338.9 L286,339 L287.3,339.1 L288.6,339.2 L289.8,339.3 L291.1,339.4 L292.4,339.5 L293.6,339.6 L294.9,339.7 L296.2,339.7 L297.4,339.8 L298.7,339.9 L300,339.9 L301.2,340 L302.5,340 L303.8,340.1 L305,340.1 L306.3,340.2 L307.6,340.2 L308.8,340.3 L310.1,340.3 L311.4,340.3 L312.6,340.4 L313.9,340.4 L315.2,340.4 L316.4,340.5 L317.7,340.5 L319,340.5 L320.2,340.5 L321.5,340.6 L322.8,340.6 L324,340.6 L325.3,340.6 L326.6,340.6 L327.8,340.7 L329.1,340.7 L330.4,340.7 L331.6,340.7 L332.9,340.7 L334.2,340.7 L335.4,340.7 L336.7,340.8 L338,340.8 L339.2,340.8 L340.5,340.8 L341.7,340.8 L343,340.8 L344.3,340.8 L345.5,340.8 L346.8,340.8 L348.1,340.8 L349.3,340.9 L350.6,340.9 L351.9,340.9 L353.1,340.9 L354.4,340.9 L355.7,340.9 L356.9,340.9 L358.2,340.9 L359.5,340.9 L360.7,340.9 L362,340.9 L363.3,340.9 L364.5,340.9 L365.8,340.9 L367.1,340.9 L368.3,340.9 L369.6,340.9 L370.9,340.9 L372.1,340.9 L373.4,340.9 L374.7,340.9 L375.9,340.9 L377.2,340.9 L378.5,341 L379.7,341 L381,341 L382.3,341 L383.5,341 L384.8,341 L386.1,341 L387.3,341 L388.6,341 L389.9,341 L391.1,341 L392.4,341 L393.7,341 L394.9,341 L396.2,341 L397.5,341 L398.7,341 L400,341 L401.3,341 L402.5,341 L403.8,341 L405.1,341 L406.3,341 L407.6,341 L408.8,341 L410.1,341 L411.4,341 L412.6,341 L413.9,341 L415.2,341 L416.4,341 L417.7,341 L419,341 L420.2,341 L421.5,341 L422.8,341 L424,341 L425.3,341 L426.6,341 L427.8,341 L429.1,341 L430.4,341 L431.6,341 L432.9,341 L434.2,341 L435.4,341 L436.7,341 L438,341 L439.2,341 L440.5,341 L441.8,341 L443,341 L444.3,341 L445.6,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M260.3,63.55 L261.2,78.8 L262.1,93.16 L263.1,106.7 L264,119.4 L264.9,131.4 L265.8,142.7 L266.8,153.4 L267.7,163.4 L268.6,172.9 L269.5,181.8 L270.5,190.3 L271.4,198.2 L272.3,205.7 L273.3,212.8 L274.2,219.5 L275.1,225.8 L276,231.8 L277,237.5 L277.9,242.8 L278.8,247.8 L279.7,252.6 L280.7,257.1 L281.6,261.4 L282.5,265.4 L283.4,269.2 L284.4,272.8 L285.3,276.3 L286.2,279.5 L287.1,282.6 L288.1,285.5 L289,288.2 L289.9,290.8 L290.9,293.3 L291.8,295.6 L292.7,297.9 L293.6,300 L294.6,302 L295.5,303.9 L296.4,305.7 L297.3,307.4 L298.3,309 L299.2,310.5 L300.1,312 L301,313.3 L302,314.7 L302.9,315.9 L303.8,317.1 L304.7,318.2 L305.7,319.3 L306.6,320.3 L307.5,321.3 L308.5,322.2 L309.4,323.1 L310.3,323.9 L311.2,324.7 L312.2,325.4 L313.1,326.2 L314,326.8 L314.9,327.5 L315.9,328.1 L316.8,328.7 L317.7,329.2 L318.6,329.8 L319.6,330.3 L320.5,330.8 L321.4,331.2 L322.4,331.7 L323.3,332.1 L324.2,332.5 L325.1,332.9 L326.1,333.2 L327,333.6 L327.9,333.9 L328.8,334.2 L329.8,334.5 L330.7,334.8 L331.6,335.1 L332.5,335.3 L333.5,335.6 L334.4,335.8 L335.3,336 L336.2,336.2 L337.2,336.4 L338.1,336.6 L339,336.8 L340,337 L340.9,337.2 L341.8,337.3 L342.7,337.5 L343.7,337.6 L344.6,337.8 L345.5,337.9 L346.4,338.1 L347.4,338.2 L348.3,338.3 L349.2,338.4 L350.1,338.5 L351.1,338.6 L352,338.7 L352.9,338.8 L353.8,338.9 L354.8,339 L355.7,339.1 L356.6,339.2 L357.6,339.2 L358.5,339.3 L359.4,339.4 L360.3,339.4 L361.3,339.5 L362.2,339.6 L363.1,339.6 L364,339.7 L365,339.7 L365.9,339.8 L366.8,339.8 L367.7,339.9 L368.7,339.9 L369.6,340 L370.5,340 L371.5,340 L372.4,340.1 L373.3,340.1 L374.2,340.2 L375.2,340.2 L376.1,340.2 L377,340.3 L377.9,340.3 L378.9,340.3 L379.8,340.3 L380.7,340.4 L381.6,340.4 L382.6,340.4 L383.5,340.4 L384.4,340.5 L385.3,340.5 L386.3,340.5 L387.2,340.5 L388.1,340.5 L389.1,340.6 L390,340.6 L390.9,340.6 L391.8,340.6 L392.8,340.6 L393.7,340.6 L394.6,340.6 L395.5,340.7 L396.5,340.7 L397.4,340.7 L398.3,340.7 L399.2,340.7 L400.2,340.7 L401.1,340.7 L402,340.7 L402.9,340.8 L403.9,340.8 L404.8,340.8 L405.7,340.8 L406.7,340.8 L407.6,340.8 L408.5,340.8 L409.4,340.8 L410.4,340.8 L411.3,340.8 L412.2,340.8 L413.1,340.8 L414.1,340.8 L415,340.8 L415.9,340.9 L416.8,340.9 L417.8,340.9 L418.7,340.9 L419.6,340.9 L420.6,340.9 L421.5,340.9 L422.4,340.9 L423.3,340.9 L424.3,340.9 L425.2,340.9 L426.1,340.9 L427,340.9 L428,340.9 L428.9,340.9 L429.8,340.9 L430.7,340.9 L431.7,340.9 L432.6,340.9 L433.5,340.9 L434.4,340.9 L435.4,340.9 L436.3,340.9 L437.2,340.9 L438.2,340.9 L439.1,340.9 L440,340.9 L440.9,340.9 L441.9,340.9 L442.8,341 L443.7,341 L444.6,341 L445.6,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="467" y="58" width="107" height="154"/><rect x="467" y="58" width="107" height="154"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="86" x2="495" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="114" x2="495" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="142" x2="495" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="170" x2="495" y2="170"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="198" x2="495" y2="198"/></g>
</g>
<g id="legendText">
<text x="502" y="86" font-size="14" font-family="Verdana">v = 0</text>
<text x="502" y="114" font-size="14" font-family="Verdana">v = 2</text>
<text x="502" y="142" font-size="14" font-family="Verdana">v = 5</text>
<text x="502" y="170" font-size="14" font-family="Verdana">v = 7</text>
<text x="502" y="198" font-size="14" font-family="Verdana">v = 10</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bessel K</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+77
View File
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="383" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="385" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="89.72" x2="460.8" y2="89.72"/><line x1="70.8" y1="341" x2="460.8" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,77.16 L75.8,77.16 M73.8,64.59 L75.8,64.59 M73.8,89.72 L75.8,89.72 M73.8,102.3 L75.8,102.3 M73.8,114.8 L75.8,114.8 M73.8,127.4 L75.8,127.4 M73.8,140 L75.8,140 M73.8,152.5 L75.8,152.5 M73.8,165.1 L75.8,165.1 M73.8,177.7 L75.8,177.7 M73.8,190.2 L75.8,190.2 M73.8,202.8 L75.8,202.8 M73.8,215.4 L75.8,215.4 M73.8,227.9 L75.8,227.9 M73.8,240.5 L75.8,240.5 M73.8,253.1 L75.8,253.1 M73.8,265.6 L75.8,265.6 M73.8,278.2 L75.8,278.2 M73.8,290.7 L75.8,290.7 M73.8,303.3 L75.8,303.3 M73.8,315.9 L75.8,315.9 M73.8,328.4 L75.8,328.4 M73.8,341 L75.8,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M99.38,341 L99.38,343 M123,341 L123,343 M146.6,341 L146.6,343 M193.7,341 L193.7,343 M217.3,341 L217.3,343 M240.9,341 L240.9,343 M288.1,341 L288.1,343 M311.7,341 L311.7,343 M335.3,341 L335.3,343 M382.5,341 L382.5,343 M406.1,341 L406.1,343 M429.7,341 L429.7,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,89.72 L75.8,89.72 M70.8,89.72 L75.8,89.72 M70.8,140 L75.8,140 M70.8,190.2 L75.8,190.2 M70.8,240.5 L75.8,240.5 M70.8,290.7 L75.8,290.7 M70.8,341 L75.8,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M75.79,341 L75.79,346 M170.2,341 L170.2,346 M264.5,341 L264.5,346 M358.9,341 L358.9,346 M453.3,341 L453.3,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="75.79" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="170.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="264.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="358.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">15</text>
<text x="453.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">20</text></g>
<g id="yTicksValues">
<text x="64.8" y="92.12" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="92.12" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="142.4" text-anchor="end" font-size="12" font-family="Verdana">-1</text>
<text x="64.8" y="192.6" text-anchor="end" font-size="12" font-family="Verdana">-2</text>
<text x="64.8" y="242.9" text-anchor="end" font-size="12" font-family="Verdana">-3</text>
<text x="64.8" y="293.1" text-anchor="end" font-size="12" font-family="Verdana">-4</text>
<text x="64.8" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">-5</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">cyl_neumann(v, x)</text></g>
<g id="xLabel">
<text x="268.3" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,341 L77.69,166.7 L79.57,144 L81.46,130.2 L83.35,120.1 L85.24,112 L87.12,105.2 L89.01,99.28 L90.9,94.06 L92.79,89.42 L94.67,85.27 L96.56,81.56 L98.45,78.25 L100.3,75.31 L102.2,72.73 L104.1,70.49 L106,68.59 L107.9,67 L109.8,65.72 L111.7,64.75 L113.5,64.07 L115.4,63.67 L117.3,63.55 L119.2,63.69 L121.1,64.07 L123,64.69 L124.9,65.54 L126.8,66.58 L128.6,67.82 L130.5,69.23 L132.4,70.79 L134.3,72.48 L136.2,74.3 L138.1,76.21 L140,78.19 L141.9,80.23 L143.7,82.31 L145.6,84.4 L147.5,86.49 L149.4,88.55 L151.3,90.58 L153.2,92.55 L155.1,94.44 L157,96.24 L158.8,97.94 L160.7,99.51 L162.6,101 L164.5,102.3 L166.4,103.4 L168.3,104.4 L170.2,105.2 L172,105.9 L173.9,106.4 L175.8,106.7 L177.7,106.8 L179.6,106.8 L181.5,106.6 L183.4,106.2 L185.3,105.7 L187.1,105 L189,104.2 L190.9,103.3 L192.8,102.2 L194.7,101 L196.6,99.77 L198.5,98.42 L200.4,97.02 L202.2,95.56 L204.1,94.06 L206,92.54 L207.9,91.02 L209.8,89.51 L211.7,88.02 L213.6,86.56 L215.5,85.16 L217.3,83.82 L219.2,82.56 L221.1,81.39 L223,80.31 L224.9,79.34 L226.8,78.49 L228.7,77.75 L230.6,77.15 L232.4,76.68 L234.3,76.34 L236.2,76.14 L238.1,76.08 L240,76.15 L241.9,76.36 L243.8,76.7 L245.7,77.16 L247.5,77.75 L249.4,78.44 L251.3,79.24 L253.2,80.14 L255.1,81.12 L257,82.18 L258.9,83.3 L260.8,84.47 L262.6,85.68 L264.5,86.93 L266.4,88.18 L268.3,89.44 L270.2,90.69 L272.1,91.92 L274,93.12 L275.8,94.27 L277.7,95.36 L279.6,96.39 L281.5,97.34 L283.4,98.21 L285.3,98.98 L287.2,99.66 L289.1,100.2 L290.9,100.7 L292.8,101 L294.7,101.3 L296.6,101.4 L298.5,101.4 L300.4,101.3 L302.3,101 L304.2,100.7 L306,100.3 L307.9,99.7 L309.8,99.06 L311.7,98.32 L313.6,97.51 L315.5,96.63 L317.4,95.69 L319.3,94.69 L321.1,93.65 L323,92.58 L324.9,91.49 L326.8,90.39 L328.7,89.29 L330.6,88.21 L332.5,87.15 L334.4,86.12 L336.2,85.13 L338.1,84.2 L340,83.33 L341.9,82.53 L343.8,81.8 L345.7,81.16 L347.6,80.61 L349.5,80.16 L351.3,79.8 L353.2,79.54 L355.1,79.39 L357,79.34 L358.9,79.4 L360.8,79.55 L362.7,79.81 L364.6,80.16 L366.4,80.61 L368.3,81.15 L370.2,81.76 L372.1,82.46 L374,83.22 L375.9,84.04 L377.8,84.91 L379.6,85.82 L381.5,86.77 L383.4,87.74 L385.3,88.72 L387.2,89.71 L389.1,90.7 L391,91.66 L392.9,92.61 L394.7,93.51 L396.6,94.38 L398.5,95.19 L400.4,95.94 L402.3,96.63 L404.2,97.25 L406.1,97.78 L408,98.24 L409.8,98.6 L411.7,98.88 L413.6,99.06 L415.5,99.15 L417.4,99.14 L419.3,99.04 L421.2,98.85 L423.1,98.57 L424.9,98.2 L426.8,97.75 L428.7,97.22 L430.6,96.62 L432.5,95.95 L434.4,95.23 L436.3,94.45 L438.2,93.63 L440,92.78 L441.9,91.9 L443.8,91 L445.7,90.1 L447.6,89.19 L449.5,88.3 L451.4,87.42 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M78.25,341 L80.12,236.7 L82,195.9 L83.87,174.1 L85.75,160.4 L87.62,150.7 L89.5,143.4 L91.37,137.4 L93.25,132.4 L95.12,127.9 L97,123.9 L98.87,120.1 L100.7,116.5 L102.6,113.1 L104.5,109.7 L106.4,106.5 L108.2,103.4 L110.1,100.4 L112,97.44 L113.9,94.6 L115.7,91.85 L117.6,89.22 L119.5,86.7 L121.4,84.31 L123.2,82.07 L125.1,79.97 L127,78.03 L128.9,76.26 L130.7,74.67 L132.6,73.25 L134.5,72.03 L136.4,71 L138.2,70.16 L140.1,69.52 L142,69.08 L143.9,68.83 L145.7,68.78 L147.6,68.92 L149.5,69.25 L151.4,69.75 L153.2,70.42 L155.1,71.26 L157,72.24 L158.9,73.37 L160.7,74.61 L162.6,75.98 L164.5,77.44 L166.4,78.98 L168.2,80.6 L170.1,82.26 L172,83.96 L173.9,85.69 L175.7,87.42 L177.6,89.14 L179.5,90.83 L181.4,92.48 L183.2,94.08 L185.1,95.61 L187,97.06 L188.9,98.41 L190.7,99.66 L192.6,100.8 L194.5,101.8 L196.4,102.7 L198.2,103.4 L200.1,104 L202,104.5 L203.9,104.8 L205.7,104.9 L207.6,104.9 L209.5,104.8 L211.4,104.5 L213.2,104.1 L215.1,103.6 L217,102.9 L218.9,102.1 L220.7,101.2 L222.6,100.2 L224.5,99.09 L226.4,97.92 L228.2,96.69 L230.1,95.41 L232,94.09 L233.9,92.74 L235.7,91.37 L237.6,90.01 L239.5,88.66 L241.4,87.34 L243.2,86.05 L245.1,84.81 L247,83.64 L248.9,82.54 L250.7,81.51 L252.6,80.58 L254.5,79.75 L256.4,79.02 L258.2,78.41 L260.1,77.91 L262,77.53 L263.9,77.27 L265.7,77.13 L267.6,77.12 L269.5,77.23 L271.4,77.47 L273.2,77.82 L275.1,78.28 L277,78.85 L278.9,79.51 L280.7,80.28 L282.6,81.12 L284.5,82.05 L286.4,83.04 L288.2,84.08 L290.1,85.18 L292,86.3 L293.9,87.45 L295.8,88.61 L297.6,89.78 L299.5,90.93 L301.4,92.06 L303.3,93.16 L305.1,94.22 L307,95.22 L308.9,96.17 L310.8,97.04 L312.6,97.83 L314.5,98.54 L316.4,99.16 L318.3,99.68 L320.1,100.1 L322,100.4 L323.9,100.6 L325.8,100.7 L327.6,100.7 L329.5,100.6 L331.4,100.4 L333.3,100 L335.1,99.62 L337,99.11 L338.9,98.5 L340.8,97.82 L342.6,97.06 L344.5,96.23 L346.4,95.35 L348.3,94.41 L350.1,93.44 L352,92.44 L353.9,91.41 L355.8,90.38 L357.6,89.35 L359.5,88.33 L361.4,87.33 L363.3,86.36 L365.1,85.43 L367,84.54 L368.9,83.72 L370.8,82.95 L372.6,82.26 L374.5,81.65 L376.4,81.11 L378.3,80.67 L380.1,80.32 L382,80.06 L383.9,79.9 L385.8,79.83 L387.6,79.86 L389.5,79.99 L391.4,80.22 L393.3,80.53 L395.1,80.93 L397,81.42 L398.9,81.99 L400.8,82.62 L402.6,83.33 L404.5,84.09 L406.4,84.9 L408.3,85.76 L410.1,86.65 L412,87.57 L413.9,88.5 L415.8,89.43 L417.6,90.37 L419.5,91.29 L421.4,92.2 L423.3,93.07 L425.1,93.91 L427,94.7 L428.9,95.44 L430.8,96.12 L432.6,96.73 L434.5,97.27 L436.4,97.73 L438.3,98.12 L440.1,98.41 L442,98.63 L443.9,98.75 L445.8,98.78 L447.6,98.73 L449.5,98.58 L451.4,98.35 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M85.67,341 L87.51,273.8 L89.34,232.1 L91.18,204.5 L93.02,185.3 L94.86,171.4 L96.7,160.9 L98.53,152.8 L100.4,146.4 L102.2,141.1 L104,136.7 L105.9,132.9 L107.7,129.5 L109.6,126.5 L111.4,123.8 L113.2,121.2 L115.1,118.7 L116.9,116.3 L118.8,114 L120.6,111.8 L122.4,109.5 L124.3,107.3 L126.1,105.2 L127.9,103 L129.8,100.8 L131.6,98.7 L133.5,96.59 L135.3,94.51 L137.1,92.46 L139,90.46 L140.8,88.52 L142.6,86.63 L144.5,84.82 L146.3,83.09 L148.2,81.44 L150,79.89 L151.8,78.45 L153.7,77.12 L155.5,75.92 L157.3,74.84 L159.2,73.9 L161,73.09 L162.9,72.43 L164.7,71.91 L166.5,71.54 L168.4,71.32 L170.2,71.24 L172,71.32 L173.9,71.54 L175.7,71.9 L177.6,72.39 L179.4,73.02 L181.2,73.78 L183.1,74.65 L184.9,75.63 L186.8,76.71 L188.6,77.88 L190.4,79.13 L192.3,80.45 L194.1,81.83 L195.9,83.25 L197.8,84.7 L199.6,86.18 L201.5,87.67 L203.3,89.15 L205.1,90.61 L207,92.05 L208.8,93.45 L210.6,94.79 L212.5,96.07 L214.3,97.28 L216.2,98.41 L218,99.45 L219.8,100.4 L221.7,101.2 L223.5,101.9 L225.3,102.6 L227.2,103 L229,103.4 L230.9,103.6 L232.7,103.7 L234.5,103.7 L236.4,103.6 L238.2,103.3 L240.1,103 L241.9,102.5 L243.7,101.9 L245.6,101.2 L247.4,100.4 L249.2,99.47 L251.1,98.5 L252.9,97.47 L254.8,96.38 L256.6,95.24 L258.4,94.06 L260.3,92.85 L262.1,91.63 L263.9,90.4 L265.8,89.18 L267.6,87.97 L269.5,86.79 L271.3,85.65 L273.1,84.56 L275,83.53 L276.8,82.56 L278.6,81.66 L280.5,80.85 L282.3,80.12 L284.2,79.49 L286,78.95 L287.8,78.52 L289.7,78.2 L291.5,77.98 L293.4,77.88 L295.2,77.88 L297,77.99 L298.9,78.21 L300.7,78.53 L302.5,78.95 L304.4,79.47 L306.2,80.07 L308.1,80.76 L309.9,81.53 L311.7,82.37 L313.6,83.26 L315.4,84.22 L317.2,85.21 L319.1,86.24 L320.9,87.29 L322.8,88.36 L324.6,89.43 L326.4,90.49 L328.3,91.54 L330.1,92.57 L331.9,93.56 L333.8,94.51 L335.6,95.41 L337.5,96.25 L339.3,97.03 L341.1,97.73 L343,98.35 L344.8,98.89 L346.7,99.34 L348.5,99.7 L350.3,99.96 L352.2,100.1 L354,100.2 L355.8,100.2 L357.7,100 L359.5,99.82 L361.4,99.51 L363.2,99.11 L365,98.62 L366.9,98.05 L368.7,97.41 L370.5,96.71 L372.4,95.94 L374.2,95.12 L376.1,94.25 L377.9,93.35 L379.7,92.42 L381.6,91.47 L383.4,90.51 L385.2,89.55 L387.1,88.59 L388.9,87.65 L390.8,86.74 L392.6,85.86 L394.4,85.02 L396.3,84.22 L398.1,83.49 L400,82.82 L401.8,82.21 L403.6,81.68 L405.5,81.22 L407.3,80.85 L409.1,80.57 L411,80.37 L412.8,80.25 L414.7,80.23 L416.5,80.3 L418.3,80.45 L420.2,80.69 L422,81.01 L423.8,81.41 L425.7,81.89 L427.5,82.44 L429.4,83.05 L431.2,83.72 L433,84.45 L434.9,85.22 L436.7,86.03 L438.5,86.87 L440.4,87.73 L442.2,88.6 L444.1,89.49 L445.9,90.37 L447.7,91.24 L449.6,92.09 L451.4,92.91 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M95.76,341 L97.55,290 L99.33,253.1 L101.1,225.8 L102.9,205 L104.7,189 L106.5,176.5 L108.3,166.4 L110.1,158.3 L111.8,151.7 L113.6,146.1 L115.4,141.5 L117.2,137.5 L119,134 L120.8,131 L122.6,128.3 L124.4,125.8 L126.1,123.6 L127.9,121.5 L129.7,119.6 L131.5,117.7 L133.3,115.9 L135.1,114.1 L136.9,112.4 L138.7,110.7 L140.4,109 L142.2,107.4 L144,105.7 L145.8,104 L147.6,102.3 L149.4,100.7 L151.2,98.98 L153,97.3 L154.7,95.63 L156.5,93.98 L158.3,92.34 L160.1,90.72 L161.9,89.13 L163.7,87.58 L165.5,86.07 L167.3,84.62 L169,83.21 L170.8,81.87 L172.6,80.6 L174.4,79.41 L176.2,78.3 L178,77.28 L179.8,76.35 L181.6,75.52 L183.3,74.8 L185.1,74.18 L186.9,73.67 L188.7,73.28 L190.5,73.01 L192.3,72.85 L194.1,72.81 L195.9,72.88 L197.6,73.07 L199.4,73.38 L201.2,73.79 L203,74.31 L204.8,74.93 L206.6,75.66 L208.4,76.47 L210.2,77.37 L211.9,78.35 L213.7,79.4 L215.5,80.51 L217.3,81.67 L219.1,82.89 L220.9,84.13 L222.7,85.41 L224.5,86.7 L226.2,88 L228,89.3 L229.8,90.58 L231.6,91.85 L233.4,93.08 L235.2,94.28 L237,95.42 L238.8,96.51 L240.5,97.53 L242.3,98.48 L244.1,99.35 L245.9,100.1 L247.7,100.8 L249.5,101.4 L251.3,101.9 L253.1,102.3 L254.8,102.6 L256.6,102.8 L258.4,102.9 L260.2,102.9 L262,102.7 L263.8,102.5 L265.6,102.1 L267.4,101.7 L269.1,101.2 L270.9,100.6 L272.7,99.85 L274.5,99.08 L276.3,98.23 L278.1,97.32 L279.9,96.35 L281.7,95.34 L283.4,94.29 L285.2,93.21 L287,92.12 L288.8,91.01 L290.6,89.9 L292.4,88.8 L294.2,87.71 L296,86.65 L297.7,85.63 L299.5,84.64 L301.3,83.71 L303.1,82.84 L304.9,82.03 L306.7,81.29 L308.5,80.62 L310.3,80.04 L312,79.55 L313.8,79.14 L315.6,78.82 L317.4,78.61 L319.2,78.48 L321,78.45 L322.8,78.52 L324.6,78.68 L326.3,78.93 L328.1,79.28 L329.9,79.71 L331.7,80.22 L333.5,80.81 L335.3,81.47 L337.1,82.19 L338.9,82.98 L340.6,83.81 L342.4,84.7 L344.2,85.62 L346,86.56 L347.8,87.53 L349.6,88.51 L351.4,89.5 L353.2,90.48 L354.9,91.45 L356.7,92.39 L358.5,93.31 L360.3,94.19 L362.1,95.03 L363.9,95.82 L365.7,96.55 L367.5,97.21 L369.2,97.81 L371,98.33 L372.8,98.78 L374.6,99.15 L376.4,99.43 L378.2,99.63 L380,99.74 L381.8,99.76 L383.5,99.7 L385.3,99.55 L387.1,99.32 L388.9,99.01 L390.7,98.61 L392.5,98.15 L394.3,97.61 L396.1,97.01 L397.8,96.34 L399.6,95.63 L401.4,94.86 L403.2,94.06 L405,93.22 L406.8,92.36 L408.6,91.48 L410.4,90.59 L412.1,89.69 L413.9,88.8 L415.7,87.92 L417.5,87.07 L419.3,86.24 L421.1,85.44 L422.9,84.69 L424.7,83.99 L426.4,83.33 L428.2,82.74 L430,82.21 L431.8,81.75 L433.6,81.36 L435.4,81.05 L437.2,80.81 L439,80.65 L440.7,80.57 L442.5,80.57 L444.3,80.66 L446.1,80.82 L447.9,81.05 L449.7,81.36 L451.5,81.75 L453.3,82.2 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(127,255,0)" stroke-width="1"><path d="M107.4,341 L109.1,299.1 L110.8,266.5 L112.6,240.7 L114.3,220.1 L116,203.5 L117.8,190 L119.5,178.8 L121.2,169.6 L123,161.8 L124.7,155.3 L126.4,149.7 L128.1,145 L129.9,140.9 L131.6,137.3 L133.3,134.2 L135.1,131.4 L136.8,128.9 L138.5,126.7 L140.2,124.6 L142,122.7 L143.7,121 L145.4,119.3 L147.2,117.8 L148.9,116.3 L150.6,114.8 L152.4,113.4 L154.1,112 L155.8,110.7 L157.5,109.3 L159.3,108 L161,106.6 L162.7,105.3 L164.5,103.9 L166.2,102.5 L167.9,101.2 L169.6,99.79 L171.4,98.4 L173.1,97.02 L174.8,95.64 L176.6,94.25 L178.3,92.88 L180,91.52 L181.8,90.17 L183.5,88.84 L185.2,87.54 L186.9,86.27 L188.7,85.03 L190.4,83.83 L192.1,82.68 L193.9,81.58 L195.6,80.54 L197.3,79.56 L199,78.64 L200.8,77.79 L202.5,77.02 L204.2,76.33 L206,75.72 L207.7,75.19 L209.4,74.75 L211.1,74.41 L212.9,74.15 L214.6,73.99 L216.3,73.93 L218.1,73.96 L219.8,74.08 L221.5,74.29 L223.3,74.6 L225,75 L226.7,75.48 L228.4,76.05 L230.2,76.7 L231.9,77.42 L233.6,78.21 L235.4,79.07 L237.1,79.99 L238.8,80.96 L240.5,81.98 L242.3,83.04 L244,84.13 L245.7,85.25 L247.5,86.39 L249.2,87.54 L250.9,88.69 L252.7,89.84 L254.4,90.98 L256.1,92.09 L257.8,93.18 L259.6,94.24 L261.3,95.25 L263,96.22 L264.8,97.13 L266.5,97.98 L268.2,98.76 L269.9,99.48 L271.7,100.1 L273.4,100.7 L275.1,101.2 L276.9,101.5 L278.6,101.8 L280.3,102.1 L282,102.2 L283.8,102.2 L285.5,102.1 L287.2,102 L289,101.8 L290.7,101.4 L292.4,101 L294.2,100.5 L295.9,99.98 L297.6,99.34 L299.3,98.64 L301.1,97.88 L302.8,97.06 L304.5,96.2 L306.3,95.29 L308,94.35 L309.7,93.38 L311.4,92.39 L313.2,91.39 L314.9,90.38 L316.6,89.38 L318.4,88.39 L320.1,87.41 L321.8,86.45 L323.6,85.53 L325.3,84.65 L327,83.81 L328.7,83.02 L330.5,82.29 L332.2,81.62 L333.9,81.01 L335.7,80.48 L337.4,80.02 L339.1,79.64 L340.8,79.34 L342.6,79.12 L344.3,78.98 L346,78.93 L347.8,78.96 L349.5,79.07 L351.2,79.26 L353,79.54 L354.7,79.89 L356.4,80.32 L358.1,80.81 L359.9,81.37 L361.6,82 L363.3,82.68 L365.1,83.41 L366.8,84.18 L368.5,85 L370.2,85.84 L372,86.72 L373.7,87.61 L375.4,88.51 L377.2,89.41 L378.9,90.32 L380.6,91.21 L382.3,92.08 L384.1,92.94 L385.8,93.76 L387.5,94.55 L389.3,95.29 L391,95.99 L392.7,96.63 L394.5,97.22 L396.2,97.74 L397.9,98.19 L399.6,98.58 L401.4,98.9 L403.1,99.14 L404.8,99.3 L406.6,99.39 L408.3,99.4 L410,99.33 L411.7,99.19 L413.5,98.97 L415.2,98.68 L416.9,98.33 L418.7,97.9 L420.4,97.41 L422.1,96.86 L423.9,96.26 L425.6,95.61 L427.3,94.92 L429,94.18 L430.8,93.42 L432.5,92.63 L434.2,91.82 L436,91 L437.7,90.17 L439.4,89.34 L441.1,88.52 L442.9,87.71 L444.6,86.92 L446.3,86.16 L448.1,85.43 L449.8,84.73 L451.5,84.09 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="474.8" y="58" width="99.2" height="154"/><rect x="474.8" y="58" width="99.2" height="154"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="86" x2="502.8" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="114" x2="502.8" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="142" x2="502.8" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="170" x2="502.8" y2="170"/></g>
<g stroke="rgb(127,255,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="488.8" y1="198" x2="502.8" y2="198"/></g>
</g>
<g id="legendText">
<text x="509.8" y="86" font-size="14" font-family="Verdana">v = 0</text>
<text x="509.8" y="114" font-size="14" font-family="Verdana">v = 1</text>
<text x="509.8" y="142" font-size="14" font-family="Verdana">v = 2</text>
<text x="509.8" y="170" font-size="14" font-family="Verdana">v = 3</text>
<text x="509.8" y="198" font-size="14" font-family="Verdana">v = 4</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Bessel Y</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="487.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="489.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="219.3" y1="58" x2="219.3" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="199.9" x2="574" y2="199.9"/><line x1="79.2" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,182.3 L84.2,182.3 M82.2,164.7 L84.2,164.7 M82.2,147 L84.2,147 M82.2,111.8 L84.2,111.8 M82.2,94.13 L84.2,94.13 M82.2,76.49 L84.2,76.49 M82.2,199.9 L84.2,199.9 M82.2,217.6 L84.2,217.6 M82.2,235.2 L84.2,235.2 M82.2,252.8 L84.2,252.8 M82.2,270.5 L84.2,270.5 M82.2,288.1 L84.2,288.1 M82.2,305.7 L84.2,305.7 M82.2,323.4 L84.2,323.4 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M262.4,341 L262.4,343 M305.6,341 L305.6,343 M348.7,341 L348.7,343 M435,341 L435,343 M478.1,341 L478.1,343 M521.3,341 L521.3,343 M176.2,341 L176.2,343 M133,341 L133,343 M89.89,341 L89.89,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,199.9 L84.2,199.9 M79.2,129.4 L84.2,129.4 M79.2,58.86 L84.2,58.86 M79.2,199.9 L84.2,199.9 M79.2,270.5 L84.2,270.5 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M219.3,341 L219.3,346 M391.9,341 L391.9,346 M564.4,341 L564.4,346 M219.3,341 L219.3,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="219.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="391.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="564.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text>
<text x="219.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="202.3" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="131.8" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="73.2" y="61.26" text-anchor="end" font-size="12" font-family="Verdana">10</text>
<text x="73.2" y="202.3" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="272.9" text-anchor="end" font-size="12" font-family="Verdana">-5</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">-10</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">digamma(z)</text></g>
<g id="xLabel">
<text x="329.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M222.9,341 L224.6,296.6 L226.3,273.3 L228,258.9 L229.7,249 L231.4,241.6 L233.2,235.9 L234.9,231.4 L236.6,227.6 L238.3,224.4 L240,221.7 L241.7,219.3 L243.4,217.2 L245.1,215.3 L246.8,213.6 L248.5,212.1 L250.2,210.7 L251.9,209.4 L253.6,208.2 L255.3,207.1 L257.1,206 L258.8,205.1 L260.5,204.1 L262.2,203.3 L263.9,202.4 L265.6,201.7 L267.3,200.9 L269,200.2 L270.7,199.6 L272.4,198.9 L274.1,198.3 L275.8,197.7 L277.5,197.1 L279.3,196.6 L281,196 L282.7,195.5 L284.4,195 L286.1,194.6 L287.8,194.1 L289.5,193.7 L291.2,193.2 L292.9,192.8 L294.6,192.4 L296.3,192 L298,191.6 L299.7,191.2 L301.4,190.9 L303.2,190.5 L304.9,190.2 L306.6,189.8 L308.3,189.5 L310,189.2 L311.7,188.8 L313.4,188.5 L315.1,188.2 L316.8,187.9 L318.5,187.6 L320.2,187.3 L321.9,187.1 L323.6,186.8 L325.4,186.5 L327.1,186.2 L328.8,186 L330.5,185.7 L332.2,185.5 L333.9,185.2 L335.6,185 L337.3,184.7 L339,184.5 L340.7,184.3 L342.4,184.1 L344.1,183.8 L345.8,183.6 L347.5,183.4 L349.3,183.2 L351,183 L352.7,182.8 L354.4,182.6 L356.1,182.4 L357.8,182.2 L359.5,182 L361.2,181.8 L362.9,181.6 L364.6,181.4 L366.3,181.2 L368,181 L369.7,180.8 L371.5,180.7 L373.2,180.5 L374.9,180.3 L376.6,180.1 L378.3,180 L380,179.8 L381.7,179.6 L383.4,179.5 L385.1,179.3 L386.8,179.1 L388.5,179 L390.2,178.8 L391.9,178.7 L393.7,178.5 L395.4,178.4 L397.1,178.2 L398.8,178.1 L400.5,177.9 L402.2,177.8 L403.9,177.6 L405.6,177.5 L407.3,177.3 L409,177.2 L410.7,177.1 L412.4,176.9 L414.1,176.8 L415.8,176.7 L417.6,176.5 L419.3,176.4 L421,176.3 L422.7,176.1 L424.4,176 L426.1,175.9 L427.8,175.8 L429.5,175.6 L431.2,175.5 L432.9,175.4 L434.6,175.3 L436.3,175.1 L438,175 L439.8,174.9 L441.5,174.8 L443.2,174.7 L444.9,174.6 L446.6,174.4 L448.3,174.3 L450,174.2 L451.7,174.1 L453.4,174 L455.1,173.9 L456.8,173.8 L458.5,173.7 L460.2,173.5 L461.9,173.4 L463.7,173.3 L465.4,173.2 L467.1,173.1 L468.8,173 L470.5,172.9 L472.2,172.8 L473.9,172.7 L475.6,172.6 L477.3,172.5 L479,172.4 L480.7,172.3 L482.4,172.2 L484.1,172.1 L485.9,172 L487.6,171.9 L489.3,171.8 L491,171.7 L492.7,171.6 L494.4,171.5 L496.1,171.5 L497.8,171.4 L499.5,171.3 L501.2,171.2 L502.9,171.1 L504.6,171 L506.3,170.9 L508.1,170.8 L509.8,170.7 L511.5,170.6 L513.2,170.6 L514.9,170.5 L516.6,170.4 L518.3,170.3 L520,170.2 L521.7,170.1 L523.4,170 L525.1,170 L526.8,169.9 L528.5,169.8 L530.2,169.7 L532,169.6 L533.7,169.6 L535.4,169.5 L537.1,169.4 L538.8,169.3 L540.5,169.2 L542.2,169.2 L543.9,169.1 L545.6,169 L547.3,168.9 L549,168.8 L550.7,168.8 L552.4,168.7 L554.2,168.6 L555.9,168.5 L557.6,168.5 L559.3,168.4 L561,168.3 L562.7,168.2 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M188,341 L188.2,334.6 L188.3,328.7 L188.5,323.2 L188.6,318.1 L188.7,313.4 L188.9,309 L189,304.9 L189.2,301 L189.3,297.3 L189.4,293.9 L189.6,290.7 L189.7,287.6 L189.9,284.7 L190,282 L190.1,279.3 L190.3,276.8 L190.4,274.5 L190.6,272.2 L190.7,270 L190.8,268 L191,266 L191.1,264.1 L191.3,262.2 L191.4,260.5 L191.5,258.8 L191.7,257.1 L191.8,255.6 L192,254 L192.1,252.6 L192.2,251.1 L192.4,249.8 L192.5,248.4 L192.7,247.1 L192.8,245.9 L192.9,244.7 L193.1,243.5 L193.2,242.4 L193.4,241.2 L193.5,240.1 L193.6,239.1 L193.8,238.1 L193.9,237.1 L194.1,236.1 L194.2,235.1 L194.3,234.2 L194.5,233.3 L194.6,232.4 L194.8,231.5 L194.9,230.6 L195,229.8 L195.2,229 L195.3,228.2 L195.5,227.4 L195.6,226.6 L195.7,225.8 L195.9,225.1 L196,224.3 L196.2,223.6 L196.3,222.9 L196.4,222.2 L196.6,221.5 L196.7,220.8 L196.9,220.2 L197,219.5 L197.1,218.8 L197.3,218.2 L197.4,217.6 L197.6,216.9 L197.7,216.3 L197.9,215.7 L198,215.1 L198.1,214.5 L198.3,213.9 L198.4,213.3 L198.6,212.7 L198.7,212.2 L198.8,211.6 L199,211 L199.1,210.5 L199.3,209.9 L199.4,209.4 L199.5,208.8 L199.7,208.3 L199.8,207.7 L200,207.2 L200.1,206.7 L200.2,206.1 L200.4,205.6 L200.5,205.1 L200.7,204.5 L200.8,204 L200.9,203.5 L201.1,203 L201.2,202.5 L201.4,201.9 L201.5,201.4 L201.6,200.9 L201.8,200.4 L201.9,199.9 L202.1,199.4 L202.2,198.9 L202.3,198.4 L202.5,197.8 L202.6,197.3 L202.8,196.8 L202.9,196.3 L203,195.8 L203.2,195.3 L203.3,194.7 L203.5,194.2 L203.6,193.7 L203.7,193.2 L203.9,192.7 L204,192.1 L204.2,191.6 L204.3,191.1 L204.4,190.5 L204.6,190 L204.7,189.5 L204.9,188.9 L205,188.4 L205.1,187.8 L205.3,187.3 L205.4,186.7 L205.6,186.1 L205.7,185.5 L205.8,185 L206,184.4 L206.1,183.8 L206.3,183.2 L206.4,182.6 L206.6,182 L206.7,181.4 L206.8,180.8 L207,180.1 L207.1,179.5 L207.3,178.8 L207.4,178.2 L207.5,177.5 L207.7,176.8 L207.8,176.1 L208,175.4 L208.1,174.7 L208.2,174 L208.4,173.3 L208.5,172.5 L208.7,171.8 L208.8,171 L208.9,170.2 L209.1,169.4 L209.2,168.6 L209.4,167.7 L209.5,166.9 L209.6,166 L209.8,165.1 L209.9,164.2 L210.1,163.3 L210.2,162.3 L210.3,161.3 L210.5,160.3 L210.6,159.3 L210.8,158.2 L210.9,157.1 L211,156 L211.2,154.8 L211.3,153.6 L211.5,152.4 L211.6,151.1 L211.7,149.8 L211.9,148.4 L212,147 L212.2,145.6 L212.3,144.1 L212.4,142.5 L212.6,140.9 L212.7,139.3 L212.9,137.5 L213,135.7 L213.1,133.8 L213.3,131.9 L213.4,129.8 L213.6,127.6 L213.7,125.4 L213.8,123 L214,120.6 L214.1,118 L214.3,115.2 L214.4,112.3 L214.5,109.3 L214.7,106.1 L214.8,102.6 L215,98.99 L215.1,95.12 L215.2,90.99 L215.4,86.57 L215.5,81.84 L215.7,76.74 L215.8,71.25 L216,65.31 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M153.4,341 L153.5,334 L153.7,327.6 L153.8,321.6 L153.9,316.2 L154.1,311.1 L154.2,306.3 L154.3,301.9 L154.5,297.7 L154.6,293.8 L154.8,290.2 L154.9,286.7 L155,283.5 L155.2,280.4 L155.3,277.5 L155.5,274.7 L155.6,272 L155.7,269.5 L155.9,267.1 L156,264.8 L156.2,262.7 L156.3,260.6 L156.4,258.5 L156.6,256.6 L156.7,254.8 L156.9,253 L157,251.3 L157.1,249.6 L157.3,248 L157.4,246.5 L157.6,245 L157.7,243.5 L157.8,242.1 L158,240.8 L158.1,239.5 L158.3,238.2 L158.4,237 L158.5,235.8 L158.7,234.6 L158.8,233.5 L159,232.4 L159.1,231.3 L159.2,230.2 L159.4,229.2 L159.5,228.2 L159.7,227.2 L159.8,226.3 L159.9,225.3 L160.1,224.4 L160.2,223.5 L160.4,222.6 L160.5,221.8 L160.6,220.9 L160.8,220.1 L160.9,219.3 L161,218.5 L161.2,217.7 L161.3,216.9 L161.5,216.2 L161.6,215.4 L161.7,214.7 L161.9,214 L162,213.3 L162.2,212.6 L162.3,211.9 L162.4,211.2 L162.6,210.5 L162.7,209.9 L162.9,209.2 L163,208.5 L163.1,207.9 L163.3,207.3 L163.4,206.6 L163.6,206 L163.7,205.4 L163.8,204.8 L164,204.2 L164.1,203.6 L164.3,203 L164.4,202.4 L164.5,201.8 L164.7,201.3 L164.8,200.7 L165,200.1 L165.1,199.5 L165.2,199 L165.4,198.4 L165.5,197.9 L165.7,197.3 L165.8,196.8 L165.9,196.2 L166.1,195.7 L166.2,195.1 L166.4,194.6 L166.5,194 L166.6,193.5 L166.8,193 L166.9,192.4 L167.1,191.9 L167.2,191.3 L167.3,190.8 L167.5,190.3 L167.6,189.7 L167.8,189.2 L167.9,188.7 L168,188.1 L168.2,187.6 L168.3,187.1 L168.4,186.5 L168.6,186 L168.7,185.4 L168.9,184.9 L169,184.4 L169.1,183.8 L169.3,183.3 L169.4,182.7 L169.6,182.2 L169.7,181.6 L169.8,181 L170,180.5 L170.1,179.9 L170.3,179.4 L170.4,178.8 L170.5,178.2 L170.7,177.6 L170.8,177 L171,176.4 L171.1,175.9 L171.2,175.3 L171.4,174.6 L171.5,174 L171.7,173.4 L171.8,172.8 L171.9,172.2 L172.1,171.5 L172.2,170.9 L172.4,170.2 L172.5,169.6 L172.6,168.9 L172.8,168.2 L172.9,167.5 L173.1,166.8 L173.2,166.1 L173.3,165.4 L173.5,164.7 L173.6,163.9 L173.8,163.2 L173.9,162.4 L174,161.6 L174.2,160.8 L174.3,160 L174.5,159.2 L174.6,158.4 L174.7,157.5 L174.9,156.6 L175,155.8 L175.1,154.8 L175.3,153.9 L175.4,153 L175.6,152 L175.7,151 L175.8,150 L176,148.9 L176.1,147.9 L176.3,146.8 L176.4,145.6 L176.5,144.5 L176.7,143.3 L176.8,142 L177,140.8 L177.1,139.5 L177.2,138.1 L177.4,136.7 L177.5,135.3 L177.7,133.8 L177.8,132.3 L177.9,130.7 L178.1,129.1 L178.2,127.3 L178.4,125.6 L178.5,123.7 L178.6,121.8 L178.8,119.8 L178.9,117.7 L179.1,115.5 L179.2,113.2 L179.3,110.9 L179.5,108.4 L179.6,105.7 L179.8,103 L179.9,100 L180,96.97 L180.2,93.72 L180.3,90.27 L180.5,86.62 L180.6,82.73 L180.7,78.59 L180.9,74.17 L181,69.43 L181.2,64.34 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M118.8,341 L118.9,333.6 L119.1,326.8 L119.2,320.6 L119.3,314.8 L119.5,309.5 L119.6,304.5 L119.7,299.9 L119.9,295.6 L120,291.5 L120.2,287.7 L120.3,284.1 L120.4,280.7 L120.6,277.5 L120.7,274.5 L120.9,271.6 L121,268.9 L121.1,266.3 L121.3,263.8 L121.4,261.5 L121.6,259.2 L121.7,257 L121.8,255 L122,253 L122.1,251.1 L122.3,249.2 L122.4,247.5 L122.5,245.8 L122.7,244.1 L122.8,242.5 L122.9,241 L123.1,239.5 L123.2,238.1 L123.4,236.7 L123.5,235.4 L123.6,234.1 L123.8,232.8 L123.9,231.6 L124.1,230.4 L124.2,229.2 L124.3,228.1 L124.5,227 L124.6,225.9 L124.8,224.8 L124.9,223.8 L125,222.8 L125.2,221.8 L125.3,220.9 L125.5,219.9 L125.6,219 L125.7,218.1 L125.9,217.3 L126,216.4 L126.1,215.5 L126.3,214.7 L126.4,213.9 L126.6,213.1 L126.7,212.3 L126.8,211.5 L127,210.8 L127.1,210 L127.3,209.3 L127.4,208.6 L127.5,207.8 L127.7,207.1 L127.8,206.4 L128,205.8 L128.1,205.1 L128.2,204.4 L128.4,203.7 L128.5,203.1 L128.7,202.4 L128.8,201.8 L128.9,201.2 L129.1,200.5 L129.2,199.9 L129.4,199.3 L129.5,198.7 L129.6,198.1 L129.8,197.5 L129.9,196.9 L130,196.3 L130.2,195.7 L130.3,195.2 L130.5,194.6 L130.6,194 L130.7,193.4 L130.9,192.9 L131,192.3 L131.2,191.7 L131.3,191.2 L131.4,190.6 L131.6,190.1 L131.7,189.5 L131.9,189 L132,188.4 L132.1,187.9 L132.3,187.3 L132.4,186.8 L132.6,186.2 L132.7,185.7 L132.8,185.1 L133,184.6 L133.1,184.1 L133.2,183.5 L133.4,183 L133.5,182.4 L133.7,181.9 L133.8,181.3 L133.9,180.8 L134.1,180.3 L134.2,179.7 L134.4,179.2 L134.5,178.6 L134.6,178 L134.8,177.5 L134.9,176.9 L135.1,176.4 L135.2,175.8 L135.3,175.2 L135.5,174.7 L135.6,174.1 L135.8,173.5 L135.9,172.9 L136,172.4 L136.2,171.8 L136.3,171.2 L136.4,170.6 L136.6,170 L136.7,169.4 L136.9,168.8 L137,168.1 L137.1,167.5 L137.3,166.9 L137.4,166.2 L137.6,165.6 L137.7,164.9 L137.8,164.3 L138,163.6 L138.1,162.9 L138.3,162.2 L138.4,161.6 L138.5,160.8 L138.7,160.1 L138.8,159.4 L139,158.7 L139.1,157.9 L139.2,157.2 L139.4,156.4 L139.5,155.6 L139.7,154.8 L139.8,154 L139.9,153.2 L140.1,152.3 L140.2,151.4 L140.3,150.6 L140.5,149.7 L140.6,148.8 L140.8,147.8 L140.9,146.9 L141,145.9 L141.2,144.9 L141.3,143.9 L141.5,142.8 L141.6,141.7 L141.7,140.6 L141.9,139.5 L142,138.3 L142.2,137.1 L142.3,135.9 L142.4,134.6 L142.6,133.3 L142.7,132 L142.9,130.6 L143,129.2 L143.1,127.7 L143.3,126.1 L143.4,124.6 L143.5,122.9 L143.7,121.2 L143.8,119.4 L144,117.6 L144.1,115.7 L144.2,113.7 L144.4,111.6 L144.5,109.4 L144.7,107.2 L144.8,104.8 L144.9,102.3 L145.1,99.7 L145.2,96.96 L145.4,94.07 L145.5,91.03 L145.6,87.81 L145.8,84.41 L145.9,80.8 L146.1,76.97 L146.2,72.88 L146.3,68.53 L146.5,63.86 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,341 L84.34,333.3 L84.48,326.3 L84.62,319.8 L84.76,313.9 L84.89,308.3 L85.03,303.2 L85.17,298.4 L85.31,294 L85.45,289.8 L85.59,285.9 L85.73,282.2 L85.87,278.7 L86.01,275.4 L86.14,272.3 L86.28,269.4 L86.42,266.6 L86.56,263.9 L86.7,261.4 L86.84,259 L86.98,256.6 L87.12,254.4 L87.26,252.3 L87.39,250.3 L87.53,248.3 L87.67,246.5 L87.81,244.7 L87.95,242.9 L88.09,241.3 L88.23,239.7 L88.37,238.1 L88.51,236.6 L88.64,235.1 L88.78,233.7 L88.92,232.4 L89.06,231 L89.2,229.7 L89.34,228.5 L89.48,227.3 L89.62,226.1 L89.76,224.9 L89.89,223.8 L90.03,222.7 L90.17,221.7 L90.31,220.6 L90.45,219.6 L90.59,218.6 L90.73,217.6 L90.87,216.7 L91,215.7 L91.14,214.8 L91.28,213.9 L91.42,213.1 L91.56,212.2 L91.7,211.4 L91.84,210.5 L91.98,209.7 L92.12,208.9 L92.25,208.2 L92.39,207.4 L92.53,206.6 L92.67,205.9 L92.81,205.1 L92.95,204.4 L93.09,203.7 L93.23,203 L93.37,202.3 L93.5,201.6 L93.64,200.9 L93.78,200.3 L93.92,199.6 L94.06,199 L94.2,198.3 L94.34,197.7 L94.48,197 L94.62,196.4 L94.75,195.8 L94.89,195.2 L95.03,194.6 L95.17,194 L95.31,193.4 L95.45,192.8 L95.59,192.2 L95.73,191.6 L95.87,191 L96,190.4 L96.14,189.8 L96.28,189.3 L96.42,188.7 L96.56,188.1 L96.7,187.6 L96.84,187 L96.98,186.5 L97.12,185.9 L97.25,185.3 L97.39,184.8 L97.53,184.2 L97.67,183.7 L97.81,183.1 L97.95,182.6 L98.09,182 L98.23,181.5 L98.37,181 L98.5,180.4 L98.64,179.9 L98.78,179.3 L98.92,178.8 L99.06,178.2 L99.2,177.7 L99.34,177.1 L99.48,176.6 L99.62,176 L99.75,175.5 L99.89,174.9 L100,174.4 L100.2,173.8 L100.3,173.2 L100.4,172.7 L100.6,172.1 L100.7,171.5 L100.9,171 L101,170.4 L101.1,169.8 L101.3,169.2 L101.4,168.7 L101.6,168.1 L101.7,167.5 L101.8,166.9 L102,166.3 L102.1,165.7 L102.3,165.1 L102.4,164.4 L102.5,163.8 L102.7,163.2 L102.8,162.5 L102.9,161.9 L103.1,161.3 L103.2,160.6 L103.4,159.9 L103.5,159.3 L103.6,158.6 L103.8,157.9 L103.9,157.2 L104.1,156.5 L104.2,155.7 L104.3,155 L104.5,154.3 L104.6,153.5 L104.8,152.7 L104.9,152 L105,151.2 L105.2,150.4 L105.3,149.5 L105.4,148.7 L105.6,147.9 L105.7,147 L105.9,146.1 L106,145.2 L106.1,144.3 L106.3,143.3 L106.4,142.4 L106.6,141.4 L106.7,140.4 L106.8,139.3 L107,138.3 L107.1,137.2 L107.3,136.1 L107.4,134.9 L107.5,133.8 L107.7,132.6 L107.8,131.3 L107.9,130 L108.1,128.7 L108.2,127.4 L108.4,126 L108.5,124.5 L108.6,123 L108.8,121.5 L108.9,119.9 L109.1,118.2 L109.2,116.5 L109.3,114.8 L109.5,112.9 L109.6,111 L109.8,109 L109.9,106.9 L110,104.7 L110.2,102.4 L110.3,100 L110.4,97.53 L110.6,94.91 L110.7,92.15 L110.9,89.24 L111,86.18 L111.1,82.95 L111.3,79.52 L111.4,75.89 L111.6,72.04 L111.7,67.93 L111.8,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">digamma</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

+722
View File
@@ -0,0 +1,722 @@
/*! \file dist_graphs.cpp
\brief Produces Scalable Vector Graphic (.svg) files for all distributions.
\details These files can be viewed using most browsers,
though MS Internet Explorer requires a plugin from Adobe.
These file can be converted to .png using Inkscape
(see www.inkscape.org) Export Bit option which by default produces
a Portable Network Graphic file with that same filename but .png suffix instead of .svg.
Using Python, generate.sh does this conversion automatically for all .svg files in a folder.
\author John Maddock and Paul A. Bristow
*/
// Copyright John Maddock 2008.
// Copyright Paul A. Bristow 2008, 2009, 2012
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifdef _MSC_VER
# pragma warning (disable : 4180) // qualifier applied to function type has no meaning; ignored
# pragma warning (disable : 4503) // decorated name length exceeded, name was truncated
# pragma warning (disable : 4512) // assignment operator could not be generated
# pragma warning (disable : 4224) // nonstandard extension used : formal parameter 'function_ptr' was previously defined as a type
# pragma warning (disable : 4127) // conditional expression is constant
#endif
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#include <boost/math/distributions.hpp>
#include <boost/math/tools/roots.hpp>
#include <boost/svg_plot/svg_2d_plot.hpp>
#include <list>
#include <map>
#include <string>
template <class Dist>
struct is_discrete_distribution
: public boost::mpl::false_{};
template<class T, class P>
struct is_discrete_distribution<boost::math::bernoulli_distribution<T,P> >
: public boost::mpl::true_{};
template<class T, class P>
struct is_discrete_distribution<boost::math::binomial_distribution<T,P> >
: public boost::mpl::true_{};
template<class T, class P>
struct is_discrete_distribution<boost::math::negative_binomial_distribution<T,P> >
: public boost::mpl::true_{};
template<class T, class P>
struct is_discrete_distribution<boost::math::poisson_distribution<T,P> >
: public boost::mpl::true_{};
template<class T, class P>
struct is_discrete_distribution<boost::math::hypergeometric_distribution<T,P> >
: public boost::mpl::true_{};
template <class Dist>
struct value_finder
{
value_finder(Dist const& d, typename Dist::value_type v)
: m_dist(d), m_value(v) {}
inline typename Dist::value_type operator()(const typename Dist::value_type& x)
{
return pdf(m_dist, x) - m_value;
}
private:
Dist m_dist;
typename Dist::value_type m_value;
};
template <class Dist>
class distribution_plotter
{
public:
distribution_plotter() : m_pdf(true), m_min_x(0), m_max_x(0), m_min_y(0), m_max_y(0) {}
distribution_plotter(bool pdf) : m_pdf(pdf), m_min_x(0), m_max_x(0), m_min_y(0), m_max_y(0) {}
void add(const Dist& d, const std::string& name)
{
// Add name of distribution to our list for later:
m_distributions.push_back(std::make_pair(name, d));
//
// Get the extent of the distribution from the support:
double a, b;
std::tr1::tie(a, b) = support(d);
//
// PDF maximimum is at the mode (probably):
double mod;
try
{
mod = mode(d);
}
catch(const std::domain_error& )
{ // but if not use the lower limit of support.
mod = a;
}
if((mod <= a) && !is_discrete_distribution<Dist>::value)
{ // Continuous distribution at or below lower limit of support.
double margin = 1e-2; // Margin of 1% (say) to get lowest off the 'end stop'.
if((a != 0) && (fabs(a) > margin))
{
mod = a * (1 + ((a > 0) ? margin : -margin));
}
else
{ // Case of mod near zero?
mod = margin;
}
}
double peek_y = pdf(d, mod);
double min_y = peek_y / 20;
//
// If the extent is "infinite" then find out how large it
// has to be for the PDF to decay to min_y:
//
if(a <= -(std::numeric_limits<double>::max)())
{
boost::uintmax_t max_iter = 500;
double guess = mod;
if((pdf(d, 0) > min_y) || (guess == 0))
guess = -1e-3;
a = boost::math::tools::bracket_and_solve_root(
value_finder<Dist>(d, min_y),
guess,
8.0,
true,
boost::math::tools::eps_tolerance<double>(10),
max_iter).first;
}
if(b >= (std::numeric_limits<double>::max)())
{
boost::uintmax_t max_iter = 500;
double guess = mod;
if(a <= 0)
if((pdf(d, 0) > min_y) || (guess == 0))
guess = 1e-3;
b = boost::math::tools::bracket_and_solve_root(
value_finder<Dist>(d, min_y),
guess,
8.0,
false,
boost::math::tools::eps_tolerance<double>(10),
max_iter).first;
}
//
// Recalculate peek_y and location of mod so that
// it's not too close to one end of the graph:
// otherwise we may be shooting off to infinity.
//
if(!is_discrete_distribution<Dist>::value)
{
if(mod <= a + (b-a)/50)
{
mod = a + (b-a)/50;
}
if(mod >= b - (b-a)/50)
{
mod = b - (b-a)/50;
}
peek_y = pdf(d, mod);
}
//
// Now set our limits:
//
if(peek_y > m_max_y)
m_max_y = peek_y;
if(m_max_x == m_min_x)
{
m_max_x = b;
m_min_x = a;
}
else
{
if(a < m_min_x)
m_min_x = a;
if(b > m_max_x)
m_max_x = b;
}
}
void plot(const std::string& title, const std::string& file)
{
using namespace boost::svg;
static const svg_color colors[5] =
{
darkblue,
darkred,
darkgreen,
darkorange,
chartreuse
};
if(m_pdf == false)
{
m_min_y = 0;
m_max_y = 1;
}
svg_2d_plot plot;
plot.image_x_size(750);
plot.image_y_size(400);
plot.coord_precision(4); // Avoids any visible steps.
plot.title_font_size(20);
plot.legend_title_font_size(15);
plot.title(title);
if((m_distributions.size() == 1) && (m_distributions.begin()->first == ""))
plot.legend_on(false);
else
plot.legend_on(true);
plot.title_on(true);
//plot.x_major_labels_on(true).y_major_labels_on(true);
//double x_delta = (m_max_x - m_min_x) / 10;
double y_delta = (m_max_y - m_min_y) / 10;
if(is_discrete_distribution<Dist>::value)
plot.x_range(m_min_x - 0.5, m_max_x + 0.5)
.y_range(m_min_y, m_max_y + y_delta);
else
plot.x_range(m_min_x, m_max_x)
.y_range(m_min_y, m_max_y + y_delta);
plot.x_label_on(true).x_label("Random Variable");
plot.y_label_on(true).y_label("Probability");
plot.plot_border_color(lightslategray)
.background_border_color(lightslategray)
.legend_border_color(lightslategray)
.legend_background_color(white);
//
// Work out axis tick intervals:
//
double l = std::floor(std::log10((m_max_x - m_min_x) / 10) + 0.5);
double interval = std::pow(10.0, (int)l);
if(((m_max_x - m_min_x) / interval) > 10)
interval *= 5;
if(is_discrete_distribution<Dist>::value)
{
interval = interval > 1 ? std::floor(interval) : 1;
plot.x_num_minor_ticks(0);
}
plot.x_major_interval(interval);
l = std::floor(std::log10((m_max_y - m_min_y) / 10) + 0.5);
interval = std::pow(10.0, (int)l);
if(((m_max_y - m_min_y) / interval) > 10)
interval *= 5;
plot.y_major_interval(interval);
int color_index = 0;
if(!is_discrete_distribution<Dist>::value)
{
//
// Continuous distribution:
//
for(std::list<std::pair<std::string, Dist> >::const_iterator i = m_distributions.begin();
i != m_distributions.end(); ++i)
{
double x = m_min_x;
double interval = (m_max_x - m_min_x) / 200;
std::map<double, double> data;
while(x <= m_max_x)
{
data[x] = m_pdf ? pdf(i->second, x) : cdf(i->second, x);
x += interval;
}
plot.plot(data, i->first)
.line_on(true)
.line_color(colors[color_index])
.line_width(1.)
.shape(none);
//.bezier_on(true) // Bezier can't cope with badly behaved like uniform & triangular.
++color_index;
color_index = color_index % (sizeof(colors)/sizeof(colors[0]));
}
}
else
{
//
// Discrete distribution:
//
double x_width = 0.75 / m_distributions.size();
double x_off = -0.5 * 0.75;
for(std::list<std::pair<std::string, Dist> >::const_iterator i = m_distributions.begin();
i != m_distributions.end(); ++i)
{
double x = ceil(m_min_x);
double interval = 1;
std::map<double, double> data;
while(x <= m_max_x)
{
double p;
try{
p = m_pdf ? pdf(i->second, x) : cdf(i->second, x);
}
catch(const std::domain_error&)
{
p = 0;
}
data[x + x_off] = 0;
data[x + x_off + 0.00001] = p;
data[x + x_off + x_width] = p;
data[x + x_off + x_width + 0.00001] = 0;
x += interval;
}
x_off += x_width;
svg_2d_plot_series& s = plot.plot(data, i->first);
s.line_on(true)
.line_color(colors[color_index])
.line_width(1.)
.shape(none)
.area_fill(colors[color_index]);
++color_index;
color_index = color_index % (sizeof(colors)/sizeof(colors[0]));
}
}
plot.write(file);
}
private:
bool m_pdf;
std::list<std::pair<std::string, Dist> > m_distributions;
double m_min_x, m_max_x, m_min_y, m_max_y;
};
int main()
{
try
{
distribution_plotter<boost::math::gamma_distribution<> >
gamma_plotter;
gamma_plotter.add(boost::math::gamma_distribution<>(0.75), "shape = 0.75");
gamma_plotter.add(boost::math::gamma_distribution<>(1), "shape = 1");
gamma_plotter.add(boost::math::gamma_distribution<>(3), "shape = 3");
gamma_plotter.plot("Gamma Distribution PDF With Scale = 1", "gamma1_pdf.svg");
distribution_plotter<boost::math::gamma_distribution<> >
gamma_plotter2;
gamma_plotter2.add(boost::math::gamma_distribution<>(2, 0.5), "scale = 0.5");
gamma_plotter2.add(boost::math::gamma_distribution<>(2, 1), "scale = 1");
gamma_plotter2.add(boost::math::gamma_distribution<>(2, 2), "scale = 2");
gamma_plotter2.plot("Gamma Distribution PDF With Shape = 2", "gamma2_pdf.svg");
distribution_plotter<boost::math::normal>
normal_plotter;
normal_plotter.add(boost::math::normal(0, 1), "&#x3BC; = 0, &#x3C3; = 1");
normal_plotter.add(boost::math::normal(0, 0.5), "&#x3BC; = 0, &#x3C3; = 0.5");
normal_plotter.add(boost::math::normal(0, 2), "&#x3BC; = 0, &#x3C3; = 2");
normal_plotter.add(boost::math::normal(-1, 1), "&#x3BC; = -1, &#x3C3; = 1");
normal_plotter.add(boost::math::normal(1, 1), "&#x3BC; = 1, &#x3C3; = 1");
normal_plotter.plot("Normal Distribution PDF", "normal_pdf.svg");
distribution_plotter<boost::math::laplace>
laplace_plotter;
laplace_plotter.add(boost::math::laplace(0, 1), "&#x3BC; = 0, &#x3C3; = 1");
laplace_plotter.add(boost::math::laplace(0, 0.5), "&#x3BC; = 0, &#x3C3; = 0.5");
laplace_plotter.add(boost::math::laplace(0, 2), "&#x3BC; = 0, &#x3C3; = 2");
laplace_plotter.add(boost::math::laplace(-1, 1), "&#x3BC; = -1, &#x3C3; = 1");
laplace_plotter.add(boost::math::laplace(1, 1), "&#x3BC; = 1, &#x3C3; = 1");
laplace_plotter.plot("Laplace Distribution PDF", "laplace_pdf.svg");
distribution_plotter<boost::math::non_central_chi_squared>
nc_cs_plotter;
nc_cs_plotter.add(boost::math::non_central_chi_squared(20, 0), "v=20, &#x3BB;=0");
nc_cs_plotter.add(boost::math::non_central_chi_squared(20, 1), "v=20, &#x3BB;=1");
nc_cs_plotter.add(boost::math::non_central_chi_squared(20, 5), "v=20, &#x3BB;=5");
nc_cs_plotter.add(boost::math::non_central_chi_squared(20, 10), "v=20, &#x3BB;=10");
nc_cs_plotter.add(boost::math::non_central_chi_squared(20, 20), "v=20, &#x3BB;=20");
nc_cs_plotter.add(boost::math::non_central_chi_squared(20, 100), "v=20, &#x3BB;=100");
nc_cs_plotter.plot("Non Central Chi Squared PDF", "nccs_pdf.svg");
distribution_plotter<boost::math::non_central_beta>
nc_beta_plotter;
nc_beta_plotter.add(boost::math::non_central_beta(10, 15, 0), "&#x3B1;=10, &#x3B2;=15, &#x3B4;=0");
nc_beta_plotter.add(boost::math::non_central_beta(10, 15, 1), "&#x3B1;=10, &#x3B2;=15, &#x3B4;=1");
nc_beta_plotter.add(boost::math::non_central_beta(10, 15, 5), "&#x3B1;=10, &#x3B2;=15, &#x3B4;=5");
nc_beta_plotter.add(boost::math::non_central_beta(10, 15, 10), "&#x3B1;=10, &#x3B2;=15, &#x3B4;=10");
nc_beta_plotter.add(boost::math::non_central_beta(10, 15, 40), "&#x3B1;=10, &#x3B2;=15, &#x3B4;=40");
nc_beta_plotter.add(boost::math::non_central_beta(10, 15, 100), "&#x3B1;=10, &#x3B2;=15, &#x3B4;=100");
nc_beta_plotter.plot("Non Central Beta PDF", "nc_beta_pdf.svg");
distribution_plotter<boost::math::non_central_f>
nc_f_plotter;
nc_f_plotter.add(boost::math::non_central_f(10, 20, 0), "v1=10, v2=20, &#x3BB;=0");
nc_f_plotter.add(boost::math::non_central_f(10, 20, 1), "v1=10, v2=20, &#x3BB;=1");
nc_f_plotter.add(boost::math::non_central_f(10, 20, 5), "v1=10, v2=20, &#x3BB;=5");
nc_f_plotter.add(boost::math::non_central_f(10, 20, 10), "v1=10, v2=20, &#x3BB;=10");
nc_f_plotter.add(boost::math::non_central_f(10, 20, 40), "v1=10, v2=20, &#x3BB;=40");
nc_f_plotter.add(boost::math::non_central_f(10, 20, 100), "v1=10, v2=20, &#x3BB;=100");
nc_f_plotter.plot("Non Central F PDF", "nc_f_pdf.svg");
distribution_plotter<boost::math::non_central_t>
nc_t_plotter;
nc_t_plotter.add(boost::math::non_central_t(10, -10), "v=10, &#x3B4;=-10");
nc_t_plotter.add(boost::math::non_central_t(10, -5), "v=10, &#x3B4;=-5");
nc_t_plotter.add(boost::math::non_central_t(10, 0), "v=10, &#x3B4;=0");
nc_t_plotter.add(boost::math::non_central_t(10, 5), "v=10, &#x3B4;=5");
nc_t_plotter.add(boost::math::non_central_t(10, 10), "v=10, &#x3B4;=10");
nc_t_plotter.add(boost::math::non_central_t(std::numeric_limits<double>::infinity(), 15), "v=inf, &#x3B4;=15");
nc_t_plotter.plot("Non Central T PDF", "nc_t_pdf.svg");
distribution_plotter<boost::math::non_central_t>
nc_t_CDF_plotter(false);
nc_t_CDF_plotter.add(boost::math::non_central_t(10, -10), "v=10, &#x3B4;=-10");
nc_t_CDF_plotter.add(boost::math::non_central_t(10, -5), "v=10, &#x3B4;=-5");
nc_t_CDF_plotter.add(boost::math::non_central_t(10, 0), "v=10, &#x3B4;=0");
nc_t_CDF_plotter.add(boost::math::non_central_t(10, 5), "v=10, &#x3B4;=5");
nc_t_CDF_plotter.add(boost::math::non_central_t(10, 10), "v=10, &#x3B4;=10");
nc_t_CDF_plotter.add(boost::math::non_central_t(std::numeric_limits<double>::infinity(), 15), "v=inf, &#x3B4;=15");
nc_t_CDF_plotter.plot("Non Central T CDF", "nc_t_cdf.svg");
distribution_plotter<boost::math::beta_distribution<> >
beta_plotter;
beta_plotter.add(boost::math::beta_distribution<>(0.5, 0.5), "alpha=0.5, beta=0.5");
beta_plotter.add(boost::math::beta_distribution<>(5, 1), "alpha=5, beta=1");
beta_plotter.add(boost::math::beta_distribution<>(1, 3), "alpha=1, beta=3");
beta_plotter.add(boost::math::beta_distribution<>(2, 2), "alpha=2, beta=2");
beta_plotter.add(boost::math::beta_distribution<>(2, 5), "alpha=2, beta=5");
beta_plotter.plot("Beta Distribution PDF", "beta_pdf.svg");
distribution_plotter<boost::math::cauchy_distribution<> >
cauchy_plotter;
cauchy_plotter.add(boost::math::cauchy_distribution<>(-5, 1), "location = -5");
cauchy_plotter.add(boost::math::cauchy_distribution<>(0, 1), "location = 0");
cauchy_plotter.add(boost::math::cauchy_distribution<>(5, 1), "location = 5");
cauchy_plotter.plot("Cauchy Distribution PDF (scale = 1)", "cauchy_pdf1.svg");
distribution_plotter<boost::math::cauchy_distribution<> >
cauchy_plotter2;
cauchy_plotter2.add(boost::math::cauchy_distribution<>(0, 0.5), "scale = 0.5");
cauchy_plotter2.add(boost::math::cauchy_distribution<>(0, 1), "scale = 1");
cauchy_plotter2.add(boost::math::cauchy_distribution<>(0, 2), "scale = 2");
cauchy_plotter2.plot("Cauchy Distribution PDF (location = 0)", "cauchy_pdf2.svg");
distribution_plotter<boost::math::chi_squared_distribution<> >
chi_squared_plotter;
//chi_squared_plotter.add(boost::math::chi_squared_distribution<>(1), "v=1");
chi_squared_plotter.add(boost::math::chi_squared_distribution<>(2), "v=2");
chi_squared_plotter.add(boost::math::chi_squared_distribution<>(5), "v=5");
chi_squared_plotter.add(boost::math::chi_squared_distribution<>(10), "v=10");
chi_squared_plotter.plot("Chi Squared Distribution PDF", "chi_squared_pdf.svg");
distribution_plotter<boost::math::exponential_distribution<> >
exponential_plotter;
exponential_plotter.add(boost::math::exponential_distribution<>(0.5), "&#x3BB;=0.5");
exponential_plotter.add(boost::math::exponential_distribution<>(1), "&#x3BB;=1");
exponential_plotter.add(boost::math::exponential_distribution<>(2), "&#x3BB;=2");
exponential_plotter.plot("Exponential Distribution PDF", "exponential_pdf.svg");
distribution_plotter<boost::math::extreme_value_distribution<> >
extreme_value_plotter;
extreme_value_plotter.add(boost::math::extreme_value_distribution<>(-5), "location=-5");
extreme_value_plotter.add(boost::math::extreme_value_distribution<>(0), "location=0");
extreme_value_plotter.add(boost::math::extreme_value_distribution<>(5), "location=5");
extreme_value_plotter.plot("Extreme Value Distribution PDF (shape=1)", "extreme_value_pdf1.svg");
distribution_plotter<boost::math::extreme_value_distribution<> >
extreme_value_plotter2;
extreme_value_plotter2.add(boost::math::extreme_value_distribution<>(0, 0.5), "shape=0.5");
extreme_value_plotter2.add(boost::math::extreme_value_distribution<>(0, 1), "shape=1");
extreme_value_plotter2.add(boost::math::extreme_value_distribution<>(0, 2), "shape=2");
extreme_value_plotter2.plot("Extreme Value Distribution PDF (location=0)", "extreme_value_pdf2.svg");
distribution_plotter<boost::math::fisher_f_distribution<> >
fisher_f_plotter;
fisher_f_plotter.add(boost::math::fisher_f_distribution<>(4, 4), "n=4, m=4");
fisher_f_plotter.add(boost::math::fisher_f_distribution<>(10, 4), "n=10, m=4");
fisher_f_plotter.add(boost::math::fisher_f_distribution<>(10, 10), "n=10, m=10");
fisher_f_plotter.add(boost::math::fisher_f_distribution<>(4, 10), "n=4, m=10");
fisher_f_plotter.plot("F Distribution PDF", "fisher_f_pdf.svg");
distribution_plotter<boost::math::lognormal_distribution<> >
lognormal_plotter;
lognormal_plotter.add(boost::math::lognormal_distribution<>(-1), "location=-1");
lognormal_plotter.add(boost::math::lognormal_distribution<>(0), "location=0");
lognormal_plotter.add(boost::math::lognormal_distribution<>(1), "location=1");
lognormal_plotter.plot("Lognormal Distribution PDF (scale=1)", "lognormal_pdf1.svg");
distribution_plotter<boost::math::lognormal_distribution<> >
lognormal_plotter2;
lognormal_plotter2.add(boost::math::lognormal_distribution<>(0, 0.5), "scale=0.5");
lognormal_plotter2.add(boost::math::lognormal_distribution<>(0, 1), "scale=1");
lognormal_plotter2.add(boost::math::lognormal_distribution<>(0, 2), "scale=2");
lognormal_plotter2.plot("Lognormal Distribution PDF (location=0)", "lognormal_pdf2.svg");
distribution_plotter<boost::math::pareto_distribution<> >
pareto_plotter; // Rely on 2nd parameter shape = 1 default.
pareto_plotter.add(boost::math::pareto_distribution<>(1), "scale=1");
pareto_plotter.add(boost::math::pareto_distribution<>(2), "scale=2");
pareto_plotter.add(boost::math::pareto_distribution<>(3), "scale=3");
pareto_plotter.plot("Pareto Distribution PDF (shape=1)", "pareto_pdf1.svg");
distribution_plotter<boost::math::pareto_distribution<> >
pareto_plotter2;
pareto_plotter2.add(boost::math::pareto_distribution<>(1, 0.5), "shape=0.5");
pareto_plotter2.add(boost::math::pareto_distribution<>(1, 1), "shape=1");
pareto_plotter2.add(boost::math::pareto_distribution<>(1, 2), "shape=2");
pareto_plotter2.plot("Pareto Distribution PDF (scale=1)", "pareto_pdf2.svg");
distribution_plotter<boost::math::rayleigh_distribution<> >
rayleigh_plotter;
rayleigh_plotter.add(boost::math::rayleigh_distribution<>(0.5), "&#x3C3;=0.5");
rayleigh_plotter.add(boost::math::rayleigh_distribution<>(1), "&#x3C3;=1");
rayleigh_plotter.add(boost::math::rayleigh_distribution<>(2), "&#x3C3;=2");
rayleigh_plotter.add(boost::math::rayleigh_distribution<>(4), "&#x3C3;=4");
rayleigh_plotter.add(boost::math::rayleigh_distribution<>(10), "&#x3C3;=10");
rayleigh_plotter.plot("Rayleigh Distribution PDF", "rayleigh_pdf.svg");
distribution_plotter<boost::math::rayleigh_distribution<> >
rayleigh_cdf_plotter(false);
rayleigh_cdf_plotter.add(boost::math::rayleigh_distribution<>(0.5), "&#x3C3;=0.5");
rayleigh_cdf_plotter.add(boost::math::rayleigh_distribution<>(1), "&#x3C3;=1");
rayleigh_cdf_plotter.add(boost::math::rayleigh_distribution<>(2), "&#x3C3;=2");
rayleigh_cdf_plotter.add(boost::math::rayleigh_distribution<>(4), "&#x3C3;=4");
rayleigh_cdf_plotter.add(boost::math::rayleigh_distribution<>(10), "&#x3C3;=10");
rayleigh_cdf_plotter.plot("Rayleigh Distribution CDF", "rayleigh_cdf.svg");
distribution_plotter<boost::math::skew_normal_distribution<> >
skew_normal_plotter;
skew_normal_plotter.add(boost::math::skew_normal_distribution<>(0,1,0), "{0,1,0}");
skew_normal_plotter.add(boost::math::skew_normal_distribution<>(0,1,1), "{0,1,1}");
skew_normal_plotter.add(boost::math::skew_normal_distribution<>(0,1,4), "{0,1,4}");
skew_normal_plotter.add(boost::math::skew_normal_distribution<>(0,1,20), "{0,1,20}");
skew_normal_plotter.add(boost::math::skew_normal_distribution<>(0,1,-2), "{0,1,-2}");
skew_normal_plotter.add(boost::math::skew_normal_distribution<>(-2,0.5,-1), "{-2,0.5,-1}");
skew_normal_plotter.plot("Skew Normal Distribution PDF", "skew_normal_pdf.svg");
distribution_plotter<boost::math::skew_normal_distribution<> >
skew_normal_cdf_plotter(false);
skew_normal_cdf_plotter.add(boost::math::skew_normal_distribution<>(0,1,0), "{0,1,0}");
skew_normal_cdf_plotter.add(boost::math::skew_normal_distribution<>(0,1,1), "{0,1,1}");
skew_normal_cdf_plotter.add(boost::math::skew_normal_distribution<>(0,1,4), "{0,1,4}");
skew_normal_cdf_plotter.add(boost::math::skew_normal_distribution<>(0,1,20), "{0,1,20}");
skew_normal_cdf_plotter.add(boost::math::skew_normal_distribution<>(0,1,-2), "{0,1,-2}");
skew_normal_cdf_plotter.add(boost::math::skew_normal_distribution<>(-2,0.5,-1), "{-2,0.5,-1}");
skew_normal_cdf_plotter.plot("Skew Normal Distribution CDF", "skew_normal_cdf.svg");
distribution_plotter<boost::math::triangular_distribution<> >
triangular_plotter;
triangular_plotter.add(boost::math::triangular_distribution<>(-1,0,1), "{-1,0,1}");
triangular_plotter.add(boost::math::triangular_distribution<>(0,1,1), "{0,1,1}");
triangular_plotter.add(boost::math::triangular_distribution<>(0,1,3), "{0,1,3}");
triangular_plotter.add(boost::math::triangular_distribution<>(0,0.5,1), "{0,0.5,1}");
triangular_plotter.add(boost::math::triangular_distribution<>(-2,0,3), "{-2,0,3}");
triangular_plotter.plot("Triangular Distribution PDF", "triangular_pdf.svg");
distribution_plotter<boost::math::triangular_distribution<> >
triangular_cdf_plotter(false);
triangular_cdf_plotter.add(boost::math::triangular_distribution<>(-1,0,1), "{-1,0,1}");
triangular_cdf_plotter.add(boost::math::triangular_distribution<>(0,1,1), "{0,1,1}");
triangular_cdf_plotter.add(boost::math::triangular_distribution<>(0,1,3), "{0,1,3}");
triangular_cdf_plotter.add(boost::math::triangular_distribution<>(0,0.5,1), "{0,0.5,1}");
triangular_cdf_plotter.add(boost::math::triangular_distribution<>(-2,0,3), "{-2,0,3}");
triangular_cdf_plotter.plot("Triangular Distribution CDF", "triangular_cdf.svg");
distribution_plotter<boost::math::students_t_distribution<> >
students_t_plotter;
students_t_plotter.add(boost::math::students_t_distribution<>(1), "v=1");
students_t_plotter.add(boost::math::students_t_distribution<>(5), "v=5");
students_t_plotter.add(boost::math::students_t_distribution<>(30), "v=30");
students_t_plotter.plot("Students T Distribution PDF", "students_t_pdf.svg");
distribution_plotter<boost::math::weibull_distribution<> >
weibull_plotter;
weibull_plotter.add(boost::math::weibull_distribution<>(0.75), "shape=0.75");
weibull_plotter.add(boost::math::weibull_distribution<>(1), "shape=1");
weibull_plotter.add(boost::math::weibull_distribution<>(5), "shape=5");
weibull_plotter.add(boost::math::weibull_distribution<>(10), "shape=10");
weibull_plotter.plot("Weibull Distribution PDF (scale=1)", "weibull_pdf1.svg");
distribution_plotter<boost::math::weibull_distribution<> >
weibull_plotter2;
weibull_plotter2.add(boost::math::weibull_distribution<>(3, 0.5), "scale=0.5");
weibull_plotter2.add(boost::math::weibull_distribution<>(3, 1), "scale=1");
weibull_plotter2.add(boost::math::weibull_distribution<>(3, 2), "scale=2");
weibull_plotter2.plot("Weibull Distribution PDF (shape=3)", "weibull_pdf2.svg");
distribution_plotter<boost::math::uniform_distribution<> >
uniform_plotter;
uniform_plotter.add(boost::math::uniform_distribution<>(0, 1), "{0,1}");
uniform_plotter.add(boost::math::uniform_distribution<>(0, 3), "{0,3}");
uniform_plotter.add(boost::math::uniform_distribution<>(-2, 3), "{-2,3}");
uniform_plotter.add(boost::math::uniform_distribution<>(-1, 1), "{-1,1}");
uniform_plotter.plot("Uniform Distribution PDF", "uniform_pdf.svg");
distribution_plotter<boost::math::uniform_distribution<> >
uniform_cdf_plotter(false);
uniform_cdf_plotter.add(boost::math::uniform_distribution<>(0, 1), "{0,1}");
uniform_cdf_plotter.add(boost::math::uniform_distribution<>(0, 3), "{0,3}");
uniform_cdf_plotter.add(boost::math::uniform_distribution<>(-2, 3), "{-2,3}");
uniform_cdf_plotter.add(boost::math::uniform_distribution<>(-1, 1), "{-1,1}");
uniform_cdf_plotter.plot("Uniform Distribution CDF", "uniform_cdf.svg");
distribution_plotter<boost::math::bernoulli_distribution<> >
bernoulli_plotter;
bernoulli_plotter.add(boost::math::bernoulli_distribution<>(0.25), "p=0.25");
bernoulli_plotter.add(boost::math::bernoulli_distribution<>(0.5), "p=0.5");
bernoulli_plotter.add(boost::math::bernoulli_distribution<>(0.75), "p=0.75");
bernoulli_plotter.plot("Bernoulli Distribution PDF", "bernoulli_pdf.svg");
distribution_plotter<boost::math::bernoulli_distribution<> >
bernoulli_cdf_plotter(false);
bernoulli_cdf_plotter.add(boost::math::bernoulli_distribution<>(0.25), "p=0.25");
bernoulli_cdf_plotter.add(boost::math::bernoulli_distribution<>(0.5), "p=0.5");
bernoulli_cdf_plotter.add(boost::math::bernoulli_distribution<>(0.75), "p=0.75");
bernoulli_cdf_plotter.plot("Bernoulli Distribution CDF", "bernoulli_cdf.svg");
distribution_plotter<boost::math::binomial_distribution<> >
binomial_plotter;
binomial_plotter.add(boost::math::binomial_distribution<>(5, 0.5), "n=5 p=0.5");
binomial_plotter.add(boost::math::binomial_distribution<>(20, 0.5), "n=20 p=0.5");
binomial_plotter.add(boost::math::binomial_distribution<>(50, 0.5), "n=50 p=0.5");
binomial_plotter.plot("Binomial Distribution PDF", "binomial_pdf_1.svg");
distribution_plotter<boost::math::binomial_distribution<> >
binomial_plotter2;
binomial_plotter2.add(boost::math::binomial_distribution<>(20, 0.1), "n=20 p=0.1");
binomial_plotter2.add(boost::math::binomial_distribution<>(20, 0.5), "n=20 p=0.5");
binomial_plotter2.add(boost::math::binomial_distribution<>(20, 0.9), "n=20 p=0.9");
binomial_plotter2.plot("Binomial Distribution PDF", "binomial_pdf_2.svg");
distribution_plotter<boost::math::negative_binomial_distribution<> >
negative_binomial_plotter;
negative_binomial_plotter.add(boost::math::negative_binomial_distribution<>(20, 0.25), "n=20 p=0.25");
negative_binomial_plotter.add(boost::math::negative_binomial_distribution<>(20, 0.5), "n=20 p=0.5");
negative_binomial_plotter.add(boost::math::negative_binomial_distribution<>(20, 0.75), "n=20 p=0.75");
negative_binomial_plotter.plot("Negative Binomial Distribution PDF", "negative_binomial_pdf_1.svg");
distribution_plotter<boost::math::negative_binomial_distribution<> >
negative_binomial_plotter2;
negative_binomial_plotter2.add(boost::math::negative_binomial_distribution<>(10, 0.5), "n=10 p=0.5");
negative_binomial_plotter2.add(boost::math::negative_binomial_distribution<>(20, 0.5), "n=20 p=0.5");
negative_binomial_plotter2.add(boost::math::negative_binomial_distribution<>(70, 0.5), "n=70 p=0.5");
negative_binomial_plotter2.plot("Negative Binomial Distribution PDF", "negative_binomial_pdf_2.svg");
distribution_plotter<boost::math::poisson_distribution<> >
poisson_plotter;
poisson_plotter.add(boost::math::poisson_distribution<>(5), "&#x3BB;=5");
poisson_plotter.add(boost::math::poisson_distribution<>(10), "&#x3BB;=10");
poisson_plotter.add(boost::math::poisson_distribution<>(20), "&#x3BB;=20");
poisson_plotter.plot("Poisson Distribution PDF", "poisson_pdf_1.svg");
distribution_plotter<boost::math::hypergeometric_distribution<> >
hypergeometric_plotter;
hypergeometric_plotter.add(boost::math::hypergeometric_distribution<>(30, 50, 500), "N=500, r=50, n=30");
hypergeometric_plotter.add(boost::math::hypergeometric_distribution<>(30, 100, 500), "N=500, r=100, n=30");
hypergeometric_plotter.add(boost::math::hypergeometric_distribution<>(30, 250, 500), "N=500, r=250, n=30");
hypergeometric_plotter.add(boost::math::hypergeometric_distribution<>(30, 400, 500), "N=500, r=400, n=30");
hypergeometric_plotter.add(boost::math::hypergeometric_distribution<>(30, 450, 500), "N=500, r=450, n=30");
hypergeometric_plotter.plot("Hypergeometric Distribution PDF", "hypergeometric_pdf_1.svg");
distribution_plotter<boost::math::hypergeometric_distribution<> >
hypergeometric_plotter2;
hypergeometric_plotter2.add(boost::math::hypergeometric_distribution<>(50, 50, 500), "N=500, r=50, n=50");
hypergeometric_plotter2.add(boost::math::hypergeometric_distribution<>(100, 50, 500), "N=500, r=50, n=100");
hypergeometric_plotter2.add(boost::math::hypergeometric_distribution<>(250, 50, 500), "N=500, r=50, n=250");
hypergeometric_plotter2.add(boost::math::hypergeometric_distribution<>(400, 50, 500), "N=500, r=50, n=400");
hypergeometric_plotter2.add(boost::math::hypergeometric_distribution<>(450, 50, 500), "N=500, r=50, n=450");
hypergeometric_plotter2.plot("Hypergeometric Distribution PDF", "hypergeometric_pdf_2.svg");
}
catch (std::exception ex)
{
std::cout << ex.what() << std::endl;
}
/* these graphs for hyperexponential distribution not used.
distribution_plotter<boost::math::hyperexponential_distribution<> >
hyperexponential_plotter;
{
const double probs1_1[] = {1.0};
const double rates1_1[] = {1.0};
hyperexponential_plotter.add(boost::math::hyperexponential_distribution<>(probs1_1,rates1_1), "&#x3B1=(1.0), &#x3BB=(1.0)");
const double probs2_1[] = {0.1,0.9};
const double rates2_1[] = {0.5,1.5};
hyperexponential_plotter.add(boost::math::hyperexponential_distribution<>(probs2_1,rates2_1), "&#x3B1=(0.1,0.9), &#x3BB=(0.5,1.5)");
const double probs2_2[] = {0.9,0.1};
const double rates2_2[] = {0.5,1.5};
hyperexponential_plotter.add(boost::math::hyperexponential_distribution<>(probs2_2,rates2_2), "&#x3B1=(0.9,0.1), &#x3BB=(0.5,1.5)");
const double probs3_1[] = {0.2,0.3,0.5};
const double rates3_1[] = {0.5,1.0,1.5};
hyperexponential_plotter.add(boost::math::hyperexponential_distribution<>(probs3_1,rates3_1), "&#x3B1=(0.2,0.3,0.5), &#x3BB=(0.5,1.0,1.5)");
const double probs3_2[] = {0.5,0.3,0.2};
const double rates3_2[] = {0.5,1.0,1.5};
hyperexponential_plotter.add(boost::math::hyperexponential_distribution<>(probs3_1,rates3_1), "&#x3B1=(0.5,0.3,0.2), &#x3BB=(0.5,1.0,1.5)");
}
hyperexponential_plotter.plot("Hyperexponential Distribution PDF", "hyperexponential_pdf.svg");
distribution_plotter<boost::math::hyperexponential_distribution<> >
hyperexponential_plotter2;
{
const double rates[] = {0.5,1.5};
const double probs1[] = {0.1,0.9};
hyperexponential_plotter2.add(boost::math::hyperexponential_distribution<>(probs1,rates), "&#x3B1=(0.1,0.9), &#x3BB=(0.5,1.5)");
const double probs2[] = {0.6,0.4};
hyperexponential_plotter2.add(boost::math::hyperexponential_distribution<>(probs2,rates), "&#x3B1=(0.6,0.4), &#x3BB=(0.5,1.5)");
const double probs3[] = {0.9,0.1};
hyperexponential_plotter2.add(boost::math::hyperexponential_distribution<>(probs3,rates), "&#x3B1=(0.9,0.1), &#x3BB=(0.5,1.5)");
}
hyperexponential_plotter2.plot("Hyperexponential Distribution PDF (Different Probabilities, Same Rates)", "hyperexponential_pdf_samerate.svg");
distribution_plotter<boost::math::hyperexponential_distribution<> >
hyperexponential_plotter3;
{
const double probs1[] = {1.0};
const double rates1[] = {2.0};
hyperexponential_plotter3.add(boost::math::hyperexponential_distribution<>(probs1,rates1), "&#x3B1=(1.0), &#x3BB=(2.0)");
const double probs2[] = {0.5,0.5};
const double rates2[] = {0.3,1.5};
hyperexponential_plotter3.add(boost::math::hyperexponential_distribution<>(probs2,rates2), "&#x3B1=(0.5,0.5), &#x3BB=(0.3,1.5)");
const double probs3[] = {1.0/3.0,1.0/3.0,1.0/3.0};
const double rates3[] = {0.2,1.5,3.0};
hyperexponential_plotter3.add(boost::math::hyperexponential_distribution<>(probs2,rates2), "&#x3B1=(1.0/3.0,1.0/3.0,1.0/3.0), &#x3BB=(0.2,1.5,3.0)");
}
hyperexponential_plotter3.plot("Hyperexponential Distribution PDF (Different Number of Phases, Same Mean)", "hyperexponential_pdf_samemean.svg");
*/
} // int main()
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="366.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="368.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="265" y1="58" x2="265" y2="341"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="341" x2="453" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,321.5 L84.2,321.5 M82.2,302 L84.2,302 M82.2,282.6 L84.2,282.6 M82.2,243.6 L84.2,243.6 M82.2,224.1 L84.2,224.1 M82.2,204.7 L84.2,204.7 M82.2,165.7 L84.2,165.7 M82.2,146.2 L84.2,146.2 M82.2,126.7 L84.2,126.7 M82.2,87.79 L84.2,87.79 M82.2,68.31 L84.2,68.31 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M290.1,341 L290.1,343 M315.2,341 L315.2,343 M340.3,341 L340.3,343 M390.5,341 L390.5,343 M415.6,341 L415.6,343 M440.7,341 L440.7,343 M239.9,341 L239.9,343 M214.8,341 L214.8,343 M189.6,341 L189.6,343 M139.4,341 L139.4,343 M114.3,341 L114.3,343 M89.22,341 L89.22,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,263.1 L84.2,263.1 M79.2,185.2 L84.2,185.2 M79.2,107.3 L84.2,107.3 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M265,341 L265,346 M365.4,341 L365.4,346 M265,341 L265,346 M164.5,341 L164.5,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="365.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="164.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-0.5</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="265.5" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="187.6" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="109.7" text-anchor="end" font-size="12" font-family="Verdana">2</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">ellint_1(k, phi)</text></g>
<g id="xLabel">
<text x="268.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">k</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,338.3 L86.01,338.3 L87.82,338.4 L89.62,338.4 L91.43,338.5 L93.24,338.5 L95.05,338.6 L96.85,338.7 L98.66,338.7 L100.5,338.8 L102.3,338.8 L104.1,338.9 L105.9,338.9 L107.7,339 L109.5,339 L111.3,339.1 L113.1,339.1 L114.9,339.2 L116.7,339.2 L118.5,339.3 L120.4,339.3 L122.2,339.3 L124,339.4 L125.8,339.4 L127.6,339.5 L129.4,339.5 L131.2,339.6 L133,339.6 L134.8,339.6 L136.6,339.7 L138.4,339.7 L140.2,339.8 L142,339.8 L143.9,339.8 L145.7,339.9 L147.5,339.9 L149.3,339.9 L151.1,340 L152.9,340 L154.7,340 L156.5,340.1 L158.3,340.1 L160.1,340.1 L161.9,340.2 L163.7,340.2 L165.5,340.2 L167.4,340.3 L169.2,340.3 L171,340.3 L172.8,340.3 L174.6,340.4 L176.4,340.4 L178.2,340.4 L180,340.4 L181.8,340.5 L183.6,340.5 L185.4,340.5 L187.2,340.5 L189,340.6 L190.9,340.6 L192.7,340.6 L194.5,340.6 L196.3,340.6 L198.1,340.7 L199.9,340.7 L201.7,340.7 L203.5,340.7 L205.3,340.7 L207.1,340.7 L208.9,340.8 L210.7,340.8 L212.5,340.8 L214.4,340.8 L216.2,340.8 L218,340.8 L219.8,340.8 L221.6,340.9 L223.4,340.9 L225.2,340.9 L227,340.9 L228.8,340.9 L230.6,340.9 L232.4,340.9 L234.2,340.9 L236,340.9 L237.9,340.9 L239.7,341 L241.5,341 L243.3,341 L245.1,341 L246.9,341 L248.7,341 L250.5,341 L252.3,341 L254.1,341 L255.9,341 L257.7,341 L259.5,341 L261.3,341 L263.2,341 L265,341 L266.8,341 L268.6,341 L270.4,341 L272.2,341 L274,341 L275.8,341 L277.6,341 L279.4,341 L281.2,341 L283,341 L284.8,341 L286.7,341 L288.5,341 L290.3,341 L292.1,340.9 L293.9,340.9 L295.7,340.9 L297.5,340.9 L299.3,340.9 L301.1,340.9 L302.9,340.9 L304.7,340.9 L306.5,340.9 L308.3,340.9 L310.2,340.8 L312,340.8 L313.8,340.8 L315.6,340.8 L317.4,340.8 L319.2,340.8 L321,340.8 L322.8,340.7 L324.6,340.7 L326.4,340.7 L328.2,340.7 L330,340.7 L331.8,340.7 L333.7,340.6 L335.5,340.6 L337.3,340.6 L339.1,340.6 L340.9,340.6 L342.7,340.5 L344.5,340.5 L346.3,340.5 L348.1,340.5 L349.9,340.4 L351.7,340.4 L353.5,340.4 L355.3,340.4 L357.2,340.3 L359,340.3 L360.8,340.3 L362.6,340.3 L364.4,340.2 L366.2,340.2 L368,340.2 L369.8,340.1 L371.6,340.1 L373.4,340.1 L375.2,340 L377,340 L378.8,340 L380.7,339.9 L382.5,339.9 L384.3,339.9 L386.1,339.8 L387.9,339.8 L389.7,339.8 L391.5,339.7 L393.3,339.7 L395.1,339.6 L396.9,339.6 L398.7,339.6 L400.5,339.5 L402.3,339.5 L404.2,339.4 L406,339.4 L407.8,339.3 L409.6,339.3 L411.4,339.3 L413.2,339.2 L415,339.2 L416.8,339.1 L418.6,339.1 L420.4,339 L422.2,339 L424,338.9 L425.8,338.9 L427.7,338.8 L429.5,338.8 L431.3,338.7 L433.1,338.7 L434.9,338.6 L436.7,338.5 L438.5,338.5 L440.3,338.4 L442.1,338.4 L443.9,338.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,292.3 L86.01,292.5 L87.82,292.8 L89.62,293 L91.43,293.2 L93.24,293.4 L95.05,293.7 L96.85,293.9 L98.66,294.1 L100.5,294.3 L102.3,294.5 L104.1,294.7 L105.9,294.9 L107.7,295.1 L109.5,295.3 L111.3,295.4 L113.1,295.6 L114.9,295.8 L116.7,296 L118.5,296.1 L120.4,296.3 L122.2,296.5 L124,296.6 L125.8,296.8 L127.6,296.9 L129.4,297.1 L131.2,297.2 L133,297.4 L134.8,297.5 L136.6,297.6 L138.4,297.8 L140.2,297.9 L142,298 L143.9,298.2 L145.7,298.3 L147.5,298.4 L149.3,298.5 L151.1,298.7 L152.9,298.8 L154.7,298.9 L156.5,299 L158.3,299.1 L160.1,299.2 L161.9,299.3 L163.7,299.4 L165.5,299.5 L167.4,299.6 L169.2,299.7 L171,299.8 L172.8,299.9 L174.6,300 L176.4,300.1 L178.2,300.1 L180,300.2 L181.8,300.3 L183.6,300.4 L185.4,300.5 L187.2,300.5 L189,300.6 L190.9,300.7 L192.7,300.7 L194.5,300.8 L196.3,300.9 L198.1,300.9 L199.9,301 L201.7,301.1 L203.5,301.1 L205.3,301.2 L207.1,301.2 L208.9,301.3 L210.7,301.3 L212.5,301.4 L214.4,301.4 L216.2,301.5 L218,301.5 L219.8,301.5 L221.6,301.6 L223.4,301.6 L225.2,301.7 L227,301.7 L228.8,301.7 L230.6,301.8 L232.4,301.8 L234.2,301.8 L236,301.8 L237.9,301.9 L239.7,301.9 L241.5,301.9 L243.3,301.9 L245.1,301.9 L246.9,302 L248.7,302 L250.5,302 L252.3,302 L254.1,302 L255.9,302 L257.7,302 L259.5,302 L261.3,302 L263.2,302 L265,302 L266.8,302 L268.6,302 L270.4,302 L272.2,302 L274,302 L275.8,302 L277.6,302 L279.4,302 L281.2,302 L283,302 L284.8,301.9 L286.7,301.9 L288.5,301.9 L290.3,301.9 L292.1,301.9 L293.9,301.8 L295.7,301.8 L297.5,301.8 L299.3,301.8 L301.1,301.7 L302.9,301.7 L304.7,301.7 L306.5,301.6 L308.3,301.6 L310.2,301.5 L312,301.5 L313.8,301.5 L315.6,301.4 L317.4,301.4 L319.2,301.3 L321,301.3 L322.8,301.2 L324.6,301.2 L326.4,301.1 L328.2,301.1 L330,301 L331.8,300.9 L333.7,300.9 L335.5,300.8 L337.3,300.7 L339.1,300.7 L340.9,300.6 L342.7,300.5 L344.5,300.5 L346.3,300.4 L348.1,300.3 L349.9,300.2 L351.7,300.1 L353.5,300.1 L355.3,300 L357.2,299.9 L359,299.8 L360.8,299.7 L362.6,299.6 L364.4,299.5 L366.2,299.4 L368,299.3 L369.8,299.2 L371.6,299.1 L373.4,299 L375.2,298.9 L377,298.8 L378.8,298.7 L380.7,298.5 L382.5,298.4 L384.3,298.3 L386.1,298.2 L387.9,298 L389.7,297.9 L391.5,297.8 L393.3,297.6 L395.1,297.5 L396.9,297.4 L398.7,297.2 L400.5,297.1 L402.3,296.9 L404.2,296.8 L406,296.6 L407.8,296.5 L409.6,296.3 L411.4,296.1 L413.2,296 L415,295.8 L416.8,295.6 L418.6,295.4 L420.4,295.3 L422.2,295.1 L424,294.9 L425.8,294.7 L427.7,294.5 L429.5,294.3 L431.3,294.1 L433.1,293.9 L434.9,293.7 L436.7,293.4 L438.5,293.2 L440.3,293 L442.1,292.8 L443.9,292.5 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,171.3 L86.01,173.3 L87.82,175.2 L89.62,177 L91.43,178.8 L93.24,180.4 L95.05,182 L96.85,183.5 L98.66,184.9 L100.5,186.3 L102.3,187.6 L104.1,188.9 L105.9,190.1 L107.7,191.2 L109.5,192.4 L111.3,193.4 L113.1,194.5 L114.9,195.5 L116.7,196.5 L118.5,197.4 L120.4,198.3 L122.2,199.2 L124,200 L125.8,200.9 L127.6,201.7 L129.4,202.4 L131.2,203.2 L133,203.9 L134.8,204.6 L136.6,205.3 L138.4,205.9 L140.2,206.6 L142,207.2 L143.9,207.8 L145.7,208.4 L147.5,209 L149.3,209.5 L151.1,210.1 L152.9,210.6 L154.7,211.1 L156.5,211.6 L158.3,212.1 L160.1,212.5 L161.9,213 L163.7,213.4 L165.5,213.9 L167.4,214.3 L169.2,214.7 L171,215.1 L172.8,215.5 L174.6,215.8 L176.4,216.2 L178.2,216.6 L180,216.9 L181.8,217.2 L183.6,217.6 L185.4,217.9 L187.2,218.2 L189,218.5 L190.9,218.7 L192.7,219 L194.5,219.3 L196.3,219.6 L198.1,219.8 L199.9,220 L201.7,220.3 L203.5,220.5 L205.3,220.7 L207.1,220.9 L208.9,221.1 L210.7,221.3 L212.5,221.5 L214.4,221.7 L216.2,221.9 L218,222.1 L219.8,222.2 L221.6,222.4 L223.4,222.5 L225.2,222.7 L227,222.8 L228.8,222.9 L230.6,223 L232.4,223.1 L234.2,223.3 L236,223.4 L237.9,223.5 L239.7,223.5 L241.5,223.6 L243.3,223.7 L245.1,223.8 L246.9,223.8 L248.7,223.9 L250.5,223.9 L252.3,224 L254.1,224 L255.9,224.1 L257.7,224.1 L259.5,224.1 L261.3,224.1 L263.2,224.1 L265,224.1 L266.8,224.1 L268.6,224.1 L270.4,224.1 L272.2,224.1 L274,224.1 L275.8,224 L277.6,224 L279.4,223.9 L281.2,223.9 L283,223.8 L284.8,223.8 L286.7,223.7 L288.5,223.6 L290.3,223.5 L292.1,223.5 L293.9,223.4 L295.7,223.3 L297.5,223.1 L299.3,223 L301.1,222.9 L302.9,222.8 L304.7,222.7 L306.5,222.5 L308.3,222.4 L310.2,222.2 L312,222.1 L313.8,221.9 L315.6,221.7 L317.4,221.5 L319.2,221.3 L321,221.1 L322.8,220.9 L324.6,220.7 L326.4,220.5 L328.2,220.3 L330,220 L331.8,219.8 L333.7,219.6 L335.5,219.3 L337.3,219 L339.1,218.7 L340.9,218.5 L342.7,218.2 L344.5,217.9 L346.3,217.6 L348.1,217.2 L349.9,216.9 L351.7,216.6 L353.5,216.2 L355.3,215.8 L357.2,215.5 L359,215.1 L360.8,214.7 L362.6,214.3 L364.4,213.9 L366.2,213.4 L368,213 L369.8,212.5 L371.6,212.1 L373.4,211.6 L375.2,211.1 L377,210.6 L378.8,210.1 L380.7,209.5 L382.5,209 L384.3,208.4 L386.1,207.8 L387.9,207.2 L389.7,206.6 L391.5,205.9 L393.3,205.3 L395.1,204.6 L396.9,203.9 L398.7,203.2 L400.5,202.4 L402.3,201.7 L404.2,200.9 L406,200 L407.8,199.2 L409.6,198.3 L411.4,197.4 L413.2,196.5 L415,195.5 L416.8,194.5 L418.6,193.4 L420.4,192.4 L422.2,191.2 L424,190.1 L425.8,188.9 L427.7,187.6 L429.5,186.3 L431.3,184.9 L433.1,183.5 L434.9,182 L436.7,180.4 L438.5,178.8 L440.3,177 L442.1,175.2 L443.9,173.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M84.2,63.55 L86.01,69.32 L87.82,74.58 L89.62,79.4 L91.43,83.85 L93.24,87.97 L95.05,91.81 L96.85,95.39 L98.66,98.75 L100.5,101.9 L102.3,104.9 L104.1,107.7 L105.9,110.4 L107.7,112.9 L109.5,115.3 L111.3,117.6 L113.1,119.7 L114.9,121.8 L116.7,123.8 L118.5,125.7 L120.4,127.5 L122.2,129.3 L124,130.9 L125.8,132.6 L127.6,134.1 L129.4,135.6 L131.2,137 L133,138.4 L134.8,139.7 L136.6,141 L138.4,142.3 L140.2,143.5 L142,144.6 L143.9,145.7 L145.7,146.8 L147.5,147.9 L149.3,148.9 L151.1,149.9 L152.9,150.8 L154.7,151.7 L156.5,152.6 L158.3,153.5 L160.1,154.3 L161.9,155.1 L163.7,155.9 L165.5,156.7 L167.4,157.4 L169.2,158.1 L171,158.8 L172.8,159.5 L174.6,160.1 L176.4,160.7 L178.2,161.3 L180,161.9 L181.8,162.5 L183.6,163.1 L185.4,163.6 L187.2,164.1 L189,164.6 L190.9,165.1 L192.7,165.6 L194.5,166 L196.3,166.5 L198.1,166.9 L199.9,167.3 L201.7,167.7 L203.5,168.1 L205.3,168.5 L207.1,168.8 L208.9,169.2 L210.7,169.5 L212.5,169.8 L214.4,170.1 L216.2,170.4 L218,170.7 L219.8,171 L221.6,171.2 L223.4,171.5 L225.2,171.7 L227,171.9 L228.8,172.1 L230.6,172.3 L232.4,172.5 L234.2,172.7 L236,172.9 L237.9,173 L239.7,173.2 L241.5,173.3 L243.3,173.4 L245.1,173.5 L246.9,173.6 L248.7,173.7 L250.5,173.8 L252.3,173.9 L254.1,174 L255.9,174 L257.7,174.1 L259.5,174.1 L261.3,174.1 L263.2,174.1 L265,174.1 L266.8,174.1 L268.6,174.1 L270.4,174.1 L272.2,174.1 L274,174 L275.8,174 L277.6,173.9 L279.4,173.8 L281.2,173.7 L283,173.6 L284.8,173.5 L286.7,173.4 L288.5,173.3 L290.3,173.2 L292.1,173 L293.9,172.9 L295.7,172.7 L297.5,172.5 L299.3,172.3 L301.1,172.1 L302.9,171.9 L304.7,171.7 L306.5,171.5 L308.3,171.2 L310.2,171 L312,170.7 L313.8,170.4 L315.6,170.1 L317.4,169.8 L319.2,169.5 L321,169.2 L322.8,168.8 L324.6,168.5 L326.4,168.1 L328.2,167.7 L330,167.3 L331.8,166.9 L333.7,166.5 L335.5,166 L337.3,165.6 L339.1,165.1 L340.9,164.6 L342.7,164.1 L344.5,163.6 L346.3,163.1 L348.1,162.5 L349.9,161.9 L351.7,161.3 L353.5,160.7 L355.3,160.1 L357.2,159.5 L359,158.8 L360.8,158.1 L362.6,157.4 L364.4,156.7 L366.2,155.9 L368,155.1 L369.8,154.3 L371.6,153.5 L373.4,152.6 L375.2,151.7 L377,150.8 L378.8,149.9 L380.7,148.9 L382.5,147.9 L384.3,146.8 L386.1,145.7 L387.9,144.6 L389.7,143.5 L391.5,142.3 L393.3,141 L395.1,139.7 L396.9,138.4 L398.7,137 L400.5,135.6 L402.3,134.1 L404.2,132.6 L406,130.9 L407.8,129.3 L409.6,127.5 L411.4,125.7 L413.2,123.8 L415,121.8 L416.8,119.7 L418.6,117.6 L420.4,115.3 L422.2,112.9 L424,110.4 L425.8,107.7 L427.7,104.9 L429.5,101.9 L431.3,98.75 L433.1,95.39 L434.9,91.81 L436.7,87.97 L438.5,83.85 L440.3,79.4 L442.1,74.58 L443.9,69.32 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="467" y="58" width="107" height="126"/><rect x="467" y="58" width="107" height="126"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="86" x2="495" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="114" x2="495" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="142" x2="495" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="170" x2="495" y2="170"/></g>
</g>
<g id="legendText">
<text x="502" y="86" font-size="14" font-family="Verdana">&#x3C6;=0.5</text>
<text x="502" y="114" font-size="14" font-family="Verdana">&#x3C6;=0.75</text>
<text x="502" y="142" font-size="14" font-family="Verdana">&#x3C6;=1.25</text>
<text x="502" y="170" font-size="14" font-family="Verdana">&#x3C6;=&#x3C0;/2</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Elliptic Of the First Kind</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+71
View File
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="366.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="368.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="265" y1="58" x2="265" y2="341"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="341" x2="453" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,304 L84.2,304 M82.2,272.2 L84.2,272.2 M82.2,240.4 L84.2,240.4 M82.2,176.9 L84.2,176.9 M82.2,145.1 L84.2,145.1 M82.2,113.3 L84.2,113.3 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M287.6,341 L287.6,343 M310.2,341 L310.2,343 M332.8,341 L332.8,343 M377.9,341 L377.9,343 M400.5,341 L400.5,343 M423.1,341 L423.1,343 M242.4,341 L242.4,343 M219.8,341 L219.8,343 M197.2,341 L197.2,343 M152,341 L152,343 M129.4,341 L129.4,343 M106.8,341 L106.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,335.8 L84.2,335.8 M79.2,208.7 L84.2,208.7 M79.2,81.55 L84.2,81.55 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M265,341 L265,346 M355.3,341 L355.3,346 M445.7,341 L445.7,346 M265,341 L265,346 M174.6,341 L174.6,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="355.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="445.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="174.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-0.5</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-1</text></g>
<g id="yTicksValues">
<text x="73.2" y="338.2" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="211.1" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="83.95" text-anchor="end" font-size="12" font-family="Verdana">1.5</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">ellint_2(k, phi)</text></g>
<g id="xLabel">
<text x="268.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">k</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,341 L86.01,340.9 L87.82,340.8 L89.62,340.7 L91.43,340.6 L93.24,340.5 L95.05,340.4 L96.85,340.3 L98.66,340.2 L100.5,340.1 L102.3,340 L104.1,339.9 L105.9,339.8 L107.7,339.7 L109.5,339.6 L111.3,339.5 L113.1,339.4 L114.9,339.3 L116.7,339.2 L118.5,339.2 L120.4,339.1 L122.2,339 L124,338.9 L125.8,338.8 L127.6,338.7 L129.4,338.7 L131.2,338.6 L133,338.5 L134.8,338.4 L136.6,338.4 L138.4,338.3 L140.2,338.2 L142,338.1 L143.9,338.1 L145.7,338 L147.5,337.9 L149.3,337.9 L151.1,337.8 L152.9,337.7 L154.7,337.7 L156.5,337.6 L158.3,337.5 L160.1,337.5 L161.9,337.4 L163.7,337.4 L165.5,337.3 L167.4,337.3 L169.2,337.2 L171,337.1 L172.8,337.1 L174.6,337 L176.4,337 L178.2,336.9 L180,336.9 L181.8,336.8 L183.6,336.8 L185.4,336.8 L187.2,336.7 L189,336.7 L190.9,336.6 L192.7,336.6 L194.5,336.5 L196.3,336.5 L198.1,336.5 L199.9,336.4 L201.7,336.4 L203.5,336.4 L205.3,336.3 L207.1,336.3 L208.9,336.3 L210.7,336.2 L212.5,336.2 L214.4,336.2 L216.2,336.1 L218,336.1 L219.8,336.1 L221.6,336.1 L223.4,336 L225.2,336 L227,336 L228.8,336 L230.6,336 L232.4,335.9 L234.2,335.9 L236,335.9 L237.9,335.9 L239.7,335.9 L241.5,335.9 L243.3,335.8 L245.1,335.8 L246.9,335.8 L248.7,335.8 L250.5,335.8 L252.3,335.8 L254.1,335.8 L255.9,335.8 L257.7,335.8 L259.5,335.8 L261.3,335.8 L263.2,335.8 L265,335.8 L266.8,335.8 L268.6,335.8 L270.4,335.8 L272.2,335.8 L274,335.8 L275.8,335.8 L277.6,335.8 L279.4,335.8 L281.2,335.8 L283,335.8 L284.8,335.8 L286.7,335.8 L288.5,335.9 L290.3,335.9 L292.1,335.9 L293.9,335.9 L295.7,335.9 L297.5,335.9 L299.3,336 L301.1,336 L302.9,336 L304.7,336 L306.5,336 L308.3,336.1 L310.2,336.1 L312,336.1 L313.8,336.1 L315.6,336.2 L317.4,336.2 L319.2,336.2 L321,336.3 L322.8,336.3 L324.6,336.3 L326.4,336.4 L328.2,336.4 L330,336.4 L331.8,336.5 L333.7,336.5 L335.5,336.5 L337.3,336.6 L339.1,336.6 L340.9,336.7 L342.7,336.7 L344.5,336.8 L346.3,336.8 L348.1,336.8 L349.9,336.9 L351.7,336.9 L353.5,337 L355.3,337 L357.2,337.1 L359,337.1 L360.8,337.2 L362.6,337.3 L364.4,337.3 L366.2,337.4 L368,337.4 L369.8,337.5 L371.6,337.5 L373.4,337.6 L375.2,337.7 L377,337.7 L378.8,337.8 L380.7,337.9 L382.5,337.9 L384.3,338 L386.1,338.1 L387.9,338.1 L389.7,338.2 L391.5,338.3 L393.3,338.4 L395.1,338.4 L396.9,338.5 L398.7,338.6 L400.5,338.7 L402.3,338.7 L404.2,338.8 L406,338.9 L407.8,339 L409.6,339.1 L411.4,339.2 L413.2,339.2 L415,339.3 L416.8,339.4 L418.6,339.5 L420.4,339.6 L422.2,339.7 L424,339.8 L425.8,339.9 L427.7,340 L429.5,340.1 L431.3,340.2 L433.1,340.3 L434.9,340.4 L436.7,340.5 L438.5,340.6 L440.3,340.7 L442.1,340.8 L443.9,340.9 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,289.6 L86.01,289.2 L87.82,288.8 L89.62,288.5 L91.43,288.1 L93.24,287.7 L95.05,287.4 L96.85,287 L98.66,286.7 L100.5,286.4 L102.3,286 L104.1,285.7 L105.9,285.4 L107.7,285.1 L109.5,284.8 L111.3,284.4 L113.1,284.1 L114.9,283.8 L116.7,283.5 L118.5,283.3 L120.4,283 L122.2,282.7 L124,282.4 L125.8,282.1 L127.6,281.9 L129.4,281.6 L131.2,281.3 L133,281.1 L134.8,280.8 L136.6,280.6 L138.4,280.3 L140.2,280.1 L142,279.9 L143.9,279.6 L145.7,279.4 L147.5,279.2 L149.3,279 L151.1,278.7 L152.9,278.5 L154.7,278.3 L156.5,278.1 L158.3,277.9 L160.1,277.7 L161.9,277.5 L163.7,277.3 L165.5,277.2 L167.4,277 L169.2,276.8 L171,276.6 L172.8,276.4 L174.6,276.3 L176.4,276.1 L178.2,276 L180,275.8 L181.8,275.6 L183.6,275.5 L185.4,275.4 L187.2,275.2 L189,275.1 L190.9,274.9 L192.7,274.8 L194.5,274.7 L196.3,274.5 L198.1,274.4 L199.9,274.3 L201.7,274.2 L203.5,274.1 L205.3,274 L207.1,273.9 L208.9,273.8 L210.7,273.7 L212.5,273.6 L214.4,273.5 L216.2,273.4 L218,273.3 L219.8,273.2 L221.6,273.1 L223.4,273.1 L225.2,273 L227,272.9 L228.8,272.9 L230.6,272.8 L232.4,272.7 L234.2,272.7 L236,272.6 L237.9,272.6 L239.7,272.5 L241.5,272.5 L243.3,272.4 L245.1,272.4 L246.9,272.4 L248.7,272.3 L250.5,272.3 L252.3,272.3 L254.1,272.3 L255.9,272.3 L257.7,272.2 L259.5,272.2 L261.3,272.2 L263.2,272.2 L265,272.2 L266.8,272.2 L268.6,272.2 L270.4,272.2 L272.2,272.2 L274,272.3 L275.8,272.3 L277.6,272.3 L279.4,272.3 L281.2,272.3 L283,272.4 L284.8,272.4 L286.7,272.4 L288.5,272.5 L290.3,272.5 L292.1,272.6 L293.9,272.6 L295.7,272.7 L297.5,272.7 L299.3,272.8 L301.1,272.9 L302.9,272.9 L304.7,273 L306.5,273.1 L308.3,273.1 L310.2,273.2 L312,273.3 L313.8,273.4 L315.6,273.5 L317.4,273.6 L319.2,273.7 L321,273.8 L322.8,273.9 L324.6,274 L326.4,274.1 L328.2,274.2 L330,274.3 L331.8,274.4 L333.7,274.5 L335.5,274.7 L337.3,274.8 L339.1,274.9 L340.9,275.1 L342.7,275.2 L344.5,275.4 L346.3,275.5 L348.1,275.6 L349.9,275.8 L351.7,276 L353.5,276.1 L355.3,276.3 L357.2,276.4 L359,276.6 L360.8,276.8 L362.6,277 L364.4,277.2 L366.2,277.3 L368,277.5 L369.8,277.7 L371.6,277.9 L373.4,278.1 L375.2,278.3 L377,278.5 L378.8,278.7 L380.7,279 L382.5,279.2 L384.3,279.4 L386.1,279.6 L387.9,279.9 L389.7,280.1 L391.5,280.3 L393.3,280.6 L395.1,280.8 L396.9,281.1 L398.7,281.3 L400.5,281.6 L402.3,281.9 L404.2,282.1 L406,282.4 L407.8,282.7 L409.6,283 L411.4,283.3 L413.2,283.5 L415,283.8 L416.8,284.1 L418.6,284.4 L420.4,284.8 L422.2,285.1 L424,285.4 L425.8,285.7 L427.7,286 L429.5,286.4 L431.3,286.7 L433.1,287 L434.9,287.4 L436.7,287.7 L438.5,288.1 L440.3,288.5 L442.1,288.8 L443.9,289.2 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,221.6 L86.01,219.5 L87.82,217.4 L89.62,215.4 L91.43,213.4 L93.24,211.5 L95.05,209.7 L96.85,208 L98.66,206.3 L100.5,204.6 L102.3,203 L104.1,201.4 L105.9,199.8 L107.7,198.3 L109.5,196.9 L111.3,195.4 L113.1,194 L114.9,192.7 L116.7,191.3 L118.5,190 L120.4,188.8 L122.2,187.5 L124,186.3 L125.8,185.1 L127.6,183.9 L129.4,182.8 L131.2,181.7 L133,180.6 L134.8,179.5 L136.6,178.4 L138.4,177.4 L140.2,176.4 L142,175.4 L143.9,174.4 L145.7,173.5 L147.5,172.6 L149.3,171.7 L151.1,170.8 L152.9,169.9 L154.7,169.1 L156.5,168.2 L158.3,167.4 L160.1,166.6 L161.9,165.8 L163.7,165.1 L165.5,164.3 L167.4,163.6 L169.2,162.9 L171,162.2 L172.8,161.5 L174.6,160.8 L176.4,160.2 L178.2,159.6 L180,158.9 L181.8,158.3 L183.6,157.7 L185.4,157.2 L187.2,156.6 L189,156.1 L190.9,155.5 L192.7,155 L194.5,154.5 L196.3,154 L198.1,153.6 L199.9,153.1 L201.7,152.6 L203.5,152.2 L205.3,151.8 L207.1,151.4 L208.9,151 L210.7,150.6 L212.5,150.3 L214.4,149.9 L216.2,149.6 L218,149.2 L219.8,148.9 L221.6,148.6 L223.4,148.3 L225.2,148 L227,147.8 L228.8,147.5 L230.6,147.3 L232.4,147.1 L234.2,146.9 L236,146.7 L237.9,146.5 L239.7,146.3 L241.5,146.1 L243.3,146 L245.1,145.8 L246.9,145.7 L248.7,145.6 L250.5,145.5 L252.3,145.4 L254.1,145.3 L255.9,145.3 L257.7,145.2 L259.5,145.2 L261.3,145.1 L263.2,145.1 L265,145.1 L266.8,145.1 L268.6,145.1 L270.4,145.2 L272.2,145.2 L274,145.3 L275.8,145.3 L277.6,145.4 L279.4,145.5 L281.2,145.6 L283,145.7 L284.8,145.8 L286.7,146 L288.5,146.1 L290.3,146.3 L292.1,146.5 L293.9,146.7 L295.7,146.9 L297.5,147.1 L299.3,147.3 L301.1,147.5 L302.9,147.8 L304.7,148 L306.5,148.3 L308.3,148.6 L310.2,148.9 L312,149.2 L313.8,149.6 L315.6,149.9 L317.4,150.3 L319.2,150.6 L321,151 L322.8,151.4 L324.6,151.8 L326.4,152.2 L328.2,152.6 L330,153.1 L331.8,153.6 L333.7,154 L335.5,154.5 L337.3,155 L339.1,155.5 L340.9,156.1 L342.7,156.6 L344.5,157.2 L346.3,157.7 L348.1,158.3 L349.9,158.9 L351.7,159.6 L353.5,160.2 L355.3,160.8 L357.2,161.5 L359,162.2 L360.8,162.9 L362.6,163.6 L364.4,164.3 L366.2,165.1 L368,165.8 L369.8,166.6 L371.6,167.4 L373.4,168.2 L375.2,169.1 L377,169.9 L378.8,170.8 L380.7,171.7 L382.5,172.6 L384.3,173.5 L386.1,174.4 L387.9,175.4 L389.7,176.4 L391.5,177.4 L393.3,178.4 L395.1,179.5 L396.9,180.6 L398.7,181.7 L400.5,182.8 L402.3,183.9 L404.2,185.1 L406,186.3 L407.8,187.5 L409.6,188.8 L411.4,190 L413.2,191.3 L415,192.7 L416.8,194 L418.6,195.4 L420.4,196.9 L422.2,198.3 L424,199.8 L425.8,201.4 L427.7,203 L429.5,204.6 L431.3,206.3 L433.1,208 L434.9,209.7 L436.7,211.5 L438.5,213.4 L440.3,215.4 L442.1,217.4 L443.9,219.5 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M84.2,208.7 L86.01,201.4 L87.82,195.9 L89.62,191.1 L91.43,186.7 L93.24,182.5 L95.05,178.7 L96.85,175 L98.66,171.5 L100.5,168.2 L102.3,165 L104.1,161.9 L105.9,159 L107.7,156.1 L109.5,153.3 L111.3,150.7 L113.1,148.1 L114.9,145.5 L116.7,143.1 L118.5,140.7 L120.4,138.4 L122.2,136.1 L124,134 L125.8,131.8 L127.6,129.7 L129.4,127.7 L131.2,125.7 L133,123.8 L134.8,121.9 L136.6,120 L138.4,118.2 L140.2,116.5 L142,114.8 L143.9,113.1 L145.7,111.4 L147.5,109.8 L149.3,108.3 L151.1,106.8 L152.9,105.3 L154.7,103.8 L156.5,102.4 L158.3,101 L160.1,99.62 L161.9,98.29 L163.7,96.99 L165.5,95.72 L167.4,94.48 L169.2,93.27 L171,92.09 L172.8,90.94 L174.6,89.82 L176.4,88.72 L178.2,87.65 L180,86.61 L181.8,85.6 L183.6,84.61 L185.4,83.64 L187.2,82.7 L189,81.79 L190.9,80.9 L192.7,80.04 L194.5,79.2 L196.3,78.38 L198.1,77.59 L199.9,76.82 L201.7,76.07 L203.5,75.35 L205.3,74.65 L207.1,73.98 L208.9,73.32 L210.7,72.69 L212.5,72.08 L214.4,71.49 L216.2,70.93 L218,70.39 L219.8,69.86 L221.6,69.36 L223.4,68.88 L225.2,68.43 L227,67.99 L228.8,67.57 L230.6,67.18 L232.4,66.8 L234.2,66.45 L236,66.12 L237.9,65.8 L239.7,65.51 L241.5,65.24 L243.3,64.99 L245.1,64.76 L246.9,64.55 L248.7,64.36 L250.5,64.19 L252.3,64.04 L254.1,63.91 L255.9,63.8 L257.7,63.71 L259.5,63.64 L261.3,63.59 L263.2,63.56 L265,63.55 L266.8,63.56 L268.6,63.59 L270.4,63.64 L272.2,63.71 L274,63.8 L275.8,63.91 L277.6,64.04 L279.4,64.19 L281.2,64.36 L283,64.55 L284.8,64.76 L286.7,64.99 L288.5,65.24 L290.3,65.51 L292.1,65.8 L293.9,66.12 L295.7,66.45 L297.5,66.8 L299.3,67.18 L301.1,67.57 L302.9,67.99 L304.7,68.43 L306.5,68.88 L308.3,69.36 L310.2,69.86 L312,70.39 L313.8,70.93 L315.6,71.49 L317.4,72.08 L319.2,72.69 L321,73.32 L322.8,73.98 L324.6,74.65 L326.4,75.35 L328.2,76.07 L330,76.82 L331.8,77.59 L333.7,78.38 L335.5,79.2 L337.3,80.04 L339.1,80.9 L340.9,81.79 L342.7,82.7 L344.5,83.64 L346.3,84.61 L348.1,85.6 L349.9,86.61 L351.7,87.65 L353.5,88.72 L355.3,89.82 L357.2,90.94 L359,92.09 L360.8,93.27 L362.6,94.48 L364.4,95.72 L366.2,96.99 L368,98.29 L369.8,99.62 L371.6,101 L373.4,102.4 L375.2,103.8 L377,105.3 L378.8,106.8 L380.7,108.3 L382.5,109.8 L384.3,111.4 L386.1,113.1 L387.9,114.8 L389.7,116.5 L391.5,118.2 L393.3,120 L395.1,121.9 L396.9,123.8 L398.7,125.7 L400.5,127.7 L402.3,129.7 L404.2,131.8 L406,134 L407.8,136.1 L409.6,138.4 L411.4,140.7 L413.2,143.1 L415,145.5 L416.8,148.1 L418.6,150.7 L420.4,153.3 L422.2,156.1 L424,159 L425.8,161.9 L427.7,165 L429.5,168.2 L431.3,171.5 L433.1,175 L434.9,178.7 L436.7,182.5 L438.5,186.7 L440.3,191.1 L442.1,195.9 L443.9,201.4 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="467" y="58" width="107" height="126"/><rect x="467" y="58" width="107" height="126"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="86" x2="495" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="114" x2="495" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="142" x2="495" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="170" x2="495" y2="170"/></g>
</g>
<g id="legendText">
<text x="502" y="86" font-size="14" font-family="Verdana">&#x3C6;=0.5</text>
<text x="502" y="114" font-size="14" font-family="Verdana">&#x3C6;=0.75</text>
<text x="502" y="142" font-size="14" font-family="Verdana">&#x3C6;=1.25</text>
<text x="502" y="170" font-size="14" font-family="Verdana">&#x3C6;=&#x3C0;/2</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Elliptic Of the Second Kind</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+74
View File
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="319.7" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="321.7" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="241.9" y1="58" x2="241.9" y2="341"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="341" x2="405.9" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,328.4 L84.2,328.4 M82.2,303.2 L84.2,303.2 M82.2,290.6 L84.2,290.6 M82.2,277.9 L84.2,277.9 M82.2,252.7 L84.2,252.7 M82.2,240.1 L84.2,240.1 M82.2,227.5 L84.2,227.5 M82.2,202.3 L84.2,202.3 M82.2,189.7 L84.2,189.7 M82.2,177.1 L84.2,177.1 M82.2,151.8 L84.2,151.8 M82.2,139.2 L84.2,139.2 M82.2,126.6 L84.2,126.6 M82.2,101.4 L84.2,101.4 M82.2,88.77 L84.2,88.77 M82.2,76.16 L84.2,76.16 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M261.6,341 L261.6,343 M281.3,341 L281.3,343 M301,341 L301,343 M340.5,341 L340.5,343 M360.2,341 L360.2,343 M379.9,341 L379.9,343 M222.2,341 L222.2,343 M202.5,341 L202.5,343 M182.8,341 L182.8,343 M143.3,341 L143.3,343 M123.6,341 L123.6,343 M103.9,341 L103.9,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,315.8 L84.2,315.8 M79.2,265.3 L84.2,265.3 M79.2,214.9 L84.2,214.9 M79.2,164.4 L84.2,164.4 M79.2,114 L84.2,114 M79.2,63.55 L84.2,63.55 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M241.9,341 L241.9,346 M320.8,341 L320.8,346 M399.6,341 L399.6,346 M241.9,341 L241.9,346 M163.1,341 L163.1,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="241.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="320.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="399.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="241.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="163.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-0.5</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-1</text></g>
<g id="yTicksValues">
<text x="73.2" y="318.2" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="267.7" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="73.2" y="217.3" text-anchor="end" font-size="12" font-family="Verdana">2.5</text>
<text x="73.2" y="166.8" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="73.2" y="116.4" text-anchor="end" font-size="12" font-family="Verdana">3.5</text>
<text x="73.2" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">4</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">ellint_3(k, n, phi)</text></g>
<g id="xLabel">
<text x="245.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">k</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,283.3 L85.78,287 L87.35,290.1 L88.93,292.9 L90.51,295.5 L92.09,297.8 L93.66,299.9 L95.24,301.8 L96.82,303.6 L98.39,305.2 L99.97,306.8 L101.5,308.2 L103.1,309.6 L104.7,310.9 L106.3,312.1 L107.9,313.3 L109.4,314.4 L111,315.4 L112.6,316.4 L114.2,317.3 L115.7,318.3 L117.3,319.1 L118.9,320 L120.5,320.7 L122,321.5 L123.6,322.2 L125.2,322.9 L126.8,323.6 L128.4,324.3 L129.9,324.9 L131.5,325.5 L133.1,326.1 L134.7,326.7 L136.2,327.2 L137.8,327.7 L139.4,328.3 L141,328.7 L142.6,329.2 L144.1,329.7 L145.7,330.1 L147.3,330.6 L148.9,331 L150.4,331.4 L152,331.8 L153.6,332.2 L155.2,332.5 L156.7,332.9 L158.3,333.2 L159.9,333.6 L161.5,333.9 L163.1,334.2 L164.6,334.5 L166.2,334.8 L167.8,335.1 L169.4,335.4 L170.9,335.6 L172.5,335.9 L174.1,336.1 L175.7,336.4 L177.2,336.6 L178.8,336.9 L180.4,337.1 L182,337.3 L183.6,337.5 L185.1,337.7 L186.7,337.9 L188.3,338.1 L189.9,338.2 L191.4,338.4 L193,338.6 L194.6,338.7 L196.2,338.9 L197.7,339 L199.3,339.2 L200.9,339.3 L202.5,339.5 L204.1,339.6 L205.6,339.7 L207.2,339.8 L208.8,339.9 L210.4,340 L211.9,340.1 L213.5,340.2 L215.1,340.3 L216.7,340.4 L218.3,340.5 L219.8,340.5 L221.4,340.6 L223,340.7 L224.6,340.7 L226.1,340.8 L227.7,340.8 L229.3,340.8 L230.9,340.9 L232.4,340.9 L234,340.9 L235.6,341 L237.2,341 L238.8,341 L240.3,341 L241.9,341 L243.5,341 L245.1,341 L246.6,341 L248.2,341 L249.8,340.9 L251.4,340.9 L252.9,340.9 L254.5,340.8 L256.1,340.8 L257.7,340.8 L259.3,340.7 L260.8,340.7 L262.4,340.6 L264,340.5 L265.6,340.5 L267.1,340.4 L268.7,340.3 L270.3,340.2 L271.9,340.1 L273.4,340 L275,339.9 L276.6,339.8 L278.2,339.7 L279.8,339.6 L281.3,339.5 L282.9,339.3 L284.5,339.2 L286.1,339 L287.6,338.9 L289.2,338.7 L290.8,338.6 L292.4,338.4 L293.9,338.2 L295.5,338.1 L297.1,337.9 L298.7,337.7 L300.3,337.5 L301.8,337.3 L303.4,337.1 L305,336.9 L306.6,336.6 L308.1,336.4 L309.7,336.1 L311.3,335.9 L312.9,335.6 L314.5,335.4 L316,335.1 L317.6,334.8 L319.2,334.5 L320.8,334.2 L322.3,333.9 L323.9,333.6 L325.5,333.2 L327.1,332.9 L328.6,332.5 L330.2,332.2 L331.8,331.8 L333.4,331.4 L335,331 L336.5,330.6 L338.1,330.1 L339.7,329.7 L341.3,329.2 L342.8,328.7 L344.4,328.3 L346,327.7 L347.6,327.2 L349.1,326.7 L350.7,326.1 L352.3,325.5 L353.9,324.9 L355.5,324.3 L357,323.6 L358.6,322.9 L360.2,322.2 L361.8,321.5 L363.3,320.7 L364.9,320 L366.5,319.1 L368.1,318.3 L369.6,317.3 L371.2,316.4 L372.8,315.4 L374.4,314.4 L376,313.3 L377.5,312.1 L379.1,310.9 L380.7,309.6 L382.3,308.2 L383.8,306.8 L385.4,305.2 L387,303.6 L388.6,301.8 L390.1,299.9 L391.7,297.8 L393.3,295.5 L394.9,292.9 L396.5,290.1 L398,287 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,215.5 L85.78,221.5 L87.35,226.7 L88.93,231.2 L90.51,235.3 L92.09,239 L93.66,242.4 L95.24,245.5 L96.82,248.3 L98.39,250.9 L99.97,253.4 L101.5,255.7 L103.1,257.9 L104.7,259.9 L106.3,261.8 L107.9,263.6 L109.4,265.3 L111,266.9 L112.6,268.5 L114.2,269.9 L115.7,271.3 L117.3,272.7 L118.9,274 L120.5,275.2 L122,276.4 L123.6,277.5 L125.2,278.6 L126.8,279.6 L128.4,280.6 L129.9,281.6 L131.5,282.5 L133.1,283.4 L134.7,284.2 L136.2,285.1 L137.8,285.9 L139.4,286.6 L141,287.4 L142.6,288.1 L144.1,288.8 L145.7,289.5 L147.3,290.1 L148.9,290.7 L150.4,291.4 L152,291.9 L153.6,292.5 L155.2,293.1 L156.7,293.6 L158.3,294.1 L159.9,294.6 L161.5,295.1 L163.1,295.6 L164.6,296 L166.2,296.5 L167.8,296.9 L169.4,297.3 L170.9,297.7 L172.5,298.1 L174.1,298.5 L175.7,298.8 L177.2,299.2 L178.8,299.5 L180.4,299.9 L182,300.2 L183.6,300.5 L185.1,300.8 L186.7,301.1 L188.3,301.3 L189.9,301.6 L191.4,301.9 L193,302.1 L194.6,302.3 L196.2,302.6 L197.7,302.8 L199.3,303 L200.9,303.2 L202.5,303.4 L204.1,303.6 L205.6,303.7 L207.2,303.9 L208.8,304.1 L210.4,304.2 L211.9,304.4 L213.5,304.5 L215.1,304.6 L216.7,304.8 L218.3,304.9 L219.8,305 L221.4,305.1 L223,305.2 L224.6,305.2 L226.1,305.3 L227.7,305.4 L229.3,305.4 L230.9,305.5 L232.4,305.5 L234,305.6 L235.6,305.6 L237.2,305.6 L238.8,305.7 L240.3,305.7 L241.9,305.7 L243.5,305.7 L245.1,305.7 L246.6,305.6 L248.2,305.6 L249.8,305.6 L251.4,305.5 L252.9,305.5 L254.5,305.4 L256.1,305.4 L257.7,305.3 L259.3,305.2 L260.8,305.2 L262.4,305.1 L264,305 L265.6,304.9 L267.1,304.8 L268.7,304.6 L270.3,304.5 L271.9,304.4 L273.4,304.2 L275,304.1 L276.6,303.9 L278.2,303.7 L279.8,303.6 L281.3,303.4 L282.9,303.2 L284.5,303 L286.1,302.8 L287.6,302.6 L289.2,302.3 L290.8,302.1 L292.4,301.9 L293.9,301.6 L295.5,301.3 L297.1,301.1 L298.7,300.8 L300.3,300.5 L301.8,300.2 L303.4,299.9 L305,299.5 L306.6,299.2 L308.1,298.8 L309.7,298.5 L311.3,298.1 L312.9,297.7 L314.5,297.3 L316,296.9 L317.6,296.5 L319.2,296 L320.8,295.6 L322.3,295.1 L323.9,294.6 L325.5,294.1 L327.1,293.6 L328.6,293.1 L330.2,292.5 L331.8,291.9 L333.4,291.4 L335,290.7 L336.5,290.1 L338.1,289.5 L339.7,288.8 L341.3,288.1 L342.8,287.4 L344.4,286.6 L346,285.9 L347.6,285.1 L349.1,284.2 L350.7,283.4 L352.3,282.5 L353.9,281.6 L355.5,280.6 L357,279.6 L358.6,278.6 L360.2,277.5 L361.8,276.4 L363.3,275.2 L364.9,274 L366.5,272.7 L368.1,271.3 L369.6,269.9 L371.2,268.5 L372.8,266.9 L374.4,265.3 L376,263.6 L377.5,261.8 L379.1,259.9 L380.7,257.9 L382.3,255.7 L383.8,253.4 L385.4,250.9 L387,248.3 L388.6,245.5 L390.1,242.4 L391.7,239 L393.3,235.3 L394.9,231.2 L396.5,226.7 L398,221.5 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M86.09,63.55 L87.65,102 L89.21,125.4 L90.77,142.1 L92.32,155 L93.88,165.5 L95.44,174.2 L97,181.8 L98.56,188.3 L100.1,194.1 L101.7,199.3 L103.2,204 L104.8,208.3 L106.3,212.2 L107.9,215.8 L109.5,219.1 L111,222.2 L112.6,225.1 L114.1,227.8 L115.7,230.3 L117.3,232.7 L118.8,235 L120.4,237.1 L121.9,239.1 L123.5,241 L125,242.8 L126.6,244.6 L128.2,246.2 L129.7,247.8 L131.3,249.3 L132.8,250.7 L134.4,252.1 L136,253.4 L137.5,254.7 L139.1,255.9 L140.6,257 L142.2,258.1 L143.7,259.2 L145.3,260.3 L146.9,261.2 L148.4,262.2 L150,263.1 L151.5,264 L153.1,264.9 L154.7,265.7 L156.2,266.5 L157.8,267.3 L159.3,268 L160.9,268.7 L162.4,269.4 L164,270.1 L165.6,270.8 L167.1,271.4 L168.7,272 L170.2,272.6 L171.8,273.1 L173.3,273.7 L174.9,274.2 L176.5,274.7 L178,275.2 L179.6,275.7 L181.1,276.1 L182.7,276.6 L184.3,277 L185.8,277.4 L187.4,277.8 L188.9,278.2 L190.5,278.6 L192,278.9 L193.6,279.3 L195.2,279.6 L196.7,279.9 L198.3,280.2 L199.8,280.5 L201.4,280.8 L203,281 L204.5,281.3 L206.1,281.5 L207.6,281.7 L209.2,282 L210.7,282.2 L212.3,282.4 L213.9,282.5 L215.4,282.7 L217,282.9 L218.5,283 L220.1,283.2 L221.7,283.3 L223.2,283.4 L224.8,283.5 L226.3,283.6 L227.9,283.7 L229.4,283.8 L231,283.9 L232.6,283.9 L234.1,284 L235.7,284 L237.2,284.1 L238.8,284.1 L240.3,284.1 L241.9,284.1 L243.5,284.1 L245,284.1 L246.6,284.1 L248.1,284 L249.7,284 L251.3,283.9 L252.8,283.9 L254.4,283.8 L255.9,283.7 L257.5,283.6 L259,283.5 L260.6,283.4 L262.2,283.3 L263.7,283.2 L265.3,283 L266.8,282.9 L268.4,282.7 L270,282.5 L271.5,282.4 L273.1,282.2 L274.6,282 L276.2,281.7 L277.7,281.5 L279.3,281.3 L280.9,281 L282.4,280.8 L284,280.5 L285.5,280.2 L287.1,279.9 L288.6,279.6 L290.2,279.3 L291.8,278.9 L293.3,278.6 L294.9,278.2 L296.4,277.8 L298,277.4 L299.6,277 L301.1,276.6 L302.7,276.1 L304.2,275.7 L305.8,275.2 L307.3,274.7 L308.9,274.2 L310.5,273.7 L312,273.1 L313.6,272.6 L315.1,272 L316.7,271.4 L318.3,270.8 L319.8,270.1 L321.4,269.4 L322.9,268.7 L324.5,268 L326,267.3 L327.6,266.5 L329.2,265.7 L330.7,264.9 L332.3,264 L333.8,263.1 L335.4,262.2 L337,261.2 L338.5,260.3 L340.1,259.2 L341.6,258.1 L343.2,257 L344.7,255.9 L346.3,254.7 L347.9,253.4 L349.4,252.1 L351,250.7 L352.5,249.3 L354.1,247.8 L355.6,246.2 L357.2,244.6 L358.8,242.8 L360.3,241 L361.9,239.1 L363.4,237.1 L365,235 L366.6,232.7 L368.1,230.3 L369.7,227.8 L371.2,225.1 L372.8,222.2 L374.3,219.1 L375.9,215.8 L377.5,212.2 L379,208.3 L380.6,204 L382.1,199.3 L383.7,194.1 L385.3,188.3 L386.8,181.8 L388.4,174.2 L389.9,165.5 L391.5,155 L393,142.1 L394.6,125.4 L396.2,102 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M127.4,63.55 L128.5,66.3 L129.7,68.95 L130.8,71.51 L132,73.98 L133.1,76.37 L134.3,78.67 L135.4,80.91 L136.6,83.07 L137.7,85.16 L138.8,87.19 L140,89.15 L141.1,91.06 L142.3,92.9 L143.4,94.7 L144.6,96.43 L145.7,98.12 L146.9,99.76 L148,101.4 L149.1,102.9 L150.3,104.4 L151.4,105.9 L152.6,107.3 L153.7,108.7 L154.9,110 L156,111.3 L157.2,112.6 L158.3,113.9 L159.5,115.1 L160.6,116.2 L161.7,117.4 L162.9,118.5 L164,119.6 L165.2,120.7 L166.3,121.7 L167.5,122.7 L168.6,123.7 L169.8,124.6 L170.9,125.5 L172.1,126.4 L173.2,127.3 L174.3,128.2 L175.5,129 L176.6,129.8 L177.8,130.6 L178.9,131.4 L180.1,132.1 L181.2,132.9 L182.4,133.6 L183.5,134.3 L184.6,135 L185.8,135.6 L186.9,136.2 L188.1,136.9 L189.2,137.5 L190.4,138.1 L191.5,138.6 L192.7,139.2 L193.8,139.7 L195,140.2 L196.1,140.7 L197.2,141.2 L198.4,141.7 L199.5,142.2 L200.7,142.6 L201.8,143 L203,143.5 L204.1,143.9 L205.3,144.2 L206.4,144.6 L207.6,145 L208.7,145.3 L209.8,145.7 L211,146 L212.1,146.3 L213.3,146.6 L214.4,146.9 L215.6,147.2 L216.7,147.4 L217.9,147.7 L219,147.9 L220.1,148.1 L221.3,148.3 L222.4,148.5 L223.6,148.7 L224.7,148.9 L225.9,149.1 L227,149.2 L228.2,149.3 L229.3,149.5 L230.5,149.6 L231.6,149.7 L232.7,149.8 L233.9,149.9 L235,150 L236.2,150 L237.3,150.1 L238.5,150.1 L239.6,150.1 L240.8,150.1 L241.9,150.2 L243.1,150.1 L244.2,150.1 L245.3,150.1 L246.5,150.1 L247.6,150 L248.8,150 L249.9,149.9 L251.1,149.8 L252.2,149.7 L253.4,149.6 L254.5,149.5 L255.6,149.3 L256.8,149.2 L257.9,149.1 L259.1,148.9 L260.2,148.7 L261.4,148.5 L262.5,148.3 L263.7,148.1 L264.8,147.9 L266,147.7 L267.1,147.4 L268.2,147.2 L269.4,146.9 L270.5,146.6 L271.7,146.3 L272.8,146 L274,145.7 L275.1,145.3 L276.3,145 L277.4,144.6 L278.6,144.2 L279.7,143.9 L280.8,143.5 L282,143 L283.1,142.6 L284.3,142.2 L285.4,141.7 L286.6,141.2 L287.7,140.7 L288.9,140.2 L290,139.7 L291.1,139.2 L292.3,138.6 L293.4,138.1 L294.6,137.5 L295.7,136.9 L296.9,136.2 L298,135.6 L299.2,135 L300.3,134.3 L301.5,133.6 L302.6,132.9 L303.7,132.1 L304.9,131.4 L306,130.6 L307.2,129.8 L308.3,129 L309.5,128.2 L310.6,127.3 L311.8,126.4 L312.9,125.5 L314.1,124.6 L315.2,123.7 L316.3,122.7 L317.5,121.7 L318.6,120.7 L319.8,119.6 L320.9,118.5 L322.1,117.4 L323.2,116.2 L324.4,115.1 L325.5,113.9 L326.6,112.6 L327.8,111.3 L328.9,110 L330.1,108.7 L331.2,107.3 L332.4,105.9 L333.5,104.4 L334.7,102.9 L335.8,101.4 L337,99.76 L338.1,98.12 L339.2,96.43 L340.4,94.7 L341.5,92.9 L342.7,91.06 L343.8,89.15 L345,87.19 L346.1,85.16 L347.3,83.07 L348.4,80.91 L349.6,78.67 L350.7,76.37 L351.8,73.98 L353,71.51 L354.1,68.95 L355.3,66.3 L356.4,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="419.9" y="58" width="154.1" height="126"/><rect x="419.9" y="58" width="154.1" height="126"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="433.9" y1="86" x2="447.9" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="433.9" y1="114" x2="447.9" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="433.9" y1="142" x2="447.9" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="433.9" y1="170" x2="447.9" y2="170"/></g>
</g>
<g id="legendText">
<text x="454.9" y="86" font-size="14" font-family="Verdana">n=0 &#x3C6;=1.25</text>
<text x="454.9" y="114" font-size="14" font-family="Verdana">n=0.5 &#x3C6;=1.25</text>
<text x="454.9" y="142" font-size="14" font-family="Verdana">n=0.25 &#x3C6;=&#x3C0;/2</text>
<text x="454.9" y="170" font-size="14" font-family="Verdana">n=0.75 &#x3C6;=&#x3C0;/2</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Elliptic Of the Third Kind</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="48.8" y="59" width="434.5" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="47.8" y="58" width="436.5" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="47.8" y1="58" x2="47.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="47.8" y1="341" x2="484.3" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M45.8,337.5 L47.8,337.5 M45.8,330.5 L47.8,330.5 M45.8,323.5 L47.8,323.5 M45.8,309.4 L47.8,309.4 M45.8,302.4 L47.8,302.4 M45.8,295.4 L47.8,295.4 M45.8,281.3 L47.8,281.3 M45.8,274.3 L47.8,274.3 M45.8,267.3 L47.8,267.3 M45.8,253.2 L47.8,253.2 M45.8,246.2 L47.8,246.2 M45.8,239.2 L47.8,239.2 M45.8,225.1 L47.8,225.1 M45.8,218.1 L47.8,218.1 M45.8,211.1 L47.8,211.1 M45.8,197 L47.8,197 M45.8,190 L47.8,190 M45.8,183 L47.8,183 M45.8,168.9 L47.8,168.9 M45.8,161.9 L47.8,161.9 M45.8,154.9 L47.8,154.9 M45.8,140.8 L47.8,140.8 M45.8,133.8 L47.8,133.8 M45.8,126.8 L47.8,126.8 M45.8,112.7 L47.8,112.7 M45.8,105.7 L47.8,105.7 M45.8,98.67 L47.8,98.67 M45.8,84.62 L47.8,84.62 M45.8,77.6 L47.8,77.6 M45.8,70.57 L47.8,70.57 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.54,341 L73.54,343 M100.4,341 L100.4,343 M127.2,341 L127.2,343 M180.8,341 L180.8,343 M207.6,341 L207.6,343 M234.4,341 L234.4,343 M288.1,341 L288.1,343 M314.9,341 L314.9,343 M341.7,341 L341.7,343 M395.3,341 L395.3,343 M422.1,341 L422.1,343 M448.9,341 L448.9,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M42.8,316.4 L47.8,316.4 M42.8,288.3 L47.8,288.3 M42.8,260.2 L47.8,260.2 M42.8,232.1 L47.8,232.1 M42.8,204 L47.8,204 M42.8,175.9 L47.8,175.9 M42.8,147.8 L47.8,147.8 M42.8,119.7 L47.8,119.7 M42.8,91.65 L47.8,91.65 M42.8,63.55 L47.8,63.55 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M154,341 L154,346 M261.2,341 L261.2,346 M368.5,341 L368.5,346 M475.8,341 L475.8,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="154" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="261.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="368.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="475.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text></g>
<g id="yTicksValues">
<text x="36.8" y="318.8" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="36.8" y="290.7" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="36.8" y="262.6" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="36.8" y="234.5" text-anchor="end" font-size="12" font-family="Verdana">4</text>
<text x="36.8" y="206.4" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="36.8" y="178.3" text-anchor="end" font-size="12" font-family="Verdana">6</text>
<text x="36.8" y="150.2" text-anchor="end" font-size="12" font-family="Verdana">7</text>
<text x="36.8" y="122.1" text-anchor="end" font-size="12" font-family="Verdana">8</text>
<text x="36.8" y="94.05" text-anchor="end" font-size="12" font-family="Verdana">9</text>
<text x="36.8" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">10</text></g>
<g id="yLabel">
<text x="14.9" y="199.5" text-anchor="middle" transform = "rotate(-90 14.9 199.5 )" font-size="14" font-family="Verdana"></text></g>
<g id="xLabel">
<text x="266.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">x</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M69.84,63.55 L71.87,96.88 L73.89,124.1 L75.92,146.7 L77.95,165.7 L79.98,181.8 L82.01,195.6 L84.04,207.6 L86.07,218.1 L88.1,227.3 L90.13,235.4 L92.16,242.6 L94.19,249.1 L96.22,254.9 L98.25,260.1 L100.3,264.9 L102.3,269.2 L104.3,273.2 L106.4,276.8 L108.4,280.1 L110.4,283.1 L112.5,286 L114.5,288.6 L116.5,291 L118.5,293.3 L120.6,295.4 L122.6,297.3 L124.6,299.1 L126.7,300.9 L128.7,302.5 L130.7,304 L132.8,305.4 L134.8,306.8 L136.8,308 L138.8,309.2 L140.9,310.4 L142.9,311.4 L144.9,312.5 L147,313.4 L149,314.4 L151,315.2 L153.1,316.1 L155.1,316.9 L157.1,317.6 L159.1,318.3 L161.2,319 L163.2,319.7 L165.2,320.3 L167.3,320.9 L169.3,321.5 L171.3,322.1 L173.3,322.6 L175.4,323.1 L177.4,323.6 L179.4,324.1 L181.5,324.6 L183.5,325 L185.5,325.4 L187.6,325.9 L189.6,326.3 L191.6,326.6 L193.6,327 L195.7,327.4 L197.7,327.7 L199.7,328 L201.8,328.4 L203.8,328.7 L205.8,329 L207.9,329.3 L209.9,329.6 L211.9,329.8 L213.9,330.1 L216,330.4 L218,330.6 L220,330.9 L222.1,331.1 L224.1,331.3 L226.1,331.5 L228.1,331.8 L230.2,332 L232.2,332.2 L234.2,332.4 L236.3,332.6 L238.3,332.8 L240.3,332.9 L242.4,333.1 L244.4,333.3 L246.4,333.5 L248.4,333.6 L250.5,333.8 L252.5,334 L254.5,334.1 L256.6,334.3 L258.6,334.4 L260.6,334.6 L262.7,334.7 L264.7,334.8 L266.7,335 L268.7,335.1 L270.8,335.2 L272.8,335.4 L274.8,335.5 L276.9,335.6 L278.9,335.7 L280.9,335.8 L282.9,335.9 L285,336 L287,336.2 L289,336.3 L291.1,336.4 L293.1,336.5 L295.1,336.6 L297.2,336.7 L299.2,336.8 L301.2,336.8 L303.2,336.9 L305.3,337 L307.3,337.1 L309.3,337.2 L311.4,337.3 L313.4,337.4 L315.4,337.5 L317.4,337.5 L319.5,337.6 L321.5,337.7 L323.5,337.8 L325.6,337.8 L327.6,337.9 L329.6,338 L331.7,338 L333.7,338.1 L335.7,338.2 L337.7,338.3 L339.8,338.3 L341.8,338.4 L343.8,338.4 L345.9,338.5 L347.9,338.6 L349.9,338.6 L352,338.7 L354,338.7 L356,338.8 L358,338.9 L360.1,338.9 L362.1,339 L364.1,339 L366.2,339.1 L368.2,339.1 L370.2,339.2 L372.2,339.2 L374.3,339.3 L376.3,339.3 L378.3,339.4 L380.4,339.4 L382.4,339.5 L384.4,339.5 L386.5,339.6 L388.5,339.6 L390.5,339.6 L392.5,339.7 L394.6,339.7 L396.6,339.8 L398.6,339.8 L400.7,339.8 L402.7,339.9 L404.7,339.9 L406.8,340 L408.8,340 L410.8,340 L412.8,340.1 L414.9,340.1 L416.9,340.2 L418.9,340.2 L421,340.2 L423,340.3 L425,340.3 L427,340.3 L429.1,340.4 L431.1,340.4 L433.1,340.4 L435.2,340.5 L437.2,340.5 L439.2,340.5 L441.3,340.6 L443.3,340.6 L445.3,340.6 L447.3,340.6 L449.4,340.7 L451.4,340.7 L453.4,340.7 L455.5,340.8 L457.5,340.8 L459.5,340.8 L461.6,340.8 L463.6,340.9 L465.6,340.9 L467.6,340.9 L469.7,340.9 L471.7,341 L473.7,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M47.8,63.55 L49.94,182.2 L52.08,218.7 L54.22,238.2 L56.36,250.8 L58.5,259.7 L60.64,266.5 L62.78,271.9 L64.92,276.3 L67.06,280 L69.2,283.1 L71.34,285.9 L73.48,288.3 L75.62,290.4 L77.76,292.3 L79.9,294 L82.04,295.6 L84.18,297 L86.32,298.3 L88.46,299.5 L90.6,300.6 L92.74,301.6 L94.88,302.6 L97.02,303.5 L99.16,304.3 L101.3,305.1 L103.4,305.9 L105.6,306.6 L107.7,307.3 L109.9,307.9 L112,308.5 L114.1,309.1 L116.3,309.6 L118.4,310.2 L120.6,310.7 L122.7,311.1 L124.8,311.6 L127,312.1 L129.1,312.5 L131.3,312.9 L133.4,313.3 L135.5,313.7 L137.7,314 L139.8,314.4 L142,314.7 L144.1,315 L146.2,315.4 L148.4,315.7 L150.5,316 L152.7,316.3 L154.8,316.5 L156.9,316.8 L159.1,317.1 L161.2,317.3 L163.3,317.6 L165.5,317.8 L167.6,318.1 L169.8,318.3 L171.9,318.5 L174,318.7 L176.2,319 L178.3,319.2 L180.5,319.4 L182.6,319.6 L184.7,319.8 L186.9,320 L189,320.1 L191.2,320.3 L193.3,320.5 L195.4,320.7 L197.6,320.8 L199.7,321 L201.9,321.2 L204,321.3 L206.1,321.5 L208.3,321.6 L210.4,321.8 L212.6,321.9 L214.7,322.1 L216.8,322.2 L219,322.4 L221.1,322.5 L223.3,322.6 L225.4,322.8 L227.5,322.9 L229.7,323 L231.8,323.1 L234,323.3 L236.1,323.4 L238.2,323.5 L240.4,323.6 L242.5,323.7 L244.7,323.9 L246.8,324 L248.9,324.1 L251.1,324.2 L253.2,324.3 L255.4,324.4 L257.5,324.5 L259.6,324.6 L261.8,324.7 L263.9,324.8 L266.1,324.9 L268.2,325 L270.3,325.1 L272.5,325.2 L274.6,325.3 L276.8,325.4 L278.9,325.4 L281,325.5 L283.2,325.6 L285.3,325.7 L287.5,325.8 L289.6,325.9 L291.7,325.9 L293.9,326 L296,326.1 L298.2,326.2 L300.3,326.3 L302.4,326.3 L304.6,326.4 L306.7,326.5 L308.9,326.6 L311,326.6 L313.1,326.7 L315.3,326.8 L317.4,326.8 L319.6,326.9 L321.7,327 L323.8,327.1 L326,327.1 L328.1,327.2 L330.3,327.3 L332.4,327.3 L334.5,327.4 L336.7,327.4 L338.8,327.5 L341,327.6 L343.1,327.6 L345.2,327.7 L347.4,327.8 L349.5,327.8 L351.7,327.9 L353.8,327.9 L355.9,328 L358.1,328 L360.2,328.1 L362.4,328.2 L364.5,328.2 L366.6,328.3 L368.8,328.3 L370.9,328.4 L373.1,328.4 L375.2,328.5 L377.3,328.5 L379.5,328.6 L381.6,328.6 L383.7,328.7 L385.9,328.7 L388,328.8 L390.2,328.8 L392.3,328.9 L394.4,328.9 L396.6,329 L398.7,329 L400.9,329.1 L403,329.1 L405.1,329.2 L407.3,329.2 L409.4,329.3 L411.6,329.3 L413.7,329.3 L415.8,329.4 L418,329.4 L420.1,329.5 L422.3,329.5 L424.4,329.6 L426.5,329.6 L428.7,329.6 L430.8,329.7 L433,329.7 L435.1,329.8 L437.2,329.8 L439.4,329.9 L441.5,329.9 L443.7,329.9 L445.8,330 L447.9,330 L450.1,330 L452.2,330.1 L454.4,330.1 L456.5,330.2 L458.6,330.2 L460.8,330.2 L462.9,330.3 L465.1,330.3 L467.2,330.3 L469.3,330.4 L471.5,330.4 L473.6,330.5 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="498.3" y="58" width="75.68" height="70"/><rect x="498.3" y="58" width="75.68" height="70"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="512.3" y1="86" x2="526.3" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="512.3" y1="114" x2="526.3" y2="114"/></g>
</g>
<g id="legendText">
<text x="533.3" y="86" font-size="14" font-family="Verdana">RJ</text>
<text x="533.3" y="114" font-size="14" font-family="Verdana">RF</text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Elliptic Integrals</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="93.6" y="59" width="479.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="92.6" y="58" width="481.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="328.6" y1="58" x2="328.6" y2="346"/><line x1="92.6" y1="58" x2="92.6" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="87.6" y1="202.3" x2="574" y2="202.3"/><line x1="87.6" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M90.6,184.9 L92.6,184.9 M90.6,167.6 L92.6,167.6 M90.6,150.3 L92.6,150.3 M90.6,115.6 L92.6,115.6 M90.6,98.23 L92.6,98.23 M90.6,80.89 L92.6,80.89 M90.6,202.3 L92.6,202.3 M90.6,219.6 L92.6,219.6 M90.6,237 L92.6,237 M90.6,254.3 L92.6,254.3 M90.6,271.6 L92.6,271.6 M90.6,289 L92.6,289 M90.6,306.3 L92.6,306.3 M90.6,323.7 L92.6,323.7 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M348.2,341 L348.2,343 M367.9,341 L367.9,343 M387.6,341 L387.6,343 M426.9,341 L426.9,343 M446.6,341 L446.6,343 M466.2,341 L466.2,343 M505.6,341 L505.6,343 M525.2,341 L525.2,343 M544.9,341 L544.9,343 M308.9,341 L308.9,343 M289.3,341 L289.3,343 M269.6,341 L269.6,343 M230.3,341 L230.3,343 M210.6,341 L210.6,343 M190.9,341 L190.9,343 M151.6,341 L151.6,343 M131.9,341 L131.9,343 M112.3,341 L112.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M87.6,202.3 L92.6,202.3 M87.6,132.9 L92.6,132.9 M87.6,63.55 L92.6,63.55 M87.6,202.3 L92.6,202.3 M87.6,271.6 L92.6,271.6 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M328.6,341 L328.6,346 M407.2,341 L407.2,346 M485.9,341 L485.9,346 M564.6,341 L564.6,346 M328.6,341 L328.6,346 M249.9,341 L249.9,346 M171.3,341 L171.3,346 M92.6,341 L92.6,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="328.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="407.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="485.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="564.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="328.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="249.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-1</text>
<text x="171.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-2</text>
<text x="92.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-3</text></g>
<g id="yTicksValues">
<text x="81.6" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="135.3" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="81.6" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="81.6" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="81.6" y="274" text-anchor="end" font-size="12" font-family="Verdana">-0.5</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">erf(z)</text></g>
<g id="xLabel">
<text x="333.3" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M92.6,341 L94.96,341 L97.32,341 L99.68,341 L102,341 L104.4,341 L106.8,341 L109.1,341 L111.5,341 L113.8,341 L116.2,341 L118.6,341 L120.9,341 L123.3,341 L125.6,341 L128,341 L130.4,341 L132.7,340.9 L135.1,340.9 L137.4,340.9 L139.8,340.9 L142.2,340.9 L144.5,340.9 L146.9,340.9 L149.2,340.8 L151.6,340.8 L154,340.8 L156.3,340.7 L158.7,340.7 L161,340.6 L163.4,340.6 L165.8,340.5 L168.1,340.5 L170.5,340.4 L172.8,340.3 L175.2,340.2 L177.6,340.1 L179.9,340 L182.3,339.8 L184.6,339.7 L187,339.5 L189.4,339.3 L191.7,339.1 L194.1,338.8 L196.4,338.6 L198.8,338.3 L201.2,338 L203.5,337.6 L205.9,337.2 L208.2,336.8 L210.6,336.3 L212.9,335.8 L215.3,335.2 L217.7,334.6 L220,333.9 L222.4,333.2 L224.7,332.4 L227.1,331.6 L229.5,330.6 L231.8,329.6 L234.2,328.6 L236.5,327.4 L238.9,326.2 L241.3,324.8 L243.6,323.4 L246,321.9 L248.3,320.3 L250.7,318.6 L253.1,316.8 L255.4,314.9 L257.8,312.8 L260.1,310.7 L262.5,308.4 L264.9,306 L267.2,303.5 L269.6,300.9 L271.9,298.2 L274.3,295.3 L276.7,292.4 L279,289.3 L281.4,286 L283.7,282.7 L286.1,279.3 L288.5,275.7 L290.8,272 L293.2,268.2 L295.5,264.4 L297.9,260.4 L300.3,256.3 L302.6,252.1 L305,247.9 L307.3,243.5 L309.7,239.1 L312.1,234.7 L314.4,230.2 L316.8,225.6 L319.1,221 L321.5,216.3 L323.9,211.7 L326.2,207 L328.6,202.3 L330.9,197.6 L333.3,192.9 L335.7,188.2 L338,183.6 L340.4,179 L342.7,174.4 L345.1,169.9 L347.5,165.4 L349.8,161 L352.2,156.7 L354.5,152.4 L356.9,148.3 L359.3,144.2 L361.6,140.2 L364,136.3 L366.3,132.5 L368.7,128.9 L371.1,125.3 L373.4,121.8 L375.8,118.5 L378.1,115.3 L380.5,112.2 L382.9,109.2 L385.2,106.4 L387.6,103.6 L389.9,101 L392.3,98.51 L394.7,96.13 L397,93.87 L399.4,91.72 L401.7,89.69 L404.1,87.76 L406.5,85.95 L408.8,84.24 L411.2,82.63 L413.5,81.12 L415.9,79.7 L418.3,78.38 L420.6,77.14 L423,75.99 L425.3,74.91 L427.7,73.92 L430.1,72.99 L432.4,72.14 L434.8,71.35 L437.1,70.62 L439.5,69.95 L441.9,69.33 L444.2,68.77 L446.6,68.25 L448.9,67.77 L451.3,67.34 L453.6,66.95 L456,66.59 L458.4,66.27 L460.7,65.97 L463.1,65.71 L465.4,65.47 L467.8,65.25 L470.2,65.06 L472.5,64.89 L474.9,64.73 L477.2,64.59 L479.6,64.46 L482,64.35 L484.3,64.25 L486.7,64.17 L489,64.09 L491.4,64.02 L493.8,63.96 L496.1,63.91 L498.5,63.86 L500.8,63.82 L503.2,63.78 L505.6,63.75 L507.9,63.72 L510.3,63.7 L512.6,63.68 L515,63.66 L517.4,63.64 L519.7,63.63 L522.1,63.62 L524.4,63.61 L526.8,63.6 L529.2,63.59 L531.5,63.58 L533.9,63.58 L536.2,63.57 L538.6,63.57 L541,63.56 L543.3,63.56 L545.7,63.56 L548,63.56 L550.4,63.56 L552.8,63.55 L555.1,63.55 L557.5,63.55 L559.8,63.55 L562.2,63.55 L564.6,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">erf</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="320" y1="58" x2="320" y2="346"/><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="168.3" x2="574" y2="168.3"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,154 L75.8,154 M73.8,139.6 L75.8,139.6 M73.8,125.2 L75.8,125.2 M73.8,96.4 L75.8,96.4 M73.8,82.01 L75.8,82.01 M73.8,67.63 L75.8,67.63 M73.8,168.3 L75.8,168.3 M73.8,182.7 L75.8,182.7 M73.8,197.1 L75.8,197.1 M73.8,211.5 L75.8,211.5 M73.8,225.9 L75.8,225.9 M73.8,240.3 L75.8,240.3 M73.8,254.7 L75.8,254.7 M73.8,269.1 L75.8,269.1 M73.8,283.4 L75.8,283.4 M73.8,297.8 L75.8,297.8 M73.8,312.2 L75.8,312.2 M73.8,326.6 L75.8,326.6 M73.8,341 L75.8,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M350.5,341 L350.5,343 M381.1,341 L381.1,343 M411.6,341 L411.6,343 M472.7,341 L472.7,343 M503.2,341 L503.2,343 M533.7,341 L533.7,343 M289.5,341 L289.5,343 M259,341 L259,343 M228.4,341 L228.4,343 M167.4,341 L167.4,343 M136.8,341 L136.8,343 M106.3,341 L106.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,168.3 L75.8,168.3 M70.8,110.8 L75.8,110.8 M70.8,168.3 L75.8,168.3 M70.8,225.9 L75.8,225.9 M70.8,283.4 L75.8,283.4 M70.8,341 L75.8,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M320,341 L320,346 M442.1,341 L442.1,346 M564.2,341 L564.2,346 M320,341 L320,346 M197.9,341 L197.9,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="442.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="564.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="197.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-0.5</text></g>
<g id="yTicksValues">
<text x="64.8" y="170.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="113.2" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="64.8" y="170.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="228.3" text-anchor="end" font-size="12" font-family="Verdana">-1</text>
<text x="64.8" y="285.8" text-anchor="end" font-size="12" font-family="Verdana">-2</text>
<text x="64.8" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">-3</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">erf_inv(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,341 L78.24,273.1 L80.68,263 L83.13,256.6 L85.57,251.9 L88.01,248.1 L90.45,244.9 L92.9,242.1 L95.34,239.6 L97.78,237.3 L100.2,235.3 L102.7,233.4 L105.1,231.6 L107.5,230 L110,228.4 L112.4,226.9 L114.9,225.5 L117.3,224.2 L119.8,222.9 L122.2,221.7 L124.6,220.5 L127.1,219.4 L129.5,218.3 L132,217.2 L134.4,216.2 L136.9,215.2 L139.3,214.2 L141.7,213.2 L144.2,212.3 L146.6,211.4 L149.1,210.5 L151.5,209.7 L153.9,208.8 L156.4,208 L158.8,207.2 L161.3,206.4 L163.7,205.6 L166.2,204.8 L168.6,204.1 L171,203.3 L173.5,202.6 L175.9,201.9 L178.4,201.2 L180.8,200.5 L183.3,199.8 L185.7,199.1 L188.1,198.4 L190.6,197.7 L193,197.1 L195.5,196.4 L197.9,195.8 L200.4,195.2 L202.8,194.5 L205.2,193.9 L207.7,193.3 L210.1,192.7 L212.6,192.1 L215,191.5 L217.4,190.9 L219.9,190.3 L222.3,189.7 L224.8,189.1 L227.2,188.5 L229.7,187.9 L232.1,187.4 L234.5,186.8 L237,186.2 L239.4,185.7 L241.9,185.1 L244.3,184.6 L246.8,184 L249.2,183.5 L251.6,182.9 L254.1,182.4 L256.5,181.8 L259,181.3 L261.4,180.8 L263.8,180.2 L266.3,179.7 L268.7,179.2 L271.2,178.7 L273.6,178.1 L276.1,177.6 L278.5,177.1 L280.9,176.6 L283.4,176 L285.8,175.5 L288.3,175 L290.7,174.5 L293.2,174 L295.6,173.5 L298,172.9 L300.5,172.4 L302.9,171.9 L305.4,171.4 L307.8,170.9 L310.2,170.4 L312.7,169.9 L315.1,169.4 L317.6,168.9 L320,168.3 L322.5,167.8 L324.9,167.3 L327.3,166.8 L329.8,166.3 L332.2,165.8 L334.7,165.3 L337.1,164.8 L339.6,164.3 L342,163.7 L344.4,163.2 L346.9,162.7 L349.3,162.2 L351.8,161.7 L354.2,161.2 L356.6,160.6 L359.1,160.1 L361.5,159.6 L364,159.1 L366.4,158.6 L368.9,158 L371.3,157.5 L373.7,157 L376.2,156.4 L378.6,155.9 L381.1,155.4 L383.5,154.8 L386,154.3 L388.4,153.8 L390.8,153.2 L393.3,152.7 L395.7,152.1 L398.2,151.6 L400.6,151 L403,150.4 L405.5,149.9 L407.9,149.3 L410.4,148.7 L412.8,148.2 L415.3,147.6 L417.7,147 L420.1,146.4 L422.6,145.8 L425,145.2 L427.5,144.6 L429.9,144 L432.4,143.4 L434.8,142.8 L437.2,142.2 L439.7,141.5 L442.1,140.9 L444.6,140.3 L447,139.6 L449.5,138.9 L451.9,138.3 L454.3,137.6 L456.8,136.9 L459.2,136.2 L461.7,135.5 L464.1,134.8 L466.5,134.1 L469,133.4 L471.4,132.6 L473.9,131.9 L476.3,131.1 L478.8,130.3 L481.2,129.5 L483.6,128.7 L486.1,127.9 L488.5,127 L491,126.2 L493.4,125.3 L495.9,124.4 L498.3,123.5 L500.7,122.5 L503.2,121.5 L505.6,120.5 L508.1,119.5 L510.5,118.4 L512.9,117.3 L515.4,116.2 L517.8,115 L520.3,113.8 L522.7,112.5 L525.2,111.2 L527.6,109.8 L530,108.3 L532.5,106.7 L534.9,105.1 L537.4,103.3 L539.8,101.4 L542.3,99.35 L544.7,97.1 L547.1,94.61 L549.6,91.81 L552,88.59 L554.5,84.77 L556.9,80.04 L559.3,73.69 L561.8,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">erf_inv</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="487.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="489.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="324.3" y1="58" x2="324.3" y2="341"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,323.7 L84.2,323.7 M82.2,306.3 L84.2,306.3 M82.2,289 L84.2,289 M82.2,254.3 L84.2,254.3 M82.2,237 L84.2,237 M82.2,219.6 L84.2,219.6 M82.2,184.9 L84.2,184.9 M82.2,167.6 L84.2,167.6 M82.2,150.3 L84.2,150.3 M82.2,115.6 L84.2,115.6 M82.2,98.23 L84.2,98.23 M82.2,80.89 L84.2,80.89 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M344.3,341 L344.3,343 M364.3,341 L364.3,343 M384.3,341 L384.3,343 M424.3,341 L424.3,343 M444.3,341 L444.3,343 M464.4,341 L464.4,343 M504.4,341 L504.4,343 M524.4,341 L524.4,343 M544.4,341 L544.4,343 M304.3,341 L304.3,343 M284.3,341 L284.3,343 M264.3,341 L264.3,343 M224.3,341 L224.3,343 M204.2,341 L204.2,343 M184.2,341 L184.2,343 M144.2,341 L144.2,343 M124.2,341 L124.2,343 M104.2,341 L104.2,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,271.6 L84.2,271.6 M79.2,202.3 L84.2,202.3 M79.2,132.9 L84.2,132.9 M79.2,63.55 L84.2,63.55 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M324.3,341 L324.3,346 M404.3,341 L404.3,346 M484.4,341 L484.4,346 M564.4,341 L564.4,346 M324.3,341 L324.3,346 M244.3,341 L244.3,346 M164.2,341 L164.2,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="324.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="404.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="484.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="564.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="324.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="244.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-1</text>
<text x="164.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-2</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-3</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="274" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="135.3" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">2</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">erfc(z)</text></g>
<g id="xLabel">
<text x="329.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,63.55 L86.6,63.55 L89,63.55 L91.4,63.55 L93.8,63.55 L96.2,63.55 L98.61,63.56 L101,63.56 L103.4,63.56 L105.8,63.56 L108.2,63.56 L110.6,63.57 L113,63.57 L115.4,63.58 L117.8,63.58 L120.2,63.59 L122.6,63.6 L125,63.61 L127.4,63.62 L129.8,63.63 L132.2,63.64 L134.6,63.66 L137,63.68 L139.4,63.7 L141.8,63.72 L144.2,63.75 L146.6,63.78 L149,63.82 L151.4,63.86 L153.8,63.91 L156.2,63.96 L158.6,64.02 L161,64.09 L163.4,64.17 L165.8,64.25 L168.2,64.35 L170.6,64.46 L173,64.59 L175.4,64.73 L177.8,64.89 L180.2,65.06 L182.6,65.25 L185,65.47 L187.4,65.71 L189.8,65.97 L192.2,66.27 L194.6,66.59 L197,66.95 L199.4,67.34 L201.8,67.77 L204.2,68.25 L206.6,68.77 L209.1,69.33 L211.5,69.95 L213.9,70.62 L216.3,71.35 L218.7,72.14 L221.1,72.99 L223.5,73.92 L225.9,74.91 L228.3,75.99 L230.7,77.14 L233.1,78.38 L235.5,79.7 L237.9,81.12 L240.3,82.63 L242.7,84.24 L245.1,85.95 L247.5,87.76 L249.9,89.69 L252.3,91.72 L254.7,93.87 L257.1,96.13 L259.5,98.51 L261.9,101 L264.3,103.6 L266.7,106.4 L269.1,109.2 L271.5,112.2 L273.9,115.3 L276.3,118.5 L278.7,121.8 L281.1,125.3 L283.5,128.9 L285.9,132.5 L288.3,136.3 L290.7,140.2 L293.1,144.2 L295.5,148.3 L297.9,152.4 L300.3,156.7 L302.7,161 L305.1,165.4 L307.5,169.9 L309.9,174.4 L312.3,179 L314.7,183.6 L317.1,188.2 L319.5,192.9 L321.9,197.6 L324.3,202.3 L326.7,207 L329.1,211.7 L331.5,216.3 L333.9,221 L336.3,225.6 L338.7,230.2 L341.1,234.7 L343.5,239.1 L345.9,243.5 L348.3,247.9 L350.7,252.1 L353.1,256.3 L355.5,260.4 L357.9,264.4 L360.3,268.2 L362.7,272 L365.1,275.7 L367.5,279.3 L369.9,282.7 L372.3,286 L374.7,289.3 L377.1,292.4 L379.5,295.3 L381.9,298.2 L384.3,300.9 L386.7,303.5 L389.1,306 L391.5,308.4 L393.9,310.7 L396.3,312.8 L398.7,314.9 L401.1,316.8 L403.5,318.6 L405.9,320.3 L408.3,321.9 L410.7,323.4 L413.1,324.8 L415.5,326.2 L417.9,327.4 L420.3,328.6 L422.7,329.6 L425.1,330.6 L427.5,331.6 L429.9,332.4 L432.3,333.2 L434.7,333.9 L437.1,334.6 L439.5,335.2 L441.9,335.8 L444.3,336.3 L446.7,336.8 L449.1,337.2 L451.5,337.6 L454,338 L456.4,338.3 L458.8,338.6 L461.2,338.8 L463.6,339.1 L466,339.3 L468.4,339.5 L470.8,339.7 L473.2,339.8 L475.6,340 L478,340.1 L480.4,340.2 L482.8,340.3 L485.2,340.4 L487.6,340.5 L490,340.5 L492.4,340.6 L494.8,340.6 L497.2,340.7 L499.6,340.7 L502,340.8 L504.4,340.8 L506.8,340.8 L509.2,340.9 L511.6,340.9 L514,340.9 L516.4,340.9 L518.8,340.9 L521.2,340.9 L523.6,340.9 L526,341 L528.4,341 L530.8,341 L533.2,341 L535.6,341 L538,341 L540.4,341 L542.8,341 L545.2,341 L547.6,341 L550,341 L552.4,341 L554.8,341 L557.2,341 L559.6,341 L562,341 L564.4,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">erfc</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="76.8" y="59" width="496.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="75.8" y="58" width="498.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="75.8" y1="58" x2="75.8" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="70.8" y1="202.3" x2="574" y2="202.3"/><line x1="70.8" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M73.8,190.7 L75.8,190.7 M73.8,179.2 L75.8,179.2 M73.8,167.6 L75.8,167.6 M73.8,144.5 L75.8,144.5 M73.8,132.9 L75.8,132.9 M73.8,121.4 L75.8,121.4 M73.8,98.23 L75.8,98.23 M73.8,86.67 L75.8,86.67 M73.8,75.11 L75.8,75.11 M73.8,202.3 L75.8,202.3 M73.8,213.8 L75.8,213.8 M73.8,225.4 L75.8,225.4 M73.8,237 L75.8,237 M73.8,248.5 L75.8,248.5 M73.8,260.1 L75.8,260.1 M73.8,271.6 L75.8,271.6 M73.8,283.2 L75.8,283.2 M73.8,294.8 L75.8,294.8 M73.8,306.3 L75.8,306.3 M73.8,317.9 L75.8,317.9 M73.8,329.4 L75.8,329.4 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M106.3,341 L106.3,343 M136.8,341 L136.8,343 M167.4,341 L167.4,343 M228.4,341 L228.4,343 M259,341 L259,343 M289.5,341 L289.5,343 M350.5,341 L350.5,343 M381.1,341 L381.1,343 M411.6,341 L411.6,343 M472.7,341 L472.7,343 M503.2,341 L503.2,343 M533.7,341 L533.7,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M70.8,202.3 L75.8,202.3 M70.8,156 L75.8,156 M70.8,109.8 L75.8,109.8 M70.8,63.55 L75.8,63.55 M70.8,202.3 L75.8,202.3 M70.8,248.5 L75.8,248.5 M70.8,294.8 L75.8,294.8 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M75.79,341 L75.79,346 M197.9,341 L197.9,346 M320,341 L320,346 M442.1,341 L442.1,346 M564.2,341 L564.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="75.79" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="197.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="320" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="442.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1.5</text>
<text x="564.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text></g>
<g id="yTicksValues">
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="158.4" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="64.8" y="112.2" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="64.8" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="64.8" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="64.8" y="250.9" text-anchor="end" font-size="12" font-family="Verdana">-1</text>
<text x="64.8" y="297.2" text-anchor="end" font-size="12" font-family="Verdana">-2</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">erfc_inv(z)</text></g>
<g id="xLabel">
<text x="324.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M75.8,63.55 L78.24,118.1 L80.68,126.2 L83.13,131.3 L85.57,135.1 L88.01,138.2 L90.45,140.8 L92.9,143 L95.34,145 L97.78,146.8 L100.2,148.5 L102.7,150 L105.1,151.4 L107.5,152.8 L110,154 L112.4,155.2 L114.9,156.3 L117.3,157.4 L119.8,158.4 L122.2,159.4 L124.6,160.4 L127.1,161.3 L129.5,162.2 L132,163 L134.4,163.9 L136.9,164.7 L139.3,165.4 L141.7,166.2 L144.2,167 L146.6,167.7 L149.1,168.4 L151.5,169.1 L153.9,169.8 L156.4,170.4 L158.8,171.1 L161.3,171.7 L163.7,172.3 L166.2,173 L168.6,173.6 L171,174.2 L173.5,174.8 L175.9,175.3 L178.4,175.9 L180.8,176.5 L183.3,177 L185.7,177.6 L188.1,178.1 L190.6,178.7 L193,179.2 L195.5,179.7 L197.9,180.2 L200.4,180.7 L202.8,181.2 L205.2,181.7 L207.7,182.2 L210.1,182.7 L212.6,183.2 L215,183.7 L217.4,184.2 L219.9,184.7 L222.3,185.1 L224.8,185.6 L227.2,186.1 L229.7,186.5 L232.1,187 L234.5,187.4 L237,187.9 L239.4,188.3 L241.9,188.8 L244.3,189.2 L246.8,189.7 L249.2,190.1 L251.6,190.6 L254.1,191 L256.5,191.4 L259,191.9 L261.4,192.3 L263.8,192.7 L266.3,193.1 L268.7,193.6 L271.2,194 L273.6,194.4 L276.1,194.8 L278.5,195.3 L280.9,195.7 L283.4,196.1 L285.8,196.5 L288.3,196.9 L290.7,197.3 L293.2,197.8 L295.6,198.2 L298,198.6 L300.5,199 L302.9,199.4 L305.4,199.8 L307.8,200.2 L310.2,200.6 L312.7,201 L315.1,201.5 L317.6,201.9 L320,202.3 L322.5,202.7 L324.9,203.1 L327.3,203.5 L329.8,203.9 L332.2,204.3 L334.7,204.7 L337.1,205.1 L339.6,205.6 L342,206 L344.4,206.4 L346.9,206.8 L349.3,207.2 L351.8,207.6 L354.2,208 L356.6,208.5 L359.1,208.9 L361.5,209.3 L364,209.7 L366.4,210.1 L368.9,210.6 L371.3,211 L373.7,211.4 L376.2,211.8 L378.6,212.3 L381.1,212.7 L383.5,213.1 L386,213.6 L388.4,214 L390.8,214.4 L393.3,214.9 L395.7,215.3 L398.2,215.8 L400.6,216.2 L403,216.7 L405.5,217.1 L407.9,217.6 L410.4,218 L412.8,218.5 L415.3,219 L417.7,219.4 L420.1,219.9 L422.6,220.4 L425,220.8 L427.5,221.3 L429.9,221.8 L432.4,222.3 L434.8,222.8 L437.2,223.3 L439.7,223.8 L442.1,224.3 L444.6,224.8 L447,225.4 L449.4,225.9 L451.9,226.4 L454.3,227 L456.8,227.5 L459.2,228.1 L461.7,228.6 L464.1,229.2 L466.5,229.8 L469,230.4 L471.4,231 L473.9,231.6 L476.3,232.2 L478.8,232.8 L481.2,233.5 L483.6,234.1 L486.1,234.8 L488.5,235.5 L491,236.2 L493.4,236.9 L495.9,237.6 L498.3,238.3 L500.7,239.1 L503.2,239.9 L505.6,240.7 L508.1,241.5 L510.5,242.4 L512.9,243.3 L515.4,244.2 L517.8,245.1 L520.3,246.1 L522.7,247.1 L525.2,248.2 L527.6,249.3 L530,250.5 L532.5,251.8 L534.9,253.1 L537.4,254.5 L539.8,256.1 L542.3,257.7 L544.7,259.5 L547.1,261.5 L549.6,263.8 L552,266.4 L554.5,269.4 L556.9,273.2 L559.3,278.3 L561.8,286.5 L564.2,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">erfc_inv</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

+78
View File
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="366.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="368.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="341"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="341" x2="453" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,334 L84.2,334 M82.2,326.9 L84.2,326.9 M82.2,312.6 L84.2,312.6 M82.2,305.5 L84.2,305.5 M82.2,298.4 L84.2,298.4 M82.2,284.2 L84.2,284.2 M82.2,277 L84.2,277 M82.2,269.9 L84.2,269.9 M82.2,255.7 L84.2,255.7 M82.2,248.6 L84.2,248.6 M82.2,241.5 L84.2,241.5 M82.2,227.2 L84.2,227.2 M82.2,220.1 L84.2,220.1 M82.2,213 L84.2,213 M82.2,198.8 L84.2,198.8 M82.2,191.6 L84.2,191.6 M82.2,184.5 L84.2,184.5 M82.2,170.3 L84.2,170.3 M82.2,163.2 L84.2,163.2 M82.2,156.1 L84.2,156.1 M82.2,141.8 L84.2,141.8 M82.2,134.7 L84.2,134.7 M82.2,127.6 L84.2,127.6 M82.2,113.4 L84.2,113.4 M82.2,106.2 L84.2,106.2 M82.2,99.13 L84.2,99.13 M82.2,84.9 L84.2,84.9 M82.2,77.78 L84.2,77.78 M82.2,70.67 L84.2,70.67 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M106.8,341 L106.8,343 M129.4,341 L129.4,343 M152,341 L152,343 M197.2,341 L197.2,343 M219.8,341 L219.8,343 M242.4,341 L242.4,343 M287.6,341 L287.6,343 M310.2,341 L310.2,343 M332.8,341 L332.8,343 M377.9,341 L377.9,343 M400.5,341 L400.5,343 M423.1,341 L423.1,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,319.7 L84.2,319.7 M79.2,291.3 L84.2,291.3 M79.2,262.8 L84.2,262.8 M79.2,234.3 L84.2,234.3 M79.2,205.9 L84.2,205.9 M79.2,177.4 L84.2,177.4 M79.2,148.9 L84.2,148.9 M79.2,120.5 L84.2,120.5 M79.2,92.02 L84.2,92.02 M79.2,63.55 L84.2,63.55 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M174.6,341 L174.6,346 M265,341 L265,346 M355.3,341 L355.3,346 M445.7,341 L445.7,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="174.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0.5</text>
<text x="265" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="355.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1.5</text>
<text x="445.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="322.1" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="293.7" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="265.2" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="236.7" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="208.3" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="179.8" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="151.3" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="122.9" text-anchor="end" font-size="12" font-family="Verdana">0.8</text>
<text x="73.2" y="94.42" text-anchor="end" font-size="12" font-family="Verdana">0.9</text>
<text x="73.2" y="65.95" text-anchor="end" font-size="12" font-family="Verdana">1</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">expint(n, z)</text></g>
<g id="xLabel">
<text x="268.6" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M132.1,63.55 L133.6,70.56 L135.2,77.3 L136.8,83.78 L138.3,90.01 L139.9,96.01 L141.5,101.8 L143,107.4 L144.6,112.8 L146.2,118 L147.7,123 L149.3,127.8 L150.9,132.6 L152.4,137.1 L154,141.5 L155.6,145.8 L157.1,150 L158.7,154 L160.3,157.9 L161.9,161.7 L163.4,165.4 L165,169 L166.6,172.4 L168.1,175.8 L169.7,179.1 L171.3,182.3 L172.8,185.5 L174.4,188.5 L176,191.5 L177.5,194.4 L179.1,197.2 L180.7,199.9 L182.2,202.6 L183.8,205.2 L185.4,207.8 L186.9,210.3 L188.5,212.7 L190.1,215.1 L191.7,217.4 L193.2,219.7 L194.8,221.9 L196.4,224.1 L197.9,226.2 L199.5,228.2 L201.1,230.3 L202.6,232.2 L204.2,234.2 L205.8,236.1 L207.3,237.9 L208.9,239.7 L210.5,241.5 L212,243.3 L213.6,245 L215.2,246.6 L216.7,248.3 L218.3,249.9 L219.9,251.4 L221.5,253 L223,254.5 L224.6,256 L226.2,257.4 L227.7,258.8 L229.3,260.2 L230.9,261.6 L232.4,262.9 L234,264.2 L235.6,265.5 L237.1,266.8 L238.7,268 L240.3,269.3 L241.8,270.4 L243.4,271.6 L245,272.8 L246.5,273.9 L248.1,275 L249.7,276.1 L251.3,277.2 L252.8,278.2 L254.4,279.3 L256,280.3 L257.5,281.3 L259.1,282.2 L260.7,283.2 L262.2,284.2 L263.8,285.1 L265.4,286 L266.9,286.9 L268.5,287.8 L270.1,288.6 L271.6,289.5 L273.2,290.3 L274.8,291.1 L276.3,292 L277.9,292.8 L279.5,293.5 L281.1,294.3 L282.6,295.1 L284.2,295.8 L285.8,296.5 L287.3,297.3 L288.9,298 L290.5,298.7 L292,299.4 L293.6,300 L295.2,300.7 L296.7,301.3 L298.3,302 L299.9,302.6 L301.4,303.2 L303,303.9 L304.6,304.5 L306.1,305.1 L307.7,305.6 L309.3,306.2 L310.8,306.8 L312.4,307.3 L314,307.9 L315.6,308.4 L317.1,309 L318.7,309.5 L320.3,310 L321.8,310.5 L323.4,311 L325,311.5 L326.5,312 L328.1,312.5 L329.7,312.9 L331.2,313.4 L332.8,313.9 L334.4,314.3 L335.9,314.8 L337.5,315.2 L339.1,315.6 L340.6,316 L342.2,316.5 L343.8,316.9 L345.4,317.3 L346.9,317.7 L348.5,318.1 L350.1,318.5 L351.6,318.9 L353.2,319.2 L354.8,319.6 L356.3,320 L357.9,320.3 L359.5,320.7 L361,321 L362.6,321.4 L364.2,321.7 L365.7,322.1 L367.3,322.4 L368.9,322.7 L370.4,323 L372,323.4 L373.6,323.7 L375.2,324 L376.7,324.3 L378.3,324.6 L379.9,324.9 L381.4,325.2 L383,325.5 L384.6,325.7 L386.1,326 L387.7,326.3 L389.3,326.6 L390.8,326.8 L392.4,327.1 L394,327.4 L395.5,327.6 L397.1,327.9 L398.7,328.1 L400.2,328.4 L401.8,328.6 L403.4,328.9 L405,329.1 L406.5,329.3 L408.1,329.6 L409.7,329.8 L411.2,330 L412.8,330.2 L414.4,330.5 L415.9,330.7 L417.5,330.9 L419.1,331.1 L420.6,331.3 L422.2,331.5 L423.8,331.7 L425.3,331.9 L426.9,332.1 L428.5,332.3 L430,332.5 L431.6,332.7 L433.2,332.9 L434.8,333.1 L436.3,333.2 L437.9,333.4 L439.5,333.6 L441,333.8 L442.6,334 L444.2,334.1 L445.7,334.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,63.55 L86.01,77.88 L87.82,88.28 L89.62,97.23 L91.43,105.2 L93.24,112.6 L95.05,119.3 L96.85,125.7 L98.66,131.6 L100.5,137.2 L102.3,142.5 L104.1,147.6 L105.9,152.4 L107.7,157 L109.5,161.5 L111.3,165.7 L113.1,169.8 L114.9,173.8 L116.7,177.6 L118.5,181.2 L120.4,184.8 L122.2,188.2 L124,191.5 L125.8,194.7 L127.6,197.8 L129.4,200.8 L131.2,203.8 L133,206.6 L134.8,209.4 L136.6,212.1 L138.4,214.7 L140.2,217.2 L142,219.7 L143.9,222.1 L145.7,224.5 L147.5,226.7 L149.3,229 L151.1,231.2 L152.9,233.3 L154.7,235.3 L156.5,237.4 L158.3,239.3 L160.1,241.3 L161.9,243.2 L163.7,245 L165.5,246.8 L167.4,248.6 L169.2,250.3 L171,252 L172.8,253.6 L174.6,255.2 L176.4,256.8 L178.2,258.3 L180,259.9 L181.8,261.3 L183.6,262.8 L185.4,264.2 L187.2,265.6 L189,267 L190.9,268.3 L192.7,269.6 L194.5,270.9 L196.3,272.1 L198.1,273.4 L199.9,274.6 L201.7,275.7 L203.5,276.9 L205.3,278 L207.1,279.2 L208.9,280.3 L210.7,281.3 L212.5,282.4 L214.4,283.4 L216.2,284.4 L218,285.4 L219.8,286.4 L221.6,287.4 L223.4,288.3 L225.2,289.2 L227,290.1 L228.8,291 L230.6,291.9 L232.4,292.8 L234.2,293.6 L236,294.4 L237.9,295.3 L239.7,296.1 L241.5,296.9 L243.3,297.6 L245.1,298.4 L246.9,299.1 L248.7,299.9 L250.5,300.6 L252.3,301.3 L254.1,302 L255.9,302.7 L257.7,303.4 L259.5,304 L261.3,304.7 L263.2,305.3 L265,305.9 L266.8,306.6 L268.6,307.2 L270.4,307.8 L272.2,308.4 L274,308.9 L275.8,309.5 L277.6,310.1 L279.4,310.6 L281.2,311.2 L283,311.7 L284.8,312.2 L286.7,312.7 L288.5,313.2 L290.3,313.7 L292.1,314.2 L293.9,314.7 L295.7,315.2 L297.5,315.7 L299.3,316.1 L301.1,316.6 L302.9,317 L304.7,317.5 L306.5,317.9 L308.3,318.3 L310.2,318.8 L312,319.2 L313.8,319.6 L315.6,320 L317.4,320.4 L319.2,320.8 L321,321.1 L322.8,321.5 L324.6,321.9 L326.4,322.3 L328.2,322.6 L330,323 L331.8,323.3 L333.7,323.7 L335.5,324 L337.3,324.3 L339.1,324.7 L340.9,325 L342.7,325.3 L344.5,325.6 L346.3,325.9 L348.1,326.2 L349.9,326.5 L351.7,326.8 L353.5,327.1 L355.3,327.4 L357.2,327.7 L359,328 L360.8,328.2 L362.6,328.5 L364.4,328.8 L366.2,329 L368,329.3 L369.8,329.5 L371.6,329.8 L373.4,330 L375.2,330.3 L377,330.5 L378.8,330.8 L380.7,331 L382.5,331.2 L384.3,331.5 L386.1,331.7 L387.9,331.9 L389.7,332.1 L391.5,332.3 L393.3,332.5 L395.1,332.8 L396.9,333 L398.7,333.2 L400.5,333.4 L402.3,333.6 L404.2,333.7 L406,333.9 L407.8,334.1 L409.6,334.3 L411.4,334.5 L413.2,334.7 L415,334.9 L416.8,335 L418.6,335.2 L420.4,335.4 L422.2,335.5 L424,335.7 L425.8,335.9 L427.7,336 L429.5,336.2 L431.3,336.3 L433.1,336.5 L434.9,336.7 L436.7,336.8 L438.5,337 L440.3,337.1 L442.1,337.2 L443.9,337.4 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,205.9 L86.01,208.6 L87.82,211.3 L89.62,213.9 L91.43,216.3 L93.24,218.7 L95.05,221 L96.85,223.3 L98.66,225.5 L100.5,227.6 L102.3,229.7 L104.1,231.7 L105.9,233.7 L107.7,235.7 L109.5,237.5 L111.3,239.4 L113.1,241.2 L114.9,243 L116.7,244.7 L118.5,246.4 L120.4,248 L122.2,249.6 L124,251.2 L125.8,252.8 L127.6,254.3 L129.4,255.8 L131.2,257.2 L133,258.7 L134.8,260.1 L136.6,261.5 L138.4,262.8 L140.2,264.1 L142,265.4 L143.9,266.7 L145.7,267.9 L147.5,269.2 L149.3,270.4 L151.1,271.6 L152.9,272.7 L154.7,273.9 L156.5,275 L158.3,276.1 L160.1,277.1 L161.9,278.2 L163.7,279.2 L165.5,280.3 L167.4,281.3 L169.2,282.3 L171,283.2 L172.8,284.2 L174.6,285.1 L176.4,286 L178.2,287 L180,287.8 L181.8,288.7 L183.6,289.6 L185.4,290.4 L187.2,291.3 L189,292.1 L190.9,292.9 L192.7,293.7 L194.5,294.5 L196.3,295.2 L198.1,296 L199.9,296.7 L201.7,297.5 L203.5,298.2 L205.3,298.9 L207.1,299.6 L208.9,300.3 L210.7,300.9 L212.5,301.6 L214.4,302.3 L216.2,302.9 L218,303.5 L219.8,304.2 L221.6,304.8 L223.4,305.4 L225.2,306 L227,306.5 L228.8,307.1 L230.6,307.7 L232.4,308.3 L234.2,308.8 L236,309.3 L237.9,309.9 L239.7,310.4 L241.5,310.9 L243.3,311.4 L245.1,311.9 L246.9,312.4 L248.7,312.9 L250.5,313.4 L252.3,313.9 L254.1,314.3 L255.9,314.8 L257.7,315.2 L259.5,315.7 L261.3,316.1 L263.2,316.6 L265,317 L266.8,317.4 L268.6,317.8 L270.4,318.2 L272.2,318.6 L274,319 L275.8,319.4 L277.6,319.8 L279.4,320.2 L281.2,320.5 L283,320.9 L284.8,321.3 L286.7,321.6 L288.5,322 L290.3,322.3 L292.1,322.7 L293.9,323 L295.7,323.3 L297.5,323.7 L299.3,324 L301.1,324.3 L302.9,324.6 L304.7,324.9 L306.5,325.2 L308.3,325.5 L310.2,325.8 L312,326.1 L313.8,326.4 L315.6,326.7 L317.4,327 L319.2,327.3 L321,327.5 L322.8,327.8 L324.6,328.1 L326.4,328.3 L328.2,328.6 L330,328.8 L331.8,329.1 L333.7,329.3 L335.5,329.6 L337.3,329.8 L339.1,330.1 L340.9,330.3 L342.7,330.5 L344.5,330.8 L346.3,331 L348.1,331.2 L349.9,331.4 L351.7,331.6 L353.5,331.8 L355.3,332.1 L357.2,332.3 L359,332.5 L360.8,332.7 L362.6,332.9 L364.4,333.1 L366.2,333.3 L368,333.4 L369.8,333.6 L371.6,333.8 L373.4,334 L375.2,334.2 L377,334.4 L378.8,334.5 L380.7,334.7 L382.5,334.9 L384.3,335 L386.1,335.2 L387.9,335.4 L389.7,335.5 L391.5,335.7 L393.3,335.9 L395.1,336 L396.9,336.2 L398.7,336.3 L400.5,336.5 L402.3,336.6 L404.2,336.8 L406,336.9 L407.8,337 L409.6,337.2 L411.4,337.3 L413.2,337.5 L415,337.6 L416.8,337.7 L418.6,337.9 L420.4,338 L422.2,338.1 L424,338.2 L425.8,338.4 L427.7,338.5 L429.5,338.6 L431.3,338.7 L433.1,338.8 L434.9,339 L436.7,339.1 L438.5,339.2 L440.3,339.3 L442.1,339.4 L443.9,339.5 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M84.2,253.3 L86.01,254.7 L87.82,256.1 L89.62,257.5 L91.43,258.8 L93.24,260.1 L95.05,261.4 L96.85,262.7 L98.66,263.9 L100.5,265.1 L102.3,266.3 L104.1,267.5 L105.9,268.6 L107.7,269.8 L109.5,270.9 L111.3,272 L113.1,273.1 L114.9,274.1 L116.7,275.2 L118.5,276.2 L120.4,277.2 L122.2,278.2 L124,279.2 L125.8,280.1 L127.6,281.1 L129.4,282 L131.2,282.9 L133,283.8 L134.8,284.7 L136.6,285.6 L138.4,286.5 L140.2,287.3 L142,288.1 L143.9,289 L145.7,289.8 L147.5,290.6 L149.3,291.3 L151.1,292.1 L152.9,292.9 L154.7,293.6 L156.5,294.4 L158.3,295.1 L160.1,295.8 L161.9,296.5 L163.7,297.2 L165.5,297.9 L167.4,298.6 L169.2,299.2 L171,299.9 L172.8,300.5 L174.6,301.2 L176.4,301.8 L178.2,302.4 L180,303 L181.8,303.6 L183.6,304.2 L185.4,304.8 L187.2,305.4 L189,305.9 L190.9,306.5 L192.7,307 L194.5,307.6 L196.3,308.1 L198.1,308.6 L199.9,309.2 L201.7,309.7 L203.5,310.2 L205.3,310.7 L207.1,311.2 L208.9,311.6 L210.7,312.1 L212.5,312.6 L214.4,313.1 L216.2,313.5 L218,314 L219.8,314.4 L221.6,314.8 L223.4,315.3 L225.2,315.7 L227,316.1 L228.8,316.5 L230.6,316.9 L232.4,317.3 L234.2,317.7 L236,318.1 L237.9,318.5 L239.7,318.9 L241.5,319.3 L243.3,319.6 L245.1,320 L246.9,320.4 L248.7,320.7 L250.5,321.1 L252.3,321.4 L254.1,321.8 L255.9,322.1 L257.7,322.4 L259.5,322.8 L261.3,323.1 L263.2,323.4 L265,323.7 L266.8,324 L268.6,324.3 L270.4,324.6 L272.2,324.9 L274,325.2 L275.8,325.5 L277.6,325.8 L279.4,326.1 L281.2,326.4 L283,326.6 L284.8,326.9 L286.7,327.2 L288.5,327.4 L290.3,327.7 L292.1,328 L293.9,328.2 L295.7,328.5 L297.5,328.7 L299.3,328.9 L301.1,329.2 L302.9,329.4 L304.7,329.7 L306.5,329.9 L308.3,330.1 L310.2,330.3 L312,330.6 L313.8,330.8 L315.6,331 L317.4,331.2 L319.2,331.4 L321,331.6 L322.8,331.8 L324.6,332 L326.4,332.2 L328.2,332.4 L330,332.6 L331.8,332.8 L333.7,333 L335.5,333.2 L337.3,333.4 L339.1,333.6 L340.9,333.8 L342.7,333.9 L344.5,334.1 L346.3,334.3 L348.1,334.4 L349.9,334.6 L351.7,334.8 L353.5,335 L355.3,335.1 L357.2,335.3 L359,335.4 L360.8,335.6 L362.6,335.7 L364.4,335.9 L366.2,336 L368,336.2 L369.8,336.3 L371.6,336.5 L373.4,336.6 L375.2,336.8 L377,336.9 L378.8,337 L380.7,337.2 L382.5,337.3 L384.3,337.4 L386.1,337.6 L387.9,337.7 L389.7,337.8 L391.5,338 L393.3,338.1 L395.1,338.2 L396.9,338.3 L398.7,338.5 L400.5,338.6 L402.3,338.7 L404.2,338.8 L406,338.9 L407.8,339 L409.6,339.1 L411.4,339.2 L413.2,339.4 L415,339.5 L416.8,339.6 L418.6,339.7 L420.4,339.8 L422.2,339.9 L424,340 L425.8,340.1 L427.7,340.2 L429.5,340.3 L431.3,340.4 L433.1,340.5 L434.9,340.6 L436.7,340.6 L438.5,340.7 L440.3,340.8 L442.1,340.9 L443.9,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="467" y="58" width="107" height="126"/><rect x="467" y="58" width="107" height="126"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="86" x2="495" y2="86"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="114" x2="495" y2="114"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="142" x2="495" y2="142"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="481" y1="170" x2="495" y2="170"/></g>
</g>
<g id="legendText">
<text x="502" y="86" font-size="14" font-family="Verdana">n = 1 </text>
<text x="502" y="114" font-size="14" font-family="Verdana">n = 2 </text>
<text x="502" y="142" font-size="14" font-family="Verdana">n = 3 </text>
<text x="502" y="170" font-size="14" font-family="Verdana">n = 4 </text></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Exponential Integral En</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+63
View File
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="487.8" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="489.8" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="290" y1="58" x2="290" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="202.3" x2="574" y2="202.3"/><line x1="79.2" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,184.6 L84.2,184.6 M82.2,166.9 L84.2,166.9 M82.2,149.3 L84.2,149.3 M82.2,113.9 L84.2,113.9 M82.2,96.27 L84.2,96.27 M82.2,78.61 L84.2,78.61 M82.2,202.3 L84.2,202.3 M82.2,219.9 L84.2,219.9 M82.2,237.6 L84.2,237.6 M82.2,255.3 L84.2,255.3 M82.2,272.9 L84.2,272.9 M82.2,290.6 L84.2,290.6 M82.2,308.3 L84.2,308.3 M82.2,325.9 L84.2,325.9 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M307.1,341 L307.1,343 M324.3,341 L324.3,343 M341.4,341 L341.4,343 M375.7,341 L375.7,343 M392.9,341 L392.9,343 M410,341 L410,343 M444.3,341 L444.3,343 M461.5,341 L461.5,343 M478.6,341 L478.6,343 M512.9,341 L512.9,343 M530.1,341 L530.1,343 M547.2,341 L547.2,343 M272.8,341 L272.8,343 M255.7,341 L255.7,343 M238.5,341 L238.5,343 M204.2,341 L204.2,343 M187.1,341 L187.1,343 M169.9,341 L169.9,343 M135.6,341 L135.6,343 M118.5,341 L118.5,343 M101.3,341 L101.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,202.3 L84.2,202.3 M79.2,131.6 L84.2,131.6 M79.2,60.94 L84.2,60.94 M79.2,202.3 L84.2,202.3 M79.2,272.9 L84.2,272.9 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M290,341 L290,346 M358.6,341 L358.6,346 M427.2,341 L427.2,346 M495.8,341 L495.8,346 M564.4,341 L564.4,346 M290,341 L290,346 M221.4,341 L221.4,346 M152.8,341 L152.8,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="290" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="358.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="427.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="495.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="564.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="290" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="221.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-1</text>
<text x="152.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-2</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-3</text></g>
<g id="yTicksValues">
<text x="73.2" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="134" text-anchor="end" font-size="12" font-family="Verdana">10</text>
<text x="73.2" y="63.34" text-anchor="end" font-size="12" font-family="Verdana">20</text>
<text x="73.2" y="204.7" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="275.3" text-anchor="end" font-size="12" font-family="Verdana">-10</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">expint(z)</text></g>
<g id="xLabel">
<text x="329.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M290,341 L291.4,225.7 L292.7,220.7 L294.1,217.6 L295.5,215.5 L296.9,213.7 L298.2,212.3 L299.6,211.1 L301,210 L302.3,209 L303.7,208.1 L305.1,207.3 L306.5,206.5 L307.8,205.8 L309.2,205.1 L310.6,204.4 L312,203.8 L313.3,203.2 L314.7,202.6 L316.1,202.1 L317.4,201.5 L318.8,201 L320.2,200.5 L321.6,200 L322.9,199.5 L324.3,199.1 L325.7,198.6 L327,198.2 L328.4,197.7 L329.8,197.3 L331.2,196.8 L332.5,196.4 L333.9,196 L335.3,195.6 L336.6,195.2 L338,194.7 L339.4,194.3 L340.8,193.9 L342.1,193.5 L343.5,193.1 L344.9,192.8 L346.2,192.4 L347.6,192 L349,191.6 L350.4,191.2 L351.7,190.8 L353.1,190.4 L354.5,190 L355.9,189.7 L357.2,189.3 L358.6,188.9 L360,188.5 L361.3,188.1 L362.7,187.7 L364.1,187.3 L365.5,187 L366.8,186.6 L368.2,186.2 L369.6,185.8 L370.9,185.4 L372.3,185 L373.7,184.6 L375.1,184.2 L376.4,183.8 L377.8,183.4 L379.2,183 L380.5,182.6 L381.9,182.2 L383.3,181.8 L384.7,181.4 L386,181 L387.4,180.6 L388.8,180.2 L390.2,179.8 L391.5,179.4 L392.9,178.9 L394.3,178.5 L395.6,178.1 L397,177.7 L398.4,177.2 L399.8,176.8 L401.1,176.4 L402.5,175.9 L403.9,175.5 L405.2,175 L406.6,174.6 L408,174.1 L409.4,173.6 L410.7,173.2 L412.1,172.7 L413.5,172.2 L414.8,171.8 L416.2,171.3 L417.6,170.8 L419,170.3 L420.3,169.8 L421.7,169.3 L423.1,168.8 L424.5,168.3 L425.8,167.8 L427.2,167.3 L428.6,166.7 L429.9,166.2 L431.3,165.7 L432.7,165.1 L434.1,164.6 L435.4,164 L436.8,163.5 L438.2,162.9 L439.5,162.3 L440.9,161.8 L442.3,161.2 L443.7,160.6 L445,160 L446.4,159.4 L447.8,158.8 L449.1,158.2 L450.5,157.5 L451.9,156.9 L453.3,156.3 L454.6,155.6 L456,155 L457.4,154.3 L458.8,153.6 L460.1,153 L461.5,152.3 L462.9,151.6 L464.2,150.9 L465.6,150.2 L467,149.5 L468.4,148.7 L469.7,148 L471.1,147.3 L472.5,146.5 L473.8,145.7 L475.2,145 L476.6,144.2 L478,143.4 L479.3,142.6 L480.7,141.8 L482.1,140.9 L483.4,140.1 L484.8,139.3 L486.2,138.4 L487.6,137.5 L488.9,136.7 L490.3,135.8 L491.7,134.9 L493.1,133.9 L494.4,133 L495.8,132.1 L497.2,131.1 L498.5,130.2 L499.9,129.2 L501.3,128.2 L502.7,127.2 L504,126.2 L505.4,125.1 L506.8,124.1 L508.1,123 L509.5,121.9 L510.9,120.9 L512.3,119.7 L513.6,118.6 L515,117.5 L516.4,116.3 L517.7,115.2 L519.1,114 L520.5,112.8 L521.9,111.6 L523.2,110.3 L524.6,109.1 L526,107.8 L527.4,106.5 L528.7,105.2 L530.1,103.9 L531.5,102.5 L532.8,101.2 L534.2,99.77 L535.6,98.36 L537,96.94 L538.3,95.49 L539.7,94.02 L541.1,92.53 L542.4,91.02 L543.8,89.49 L545.2,87.93 L546.6,86.35 L547.9,84.75 L549.3,83.12 L550.7,81.47 L552,79.8 L553.4,78.1 L554.8,76.37 L556.2,74.62 L557.5,72.84 L558.9,71.04 L560.3,69.21 L561.7,67.35 L563,65.46 L564.4,63.55 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,202.4 L85.23,202.4 L86.26,202.4 L87.29,202.4 L88.32,202.4 L89.34,202.4 L90.37,202.4 L91.4,202.4 L92.43,202.4 L93.46,202.4 L94.49,202.4 L95.52,202.4 L96.55,202.4 L97.58,202.4 L98.61,202.4 L99.63,202.4 L100.7,202.4 L101.7,202.4 L102.7,202.4 L103.8,202.4 L104.8,202.4 L105.8,202.4 L106.8,202.4 L107.9,202.4 L108.9,202.4 L109.9,202.4 L111,202.4 L112,202.4 L113,202.4 L114,202.4 L115.1,202.4 L116.1,202.4 L117.1,202.4 L118.2,202.4 L119.2,202.5 L120.2,202.5 L121.2,202.5 L122.3,202.5 L123.3,202.5 L124.3,202.5 L125.4,202.5 L126.4,202.5 L127.4,202.5 L128.4,202.5 L129.5,202.5 L130.5,202.5 L131.5,202.5 L132.6,202.5 L133.6,202.5 L134.6,202.5 L135.6,202.5 L136.7,202.5 L137.7,202.5 L138.7,202.5 L139.8,202.5 L140.8,202.5 L141.8,202.6 L142.9,202.6 L143.9,202.6 L144.9,202.6 L145.9,202.6 L147,202.6 L148,202.6 L149,202.6 L150.1,202.6 L151.1,202.6 L152.1,202.6 L153.1,202.6 L154.2,202.6 L155.2,202.6 L156.2,202.6 L157.3,202.7 L158.3,202.7 L159.3,202.7 L160.3,202.7 L161.4,202.7 L162.4,202.7 L163.4,202.7 L164.5,202.7 L165.5,202.7 L166.5,202.7 L167.5,202.7 L168.6,202.8 L169.6,202.8 L170.6,202.8 L171.7,202.8 L172.7,202.8 L173.7,202.8 L174.8,202.8 L175.8,202.8 L176.8,202.8 L177.8,202.9 L178.9,202.9 L179.9,202.9 L180.9,202.9 L182,202.9 L183,202.9 L184,202.9 L185,203 L186.1,203 L187.1,203 L188.1,203 L189.2,203 L190.2,203 L191.2,203 L192.2,203.1 L193.3,203.1 L194.3,203.1 L195.3,203.1 L196.4,203.1 L197.4,203.2 L198.4,203.2 L199.4,203.2 L200.5,203.2 L201.5,203.2 L202.5,203.3 L203.6,203.3 L204.6,203.3 L205.6,203.3 L206.6,203.4 L207.7,203.4 L208.7,203.4 L209.7,203.4 L210.8,203.5 L211.8,203.5 L212.8,203.5 L213.9,203.6 L214.9,203.6 L215.9,203.6 L216.9,203.7 L218,203.7 L219,203.7 L220,203.8 L221.1,203.8 L222.1,203.9 L223.1,203.9 L224.1,203.9 L225.2,204 L226.2,204 L227.2,204.1 L228.3,204.1 L229.3,204.2 L230.3,204.2 L231.3,204.3 L232.4,204.3 L233.4,204.4 L234.4,204.4 L235.5,204.5 L236.5,204.6 L237.5,204.6 L238.5,204.7 L239.6,204.7 L240.6,204.8 L241.6,204.9 L242.7,205 L243.7,205 L244.7,205.1 L245.8,205.2 L246.8,205.3 L247.8,205.4 L248.8,205.5 L249.9,205.6 L250.9,205.7 L251.9,205.8 L253,205.9 L254,206 L255,206.1 L256,206.3 L257.1,206.4 L258.1,206.5 L259.1,206.7 L260.2,206.8 L261.2,207 L262.2,207.2 L263.2,207.4 L264.3,207.5 L265.3,207.7 L266.3,208 L267.4,208.2 L268.4,208.4 L269.4,208.7 L270.4,208.9 L271.5,209.2 L272.5,209.5 L273.5,209.9 L274.6,210.2 L275.6,210.6 L276.6,211.1 L277.7,211.5 L278.7,212 L279.7,212.6 L280.7,213.3 L281.8,214 L282.8,214.8 L283.8,215.8 L284.9,217 L285.9,218.5 L286.9,220.4 L287.9,223.2 L289,228 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Exponential Integral Ei</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="600" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<!-- SVG Plot Copyright John Maddock 2008 -->
<meta name="copyright" content="John Maddock" />
<meta name="date" content="2008" />
<!-- Use, modification and distribution of this Scalable Vector Graphic file -->
<!-- are subject to the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="68.4" y="59" width="504.6" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="600" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="67.4" y="58" width="506.6" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="398.5" y1="58" x2="398.5" y2="346"/><line x1="67.4" y1="58" x2="67.4" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="62.4" y1="304" x2="574" y2="304"/><line x1="62.4" y1="341" x2="574" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M65.4,294.6 L67.4,294.6 M65.4,285.2 L67.4,285.2 M65.4,275.8 L67.4,275.8 M65.4,257 L67.4,257 M65.4,247.6 L67.4,247.6 M65.4,238.2 L67.4,238.2 M65.4,219.4 L67.4,219.4 M65.4,209.9 L67.4,209.9 M65.4,200.5 L67.4,200.5 M65.4,181.7 L67.4,181.7 M65.4,172.3 L67.4,172.3 M65.4,162.9 L67.4,162.9 M65.4,144.1 L67.4,144.1 M65.4,134.7 L67.4,134.7 M65.4,125.2 L67.4,125.2 M65.4,106.4 L67.4,106.4 M65.4,97.02 L67.4,97.02 M65.4,87.6 L67.4,87.6 M65.4,68.78 L67.4,68.78 M65.4,59.37 L67.4,59.37 M65.4,304 L67.4,304 M65.4,313.5 L67.4,313.5 M65.4,322.9 L67.4,322.9 M65.4,332.3 L67.4,332.3 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M419.2,341 L419.2,343 M439.9,341 L439.9,343 M460.6,341 L460.6,343 M502,341 L502,343 M522.7,341 L522.7,343 M543.4,341 L543.4,343 M377.8,341 L377.8,343 M357.1,341 L357.1,343 M336.4,341 L336.4,343 M295,341 L295,343 M274.3,341 L274.3,343 M253.7,341 L253.7,343 M212.3,341 L212.3,343 M191.6,341 L191.6,343 M170.9,341 L170.9,343 M129.5,341 L129.5,343 M108.8,341 L108.8,343 M88.09,341 L88.09,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M62.4,304 L67.4,304 M62.4,266.4 L67.4,266.4 M62.4,228.8 L67.4,228.8 M62.4,191.1 L67.4,191.1 M62.4,153.5 L67.4,153.5 M62.4,115.8 L67.4,115.8 M62.4,78.19 L67.4,78.19 M62.4,304 L67.4,304 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M398.5,341 L398.5,346 M481.3,341 L481.3,346 M564.1,341 L564.1,346 M398.5,341 L398.5,346 M315.7,341 L315.7,346 M233,341 L233,346 M150.2,341 L150.2,346 M67.4,341 L67.4,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="398.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="481.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="564.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="398.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="315.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-1</text>
<text x="233" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-2</text>
<text x="150.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-3</text>
<text x="67.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-4</text></g>
<g id="yTicksValues">
<text x="56.4" y="306.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="56.4" y="268.8" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="56.4" y="231.2" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="56.4" y="193.5" text-anchor="end" font-size="12" font-family="Verdana">3</text>
<text x="56.4" y="155.9" text-anchor="end" font-size="12" font-family="Verdana">4</text>
<text x="56.4" y="118.2" text-anchor="end" font-size="12" font-family="Verdana">5</text>
<text x="56.4" y="80.59" text-anchor="end" font-size="12" font-family="Verdana">6</text>
<text x="56.4" y="306.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">expm1(z)</text></g>
<g id="xLabel">
<text x="320.7" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">z</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M67.4,341 L69.88,341 L72.37,341 L74.85,340.9 L77.33,340.9 L79.82,340.9 L82.3,340.9 L84.78,340.8 L87.27,340.8 L89.75,340.8 L92.23,340.8 L94.72,340.7 L97.2,340.7 L99.68,340.7 L102.2,340.6 L104.6,340.6 L107.1,340.6 L109.6,340.5 L112.1,340.5 L114.6,340.5 L117.1,340.4 L119.5,340.4 L122,340.4 L124.5,340.3 L127,340.3 L129.5,340.2 L132,340.2 L134.4,340.1 L136.9,340.1 L139.4,340 L141.9,340 L144.4,339.9 L146.9,339.9 L149.3,339.8 L151.8,339.8 L154.3,339.7 L156.8,339.7 L159.3,339.6 L161.8,339.5 L164.2,339.5 L166.7,339.4 L169.2,339.3 L171.7,339.3 L174.2,339.2 L176.7,339.1 L179.1,339 L181.6,338.9 L184.1,338.9 L186.6,338.8 L189.1,338.7 L191.6,338.6 L194,338.5 L196.5,338.4 L199,338.3 L201.5,338.2 L204,338.1 L206.5,338 L208.9,337.9 L211.4,337.8 L213.9,337.6 L216.4,337.5 L218.9,337.4 L221.4,337.3 L223.8,337.1 L226.3,337 L228.8,336.8 L231.3,336.7 L233.8,336.5 L236.3,336.4 L238.7,336.2 L241.2,336.1 L243.7,335.9 L246.2,335.7 L248.7,335.5 L251.2,335.3 L253.6,335.1 L256.1,334.9 L258.6,334.7 L261.1,334.5 L263.6,334.3 L266.1,334.1 L268.5,333.9 L271,333.6 L273.5,333.4 L276,333.1 L278.5,332.9 L281,332.6 L283.4,332.3 L285.9,332 L288.4,331.7 L290.9,331.4 L293.4,331.1 L295.9,330.8 L298.3,330.5 L300.8,330.1 L303.3,329.8 L305.8,329.4 L308.3,329 L310.8,328.6 L313.2,328.3 L315.7,327.8 L318.2,327.4 L320.7,327 L323.2,326.5 L325.7,326.1 L328.1,325.6 L330.6,325.1 L333.1,324.6 L335.6,324.1 L338.1,323.5 L340.6,323 L343,322.4 L345.5,321.8 L348,321.2 L350.5,320.6 L353,320 L355.5,319.3 L357.9,318.6 L360.4,317.9 L362.9,317.2 L365.4,316.5 L367.9,315.7 L370.4,314.9 L372.8,314.1 L375.3,313.2 L377.8,312.4 L380.3,311.5 L382.8,310.6 L385.3,309.6 L387.7,308.6 L390.2,307.6 L392.7,306.6 L395.2,305.5 L397.7,304.4 L400.2,303.3 L402.6,302.1 L405.1,300.9 L407.6,299.7 L410.1,298.4 L412.6,297.1 L415.1,295.7 L417.5,294.3 L420,292.9 L422.5,291.4 L425,289.9 L427.5,288.3 L430,286.6 L432.4,285 L434.9,283.2 L437.4,281.5 L439.9,279.6 L442.4,277.7 L444.9,275.8 L447.3,273.8 L449.8,271.7 L452.3,269.6 L454.8,267.4 L457.3,265.1 L459.8,262.8 L462.2,260.4 L464.7,257.9 L467.2,255.4 L469.7,252.7 L472.2,250 L474.7,247.2 L477.1,244.4 L479.6,241.4 L482.1,238.3 L484.6,235.2 L487.1,231.9 L489.6,228.6 L492,225.2 L494.5,221.6 L497,218 L499.5,214.2 L502,210.3 L504.5,206.3 L506.9,202.2 L509.4,197.9 L511.9,193.6 L514.4,189 L516.9,184.4 L519.4,179.6 L521.8,174.7 L524.3,169.6 L526.8,164.3 L529.3,158.9 L531.8,153.4 L534.3,147.6 L536.7,141.7 L539.2,135.6 L541.7,129.4 L544.2,122.9 L546.7,116.2 L549.2,109.4 L551.6,102.3 L554.1,95 L556.6,87.49 L559.1,79.75 L561.6,71.77 L564.1,63.55 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="title">
<text x="300" y="40" text-anchor="middle" font-size="20" font-family="Verdana">expm1</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="520.6" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="522.6" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="606.8" y2="341"/><line x1="79.2" y1="341" x2="606.8" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,327.3 L84.2,327.3 M82.2,313.7 L84.2,313.7 M82.2,300 L84.2,300 M82.2,286.3 L84.2,286.3 M82.2,259 L84.2,259 M82.2,245.4 L84.2,245.4 M82.2,231.7 L84.2,231.7 M82.2,218 L84.2,218 M82.2,190.7 L84.2,190.7 M82.2,177 L84.2,177 M82.2,163.4 L84.2,163.4 M82.2,149.7 L84.2,149.7 M82.2,122.4 L84.2,122.4 M82.2,108.7 L84.2,108.7 M82.2,95.06 L84.2,95.06 M82.2,81.4 L84.2,81.4 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M101.6,341 L101.6,343 M119,341 L119,343 M136.4,341 L136.4,343 M153.9,341 L153.9,343 M188.7,341 L188.7,343 M206.1,341 L206.1,343 M223.5,341 L223.5,343 M240.9,341 L240.9,343 M275.8,341 L275.8,343 M293.2,341 L293.2,343 M310.6,341 L310.6,343 M328,341 L328,343 M362.9,341 L362.9,343 M380.3,341 L380.3,343 M397.7,341 L397.7,343 M415.1,341 L415.1,343 M449.9,341 L449.9,343 M467.3,341 L467.3,343 M484.8,341 L484.8,343 M502.2,341 L502.2,343 M537,341 L537,343 M554.4,341 L554.4,343 M571.8,341 L571.8,343 M589.3,341 L589.3,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,272.7 L84.2,272.7 M79.2,204.4 L84.2,204.4 M79.2,136 L84.2,136 M79.2,67.73 L84.2,67.73 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M171.3,341 L171.3,346 M258.4,341 L258.4,346 M345.4,341 L345.4,346 M432.5,341 L432.5,346 M519.6,341 L519.6,346 M606.7,341 L606.7,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="171.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="258.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="345.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="432.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="519.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="606.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">6</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="275.1" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="206.8" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="138.4" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="70.13" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="345.5" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,272.7 L86.81,273.7 L89.43,274.7 L92.04,275.7 L94.65,276.7 L97.27,277.6 L99.88,278.6 L102.5,279.5 L105.1,280.4 L107.7,281.3 L110.3,282.2 L112.9,283.1 L115.6,283.9 L118.2,284.8 L120.8,285.6 L123.4,286.5 L126,287.3 L128.6,288.1 L131.2,288.9 L133.8,289.6 L136.5,290.4 L139.1,291.1 L141.7,291.9 L144.3,292.6 L146.9,293.3 L149.5,294.1 L152.1,294.7 L154.8,295.4 L157.4,296.1 L160,296.8 L162.6,297.4 L165.2,298.1 L167.8,298.7 L170.4,299.4 L173,300 L175.7,300.6 L178.3,301.2 L180.9,301.8 L183.5,302.4 L186.1,302.9 L188.7,303.5 L191.3,304.1 L193.9,304.6 L196.6,305.2 L199.2,305.7 L201.8,306.2 L204.4,306.7 L207,307.2 L209.6,307.8 L212.2,308.2 L214.8,308.7 L217.5,309.2 L220.1,309.7 L222.7,310.2 L225.3,310.6 L227.9,311.1 L230.5,311.5 L233.1,312 L235.8,312.4 L238.4,312.8 L241,313.2 L243.6,313.6 L246.2,314.1 L248.8,314.5 L251.4,314.8 L254,315.2 L256.7,315.6 L259.3,316 L261.9,316.4 L264.5,316.7 L267.1,317.1 L269.7,317.5 L272.3,317.8 L274.9,318.2 L277.6,318.5 L280.2,318.8 L282.8,319.2 L285.4,319.5 L288,319.8 L290.6,320.1 L293.2,320.4 L295.9,320.7 L298.5,321 L301.1,321.3 L303.7,321.6 L306.3,321.9 L308.9,322.2 L311.5,322.5 L314.1,322.8 L316.8,323 L319.4,323.3 L322,323.6 L324.6,323.8 L327.2,324.1 L329.8,324.3 L332.4,324.6 L335,324.8 L337.7,325.1 L340.3,325.3 L342.9,325.5 L345.5,325.8 L348.1,326 L350.7,326.2 L353.3,326.4 L356,326.6 L358.6,326.9 L361.2,327.1 L363.8,327.3 L366.4,327.5 L369,327.7 L371.6,327.9 L374.2,328.1 L376.9,328.3 L379.5,328.5 L382.1,328.6 L384.7,328.8 L387.3,329 L389.9,329.2 L392.5,329.4 L395.1,329.5 L397.8,329.7 L400.4,329.9 L403,330 L405.6,330.2 L408.2,330.4 L410.8,330.5 L413.4,330.7 L416.1,330.8 L418.7,331 L421.3,331.1 L423.9,331.3 L426.5,331.4 L429.1,331.6 L431.7,331.7 L434.3,331.9 L437,332 L439.6,332.1 L442.2,332.3 L444.8,332.4 L447.4,332.5 L450,332.6 L452.6,332.8 L455.2,332.9 L457.9,333 L460.5,333.1 L463.1,333.2 L465.7,333.4 L468.3,333.5 L470.9,333.6 L473.5,333.7 L476.2,333.8 L478.8,333.9 L481.4,334 L484,334.1 L486.6,334.2 L489.2,334.3 L491.8,334.4 L494.4,334.5 L497.1,334.6 L499.7,334.7 L502.3,334.8 L504.9,334.9 L507.5,335 L510.1,335.1 L512.7,335.2 L515.3,335.3 L518,335.3 L520.6,335.4 L523.2,335.5 L525.8,335.6 L528.4,335.7 L531,335.7 L533.6,335.8 L536.2,335.9 L538.9,336 L541.5,336.1 L544.1,336.1 L546.7,336.2 L549.3,336.3 L551.9,336.3 L554.5,336.4 L557.2,336.5 L559.8,336.5 L562.4,336.6 L565,336.7 L567.6,336.7 L570.2,336.8 L572.8,336.9 L575.4,336.9 L578.1,337 L580.7,337.1 L583.3,337.1 L585.9,337.2 L588.5,337.2 L591.1,337.3 L593.7,337.3 L596.3,337.4 L599,337.4 L601.6,337.5 L604.2,337.5 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,204.4 L86.81,208.4 L89.43,212.3 L92.04,216.1 L94.65,219.8 L97.27,223.4 L99.88,226.9 L102.5,230.3 L105.1,233.5 L107.7,236.7 L110.3,239.8 L112.9,242.8 L115.6,245.7 L118.2,248.5 L120.8,251.2 L123.4,253.9 L126,256.5 L128.6,259 L131.2,261.4 L133.8,263.7 L136.5,266 L139.1,268.2 L141.7,270.4 L144.3,272.5 L146.9,274.5 L149.5,276.5 L152.1,278.4 L154.8,280.2 L157.4,282 L160,283.8 L162.6,285.5 L165.2,287.1 L167.8,288.7 L170.4,290.2 L173,291.7 L175.7,293.2 L178.3,294.6 L180.9,296 L183.5,297.3 L186.1,298.6 L188.7,299.9 L191.3,301.1 L193.9,302.3 L196.6,303.4 L199.2,304.5 L201.8,305.6 L204.4,306.6 L207,307.7 L209.6,308.6 L212.2,309.6 L214.8,310.5 L217.5,311.4 L220.1,312.3 L222.7,313.1 L225.3,314 L227.9,314.8 L230.5,315.5 L233.1,316.3 L235.8,317 L238.4,317.7 L241,318.4 L243.6,319.1 L246.2,319.7 L248.8,320.4 L251.4,321 L254,321.6 L256.7,322.1 L259.3,322.7 L261.9,323.2 L264.5,323.8 L267.1,324.3 L269.7,324.8 L272.3,325.3 L274.9,325.7 L277.6,326.2 L280.2,326.6 L282.8,327 L285.4,327.4 L288,327.8 L290.6,328.2 L293.2,328.6 L295.9,329 L298.5,329.3 L301.1,329.7 L303.7,330 L306.3,330.3 L308.9,330.7 L311.5,331 L314.1,331.3 L316.8,331.5 L319.4,331.8 L322,332.1 L324.6,332.4 L327.2,332.6 L329.8,332.9 L332.4,333.1 L335,333.3 L337.7,333.6 L340.3,333.8 L342.9,334 L345.5,334.2 L348.1,334.4 L350.7,334.6 L353.3,334.8 L356,335 L358.6,335.1 L361.2,335.3 L363.8,335.5 L366.4,335.7 L369,335.8 L371.6,336 L374.2,336.1 L376.9,336.3 L379.5,336.4 L382.1,336.5 L384.7,336.7 L387.3,336.8 L389.9,336.9 L392.5,337 L395.1,337.2 L397.8,337.3 L400.4,337.4 L403,337.5 L405.6,337.6 L408.2,337.7 L410.8,337.8 L413.4,337.9 L416.1,338 L418.7,338.1 L421.3,338.2 L423.9,338.2 L426.5,338.3 L429.1,338.4 L431.7,338.5 L434.3,338.5 L437,338.6 L439.6,338.7 L442.2,338.8 L444.8,338.8 L447.4,338.9 L450,339 L452.6,339 L455.2,339.1 L457.9,339.1 L460.5,339.2 L463.1,339.2 L465.7,339.3 L468.3,339.3 L470.9,339.4 L473.5,339.4 L476.2,339.5 L478.8,339.5 L481.4,339.6 L484,339.6 L486.6,339.7 L489.2,339.7 L491.8,339.7 L494.4,339.8 L497.1,339.8 L499.7,339.8 L502.3,339.9 L504.9,339.9 L507.5,339.9 L510.1,340 L512.7,340 L515.3,340 L518,340.1 L520.6,340.1 L523.2,340.1 L525.8,340.1 L528.4,340.2 L531,340.2 L533.6,340.2 L536.2,340.2 L538.9,340.3 L541.5,340.3 L544.1,340.3 L546.7,340.3 L549.3,340.3 L551.9,340.4 L554.5,340.4 L557.2,340.4 L559.8,340.4 L562.4,340.4 L565,340.5 L567.6,340.5 L570.2,340.5 L572.8,340.5 L575.4,340.5 L578.1,340.5 L580.7,340.5 L583.3,340.6 L585.9,340.6 L588.5,340.6 L591.1,340.6 L593.7,340.6 L596.3,340.6 L599,340.6 L601.6,340.6 L604.2,340.7 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,67.73 L86.81,83.65 L89.43,98.64 L92.04,112.8 L94.65,126.1 L97.27,138.6 L99.88,150.4 L102.5,161.5 L105.1,171.9 L107.7,181.8 L110.3,191 L112.9,199.8 L115.6,208 L118.2,215.8 L120.8,223.1 L123.4,229.9 L126,236.4 L128.6,242.5 L131.2,248.2 L133.8,253.6 L136.5,258.7 L139.1,263.5 L141.7,268 L144.3,272.3 L146.9,276.3 L149.5,280 L152.1,283.6 L154.8,286.9 L157.4,290.1 L160,293.1 L162.6,295.8 L165.2,298.5 L167.8,301 L170.4,303.3 L173,305.5 L175.7,307.6 L178.3,309.5 L180.9,311.3 L183.5,313.1 L186.1,314.7 L188.7,316.2 L191.3,317.7 L193.9,319 L196.6,320.3 L199.2,321.5 L201.8,322.6 L204.4,323.7 L207,324.7 L209.6,325.7 L212.2,326.6 L214.8,327.4 L217.5,328.2 L220.1,328.9 L222.7,329.6 L225.3,330.3 L227.9,330.9 L230.5,331.5 L233.1,332.1 L235.8,332.6 L238.4,333.1 L241,333.5 L243.6,334 L246.2,334.4 L248.8,334.8 L251.4,335.1 L254,335.5 L256.7,335.8 L259.3,336.1 L261.9,336.4 L264.5,336.7 L267.1,336.9 L269.7,337.1 L272.3,337.4 L274.9,337.6 L277.6,337.8 L280.2,338 L282.8,338.1 L285.4,338.3 L288,338.5 L290.6,338.6 L293.2,338.8 L295.9,338.9 L298.5,339 L301.1,339.1 L303.7,339.2 L306.3,339.3 L308.9,339.4 L311.5,339.5 L314.1,339.6 L316.8,339.7 L319.4,339.8 L322,339.8 L324.6,339.9 L327.2,340 L329.8,340 L332.4,340.1 L335,340.1 L337.7,340.2 L340.3,340.2 L342.9,340.3 L345.5,340.3 L348.1,340.4 L350.7,340.4 L353.3,340.4 L356,340.5 L358.6,340.5 L361.2,340.5 L363.8,340.6 L366.4,340.6 L369,340.6 L371.6,340.6 L374.2,340.7 L376.9,340.7 L379.5,340.7 L382.1,340.7 L384.7,340.7 L387.3,340.7 L389.9,340.8 L392.5,340.8 L395.1,340.8 L397.8,340.8 L400.4,340.8 L403,340.8 L405.6,340.8 L408.2,340.8 L410.8,340.8 L413.4,340.9 L416.1,340.9 L418.7,340.9 L421.3,340.9 L423.9,340.9 L426.5,340.9 L429.1,340.9 L431.7,340.9 L434.3,340.9 L437,340.9 L439.6,340.9 L442.2,340.9 L444.8,340.9 L447.4,340.9 L450,340.9 L452.6,340.9 L455.2,340.9 L457.9,340.9 L460.5,341 L463.1,341 L465.7,341 L468.3,341 L470.9,341 L473.5,341 L476.2,341 L478.8,341 L481.4,341 L484,341 L486.6,341 L489.2,341 L491.8,341 L494.4,341 L497.1,341 L499.7,341 L502.3,341 L504.9,341 L507.5,341 L510.1,341 L512.7,341 L515.3,341 L518,341 L520.6,341 L523.2,341 L525.8,341 L528.4,341 L531,341 L533.6,341 L536.2,341 L538.9,341 L541.5,341 L544.1,341 L546.7,341 L549.3,341 L551.9,341 L554.5,341 L557.2,341 L559.8,341 L562.4,341 L565,341 L567.6,341 L570.2,341 L572.8,341 L575.4,341 L578.1,341 L580.7,341 L583.3,341 L585.9,341 L588.5,341 L591.1,341 L593.7,341 L596.3,341 L599,341 L601.6,341 L604.2,341 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="620.8" y="58" width="103.2" height="105"/><rect x="620.8" y="58" width="103.2" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="635.8" y1="88" x2="650.8" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="635.8" y1="118" x2="650.8" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="635.8" y1="148" x2="650.8" y2="148"/></g>
</g>
<g id="legendText">
<text x="658.3" y="88" font-size="15" font-family="Verdana">&#x3BB;=0.5</text>
<text x="658.3" y="118" font-size="15" font-family="Verdana">&#x3BB;=1</text>
<text x="658.3" y="148" font-size="15" font-family="Verdana">&#x3BB;=2</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Exponential Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="473.6" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="475.6" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="288.3" y1="58" x2="288.3" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="559.8" y2="341"/><line x1="79.2" y1="341" x2="559.8" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,327 L84.2,327 M82.2,313 L84.2,313 M82.2,299 L84.2,299 M82.2,285.1 L84.2,285.1 M82.2,257.1 L84.2,257.1 M82.2,243.1 L84.2,243.1 M82.2,229.1 L84.2,229.1 M82.2,215.1 L84.2,215.1 M82.2,187.1 L84.2,187.1 M82.2,173.2 L84.2,173.2 M82.2,159.2 L84.2,159.2 M82.2,145.2 L84.2,145.2 M82.2,117.2 L84.2,117.2 M82.2,103.2 L84.2,103.2 M82.2,89.24 L84.2,89.24 M82.2,75.25 L84.2,75.25 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M318.6,341 L318.6,343 M348.8,341 L348.8,343 M379.1,341 L379.1,343 M409.3,341 L409.3,343 M469.8,341 L469.8,343 M500.1,341 L500.1,343 M530.3,341 L530.3,343 M258.1,341 L258.1,343 M227.8,341 L227.8,343 M197.6,341 L197.6,343 M167.3,341 L167.3,343 M106.8,341 L106.8,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,271.1 L84.2,271.1 M79.2,201.1 L84.2,201.1 M79.2,131.2 L84.2,131.2 M79.2,61.26 L84.2,61.26 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M288.3,341 L288.3,346 M439.6,341 L439.6,346 M288.3,341 L288.3,346 M137.1,341 L137.1,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="288.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="439.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="288.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="137.1" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">-5</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="273.5" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="203.5" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="133.6" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="63.66" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="322" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,328.1 L86.58,322.6 L88.96,315.7 L91.33,307 L93.71,296.8 L96.09,284.9 L98.47,271.4 L100.8,256.7 L103.2,240.9 L105.6,224.3 L108,207.4 L110.4,190.5 L112.7,173.9 L115.1,158.1 L117.5,143.3 L119.9,129.9 L122.2,117.9 L124.6,107.7 L127,99.26 L129.4,92.67 L131.8,87.93 L134.1,84.99 L136.5,83.77 L138.9,84.18 L141.3,86.07 L143.6,89.3 L146,93.73 L148.4,99.2 L150.8,105.5 L153.2,112.6 L155.5,120.3 L157.9,128.4 L160.3,136.9 L162.7,145.6 L165,154.4 L167.4,163.3 L169.8,172.1 L172.2,180.8 L174.6,189.3 L176.9,197.7 L179.3,205.8 L181.7,213.7 L184.1,221.3 L186.4,228.5 L188.8,235.5 L191.2,242.1 L193.6,248.4 L196,254.4 L198.3,260.1 L200.7,265.5 L203.1,270.5 L205.5,275.3 L207.8,279.8 L210.2,284 L212.6,287.9 L215,291.7 L217.4,295.1 L219.7,298.4 L222.1,301.4 L224.5,304.2 L226.9,306.9 L229.2,309.3 L231.6,311.6 L234,313.7 L236.4,315.7 L238.8,317.6 L241.1,319.3 L243.5,320.9 L245.9,322.4 L248.3,323.7 L250.6,325 L253,326.2 L255.4,327.3 L257.8,328.3 L260.2,329.2 L262.5,330.1 L264.9,330.9 L267.3,331.7 L269.7,332.4 L272,333 L274.4,333.6 L276.8,334.2 L279.2,334.7 L281.6,335.2 L283.9,335.6 L286.3,336 L288.7,336.4 L291.1,336.7 L293.4,337 L295.8,337.3 L298.2,337.6 L300.6,337.9 L303,338.1 L305.3,338.3 L307.7,338.5 L310.1,338.7 L312.5,338.9 L314.8,339 L317.2,339.2 L319.6,339.3 L322,339.5 L324.4,339.6 L326.7,339.7 L329.1,339.8 L331.5,339.9 L333.9,340 L336.2,340 L338.6,340.1 L341,340.2 L343.4,340.2 L345.8,340.3 L348.1,340.3 L350.5,340.4 L352.9,340.4 L355.3,340.5 L357.6,340.5 L360,340.6 L362.4,340.6 L364.8,340.6 L367.2,340.7 L369.5,340.7 L371.9,340.7 L374.3,340.7 L376.7,340.7 L379,340.8 L381.4,340.8 L383.8,340.8 L386.2,340.8 L388.6,340.8 L390.9,340.8 L393.3,340.9 L395.7,340.9 L398.1,340.9 L400.4,340.9 L402.8,340.9 L405.2,340.9 L407.6,340.9 L410,340.9 L412.3,340.9 L414.7,340.9 L417.1,340.9 L419.5,340.9 L421.8,340.9 L424.2,340.9 L426.6,341 L429,341 L431.4,341 L433.7,341 L436.1,341 L438.5,341 L440.9,341 L443.2,341 L445.6,341 L448,341 L450.4,341 L452.8,341 L455.1,341 L457.5,341 L459.9,341 L462.3,341 L464.6,341 L467,341 L469.4,341 L471.8,341 L474.2,341 L476.5,341 L478.9,341 L481.3,341 L483.7,341 L486,341 L488.4,341 L490.8,341 L493.2,341 L495.6,341 L497.9,341 L500.3,341 L502.7,341 L505.1,341 L507.4,341 L509.8,341 L512.2,341 L514.6,341 L517,341 L519.3,341 L521.7,341 L524.1,341 L526.5,341 L528.8,341 L531.2,341 L533.6,341 L536,341 L538.4,341 L540.7,341 L543.1,341 L545.5,341 L547.9,341 L550.2,341 L552.6,341 L555,341 L557.4,341 L559.8,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,341 L86.58,341 L88.96,341 L91.33,341 L93.71,341 L96.09,341 L98.47,341 L100.8,341 L103.2,341 L105.6,341 L108,341 L110.4,341 L112.7,341 L115.1,341 L117.5,341 L119.9,341 L122.2,341 L124.6,341 L127,341 L129.4,341 L131.8,341 L134.1,341 L136.5,341 L138.9,341 L141.3,341 L143.6,341 L146,341 L148.4,341 L150.8,341 L153.2,341 L155.5,341 L157.9,341 L160.3,341 L162.7,341 L165,341 L167.4,341 L169.8,341 L172.2,341 L174.6,341 L176.9,341 L179.3,341 L181.7,341 L184.1,341 L186.4,341 L188.8,341 L191.2,341 L193.6,341 L196,341 L198.3,341 L200.7,341 L203.1,341 L205.5,341 L207.8,341 L210.2,341 L212.6,341 L215,340.9 L217.4,340.8 L219.7,340.6 L222.1,340.2 L224.5,339.5 L226.9,338.4 L229.2,336.7 L231.6,334.3 L234,330.8 L236.4,326.2 L238.8,320.1 L241.1,312.5 L243.5,303.2 L245.9,292.3 L248.3,279.8 L250.6,265.8 L253,250.6 L255.4,234.4 L257.8,217.7 L260.2,200.7 L262.5,183.9 L264.9,167.6 L267.3,152.2 L269.7,137.9 L272,125 L274.4,113.7 L276.8,104.2 L279.2,96.46 L281.6,90.59 L283.9,86.56 L286.3,84.31 L288.7,83.75 L291.1,84.75 L293.4,87.18 L295.8,90.9 L298.2,95.76 L300.6,101.6 L303,108.2 L305.3,115.6 L307.7,123.4 L310.1,131.7 L312.5,140.3 L314.8,149 L317.2,157.9 L319.6,166.7 L322,175.5 L324.4,184.2 L326.7,192.6 L329.1,200.9 L331.5,208.9 L333.9,216.7 L336.2,224.1 L338.6,231.3 L341,238.1 L343.4,244.6 L345.8,250.8 L348.1,256.7 L350.5,262.2 L352.9,267.5 L355.3,272.4 L357.6,277.1 L360,281.5 L362.4,285.6 L364.8,289.4 L367.2,293 L369.5,296.4 L371.9,299.6 L374.3,302.5 L376.7,305.3 L379,307.8 L381.4,310.2 L383.8,312.5 L386.2,314.5 L388.6,316.5 L390.9,318.3 L393.3,319.9 L395.7,321.5 L398.1,322.9 L400.4,324.2 L402.8,325.5 L405.2,326.6 L407.6,327.7 L410,328.7 L412.3,329.6 L414.7,330.4 L417.1,331.2 L419.5,332 L421.8,332.6 L424.2,333.3 L426.6,333.8 L429,334.4 L431.4,334.9 L433.7,335.3 L436.1,335.8 L438.5,336.1 L440.9,336.5 L443.2,336.9 L445.6,337.2 L448,337.5 L450.4,337.7 L452.8,338 L455.1,338.2 L457.5,338.4 L459.9,338.6 L462.3,338.8 L464.6,338.9 L467,339.1 L469.4,339.2 L471.8,339.4 L474.2,339.5 L476.5,339.6 L478.9,339.7 L481.3,339.8 L483.7,339.9 L486,340 L488.4,340.1 L490.8,340.1 L493.2,340.2 L495.6,340.3 L497.9,340.3 L500.3,340.4 L502.7,340.4 L505.1,340.5 L507.4,340.5 L509.8,340.5 L512.2,340.6 L514.6,340.6 L517,340.6 L519.3,340.7 L521.7,340.7 L524.1,340.7 L526.5,340.7 L528.8,340.8 L531.2,340.8 L533.6,340.8 L536,340.8 L538.4,340.8 L540.7,340.8 L543.1,340.8 L545.5,340.9 L547.9,340.9 L550.2,340.9 L552.6,340.9 L555,340.9 L557.4,340.9 L559.8,340.9 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,341 L86.58,341 L88.96,341 L91.33,341 L93.71,341 L96.09,341 L98.47,341 L100.8,341 L103.2,341 L105.6,341 L108,341 L110.4,341 L112.7,341 L115.1,341 L117.5,341 L119.9,341 L122.2,341 L124.6,341 L127,341 L129.4,341 L131.8,341 L134.1,341 L136.5,341 L138.9,341 L141.3,341 L143.6,341 L146,341 L148.4,341 L150.8,341 L153.2,341 L155.5,341 L157.9,341 L160.3,341 L162.7,341 L165,341 L167.4,341 L169.8,341 L172.2,341 L174.6,341 L176.9,341 L179.3,341 L181.7,341 L184.1,341 L186.4,341 L188.8,341 L191.2,341 L193.6,341 L196,341 L198.3,341 L200.7,341 L203.1,341 L205.5,341 L207.8,341 L210.2,341 L212.6,341 L215,341 L217.4,341 L219.7,341 L222.1,341 L224.5,341 L226.9,341 L229.2,341 L231.6,341 L234,341 L236.4,341 L238.8,341 L241.1,341 L243.5,341 L245.9,341 L248.3,341 L250.6,341 L253,341 L255.4,341 L257.8,341 L260.2,341 L262.5,341 L264.9,341 L267.3,341 L269.7,341 L272,341 L274.4,341 L276.8,341 L279.2,341 L281.6,341 L283.9,341 L286.3,341 L288.7,341 L291.1,341 L293.4,341 L295.8,341 L298.2,341 L300.6,341 L303,341 L305.3,341 L307.7,341 L310.1,341 L312.5,341 L314.8,341 L317.2,341 L319.6,341 L322,341 L324.4,341 L326.7,341 L329.1,341 L331.5,341 L333.9,341 L336.2,341 L338.6,341 L341,341 L343.4,341 L345.8,341 L348.1,341 L350.5,341 L352.9,341 L355.3,341 L357.6,341 L360,341 L362.4,341 L364.8,340.9 L367.2,340.9 L369.5,340.7 L371.9,340.4 L374.3,339.9 L376.7,339.1 L379,337.8 L381.4,335.9 L383.8,333.1 L386.2,329.2 L388.6,324 L390.9,317.3 L393.3,309.1 L395.7,299.1 L398.1,287.6 L400.4,274.5 L402.8,260 L405.2,244.4 L407.6,227.9 L410,211.1 L412.3,194.1 L414.7,177.5 L417.1,161.4 L419.5,146.4 L421.8,132.7 L424.2,120.4 L426.6,109.8 L429,100.9 L431.4,93.94 L433.7,88.8 L436.1,85.48 L438.5,83.9 L440.9,83.96 L443.2,85.54 L445.6,88.5 L448,92.68 L450.4,97.93 L452.8,104.1 L455.1,111 L457.5,118.6 L459.9,126.6 L462.3,135 L464.6,143.7 L467,152.5 L469.4,161.3 L471.8,170.2 L474.2,178.9 L476.5,187.5 L478.9,195.9 L481.3,204.1 L483.7,212 L486,219.6 L488.4,227 L490.8,234 L493.2,240.7 L495.6,247.1 L497.9,253.1 L500.3,258.9 L502.7,264.3 L505.1,269.5 L507.4,274.3 L509.8,278.8 L512.2,283.1 L514.6,287.1 L517,290.9 L519.3,294.4 L521.7,297.7 L524.1,300.8 L526.5,303.6 L528.8,306.3 L531.2,308.8 L533.6,311.1 L536,313.3 L538.4,315.3 L540.7,317.2 L543.1,318.9 L545.5,320.5 L547.9,322 L550.2,323.4 L552.6,324.7 L555,325.9 L557.4,327.1 L559.8,328.1 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="573.8" y="58" width="150.2" height="105"/><rect x="573.8" y="58" width="150.2" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="88" x2="603.8" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="118" x2="603.8" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="148" x2="603.8" y2="148"/></g>
</g>
<g id="legendText">
<text x="611.3" y="88" font-size="15" font-family="Verdana">location=-5</text>
<text x="611.3" y="118" font-size="15" font-family="Verdana">location=0</text>
<text x="611.3" y="148" font-size="15" font-family="Verdana">location=5</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Extreme Value Distribution PDF (shape=1)</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="489.2" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="491.2" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="234.2" y1="58" x2="234.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="575.4" y2="341"/><line x1="79.2" y1="341" x2="575.4" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,334 L84.2,334 M82.2,327 L84.2,327 M82.2,320 L84.2,320 M82.2,313 L84.2,313 M82.2,299 L84.2,299 M82.2,292 L84.2,292 M82.2,285.1 L84.2,285.1 M82.2,278.1 L84.2,278.1 M82.2,264.1 L84.2,264.1 M82.2,257.1 L84.2,257.1 M82.2,250.1 L84.2,250.1 M82.2,243.1 L84.2,243.1 M82.2,229.1 L84.2,229.1 M82.2,222.1 L84.2,222.1 M82.2,215.1 L84.2,215.1 M82.2,208.1 L84.2,208.1 M82.2,194.1 L84.2,194.1 M82.2,187.1 L84.2,187.1 M82.2,180.2 L84.2,180.2 M82.2,173.2 L84.2,173.2 M82.2,159.2 L84.2,159.2 M82.2,152.2 L84.2,152.2 M82.2,145.2 L84.2,145.2 M82.2,138.2 L84.2,138.2 M82.2,124.2 L84.2,124.2 M82.2,117.2 L84.2,117.2 M82.2,110.2 L84.2,110.2 M82.2,103.2 L84.2,103.2 M82.2,89.24 L84.2,89.24 M82.2,82.24 L84.2,82.24 M82.2,75.25 L84.2,75.25 M82.2,68.26 L84.2,68.26 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M277.1,341 L277.1,343 M320.1,341 L320.1,343 M363,341 L363,343 M405.9,341 L405.9,343 M491.7,341 L491.7,343 M534.6,341 L534.6,343 M191.3,341 L191.3,343 M148.4,341 L148.4,343 M105.5,341 L105.5,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,306 L84.2,306 M79.2,271.1 L84.2,271.1 M79.2,236.1 L84.2,236.1 M79.2,201.1 L84.2,201.1 M79.2,166.2 L84.2,166.2 M79.2,131.2 L84.2,131.2 M79.2,96.23 L84.2,96.23 M79.2,61.26 L84.2,61.26 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M234.2,341 L234.2,346 M448.8,341 L448.8,346 M234.2,341 L234.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="234.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="448.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="234.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="308.4" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="273.5" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="238.5" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="203.5" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="168.6" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="133.6" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="98.63" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="63.66" text-anchor="end" font-size="12" font-family="Verdana">0.8</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="329.8" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,341 L86.66,341 L89.11,341 L91.57,341 L94.02,341 L96.48,341 L98.94,341 L101.4,341 L103.8,341 L106.3,341 L108.8,341 L111.2,341 L113.7,341 L116.1,341 L118.6,341 L121,341 L123.5,341 L126,341 L128.4,341 L130.9,341 L133.3,341 L135.8,341 L138.2,341 L140.7,341 L143.1,341 L145.6,341 L148.1,341 L150.5,341 L153,341 L155.4,341 L157.9,341 L160.3,341 L162.8,341 L165.3,341 L167.7,341 L170.2,341 L172.6,341 L175.1,341 L177.5,341 L180,341 L182.4,340.9 L184.9,340.7 L187.4,340.1 L189.8,339 L192.3,336.8 L194.7,332.9 L197.2,326.8 L199.6,317.7 L202.1,305.2 L204.6,289.3 L207,270 L209.5,248 L211.9,224.1 L214.4,199.4 L216.8,175.1 L219.3,152.3 L221.7,131.9 L224.2,114.7 L226.7,101.2 L229.1,91.53 L231.6,85.77 L234,83.74 L236.5,85.1 L238.9,89.44 L241.4,96.29 L243.9,105.2 L246.3,115.7 L248.8,127.3 L251.2,139.6 L253.7,152.4 L256.1,165.3 L258.6,178.1 L261,190.5 L263.5,202.6 L266,214.1 L268.4,225 L270.9,235.3 L273.3,244.8 L275.8,253.7 L278.2,261.9 L280.7,269.5 L283.2,276.4 L285.6,282.8 L288.1,288.6 L290.5,293.8 L293,298.6 L295.4,302.9 L297.9,306.8 L300.3,310.3 L302.8,313.5 L305.3,316.4 L307.7,319 L310.2,321.3 L312.6,323.4 L315.1,325.2 L317.5,326.9 L320,328.4 L322.5,329.7 L324.9,330.9 L327.4,332 L329.8,333 L332.3,333.8 L334.7,334.6 L337.2,335.3 L339.6,335.9 L342.1,336.4 L344.6,336.9 L347,337.4 L349.5,337.8 L351.9,338.1 L354.4,338.4 L356.8,338.7 L359.3,338.9 L361.8,339.2 L364.2,339.4 L366.7,339.5 L369.1,339.7 L371.6,339.8 L374,340 L376.5,340.1 L378.9,340.2 L381.4,340.3 L383.9,340.3 L386.3,340.4 L388.8,340.5 L391.2,340.5 L393.7,340.6 L396.1,340.6 L398.6,340.7 L401,340.7 L403.5,340.7 L406,340.8 L408.4,340.8 L410.9,340.8 L413.3,340.8 L415.8,340.9 L418.2,340.9 L420.7,340.9 L423.2,340.9 L425.6,340.9 L428.1,340.9 L430.5,340.9 L433,340.9 L435.4,340.9 L437.9,340.9 L440.3,341 L442.8,341 L445.3,341 L447.7,341 L450.2,341 L452.6,341 L455.1,341 L457.5,341 L460,341 L462.5,341 L464.9,341 L467.4,341 L469.8,341 L472.3,341 L474.7,341 L477.2,341 L479.6,341 L482.1,341 L484.6,341 L487,341 L489.5,341 L491.9,341 L494.4,341 L496.8,341 L499.3,341 L501.8,341 L504.2,341 L506.7,341 L509.1,341 L511.6,341 L514,341 L516.5,341 L518.9,341 L521.4,341 L523.9,341 L526.3,341 L528.8,341 L531.2,341 L533.7,341 L536.1,341 L538.6,341 L541.1,341 L543.5,341 L546,341 L548.4,341 L550.9,341 L553.3,341 L555.8,341 L558.2,341 L560.7,341 L563.2,341 L565.6,341 L568.1,341 L570.5,341 L573,341 L575.4,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,341 L86.66,341 L89.11,341 L91.57,341 L94.02,341 L96.48,341 L98.94,341 L101.4,341 L103.8,341 L106.3,341 L108.8,341 L111.2,341 L113.7,341 L116.1,341 L118.6,341 L121,341 L123.5,341 L126,341 L128.4,341 L130.9,340.9 L133.3,340.9 L135.8,340.8 L138.2,340.7 L140.7,340.6 L143.1,340.3 L145.6,340 L148.1,339.5 L150.5,338.8 L153,338 L155.4,336.9 L157.9,335.5 L160.3,333.7 L162.8,331.6 L165.3,329.1 L167.7,326.2 L170.2,322.8 L172.6,319 L175.1,314.8 L177.5,310.1 L180,305.1 L182.4,299.7 L184.9,294 L187.4,288.1 L189.8,282 L192.3,275.9 L194.7,269.7 L197.2,263.6 L199.6,257.6 L202.1,251.8 L204.6,246.2 L207,241 L209.5,236.1 L211.9,231.6 L214.4,227.5 L216.8,224 L219.3,220.9 L221.7,218.2 L224.2,216.1 L226.7,214.5 L229.1,213.3 L231.6,212.6 L234,212.4 L236.5,212.5 L238.9,213.1 L241.4,214.1 L243.9,215.3 L246.3,216.9 L248.8,218.8 L251.2,220.9 L253.7,223.3 L256.1,225.8 L258.6,228.6 L261,231.4 L263.5,234.4 L266,237.4 L268.4,240.6 L270.9,243.7 L273.3,247 L275.8,250.2 L278.2,253.4 L280.7,256.6 L283.2,259.8 L285.6,262.9 L288.1,266 L290.5,269.1 L293,272 L295.4,274.9 L297.9,277.8 L300.3,280.5 L302.8,283.2 L305.3,285.8 L307.7,288.3 L310.2,290.8 L312.6,293.1 L315.1,295.4 L317.5,297.5 L320,299.6 L322.5,301.6 L324.9,303.6 L327.4,305.4 L329.8,307.2 L332.3,308.9 L334.7,310.5 L337.2,312 L339.6,313.5 L342.1,314.9 L344.6,316.2 L347,317.5 L349.5,318.7 L351.9,319.9 L354.4,321 L356.8,322 L359.3,323 L361.8,324 L364.2,324.9 L366.7,325.7 L369.1,326.6 L371.6,327.3 L374,328.1 L376.5,328.8 L378.9,329.4 L381.4,330 L383.9,330.6 L386.3,331.2 L388.8,331.7 L391.2,332.2 L393.7,332.7 L396.1,333.1 L398.6,333.6 L401,334 L403.5,334.4 L406,334.7 L408.4,335.1 L410.9,335.4 L413.3,335.7 L415.8,336 L418.2,336.3 L420.7,336.5 L423.2,336.8 L425.6,337 L428.1,337.2 L430.5,337.4 L433,337.6 L435.4,337.8 L437.9,338 L440.3,338.2 L442.8,338.3 L445.3,338.5 L447.7,338.6 L450.2,338.7 L452.6,338.9 L455.1,339 L457.5,339.1 L460,339.2 L462.5,339.3 L464.9,339.4 L467.4,339.5 L469.8,339.6 L472.3,339.6 L474.7,339.7 L477.2,339.8 L479.6,339.9 L482.1,339.9 L484.6,340 L487,340 L489.5,340.1 L491.9,340.1 L494.4,340.2 L496.8,340.2 L499.3,340.3 L501.8,340.3 L504.2,340.4 L506.7,340.4 L509.1,340.4 L511.6,340.5 L514,340.5 L516.5,340.5 L518.9,340.5 L521.4,340.6 L523.9,340.6 L526.3,340.6 L528.8,340.6 L531.2,340.7 L533.7,340.7 L536.1,340.7 L538.6,340.7 L541.1,340.7 L543.5,340.7 L546,340.8 L548.4,340.8 L550.9,340.8 L553.3,340.8 L555.8,340.8 L558.2,340.8 L560.7,340.8 L563.2,340.8 L565.6,340.8 L568.1,340.9 L570.5,340.9 L573,340.9 L575.4,340.9 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,337.8 L86.66,337.3 L89.11,336.8 L91.57,336.3 L94.02,335.7 L96.48,335 L98.94,334.3 L101.4,333.5 L103.8,332.7 L106.3,331.8 L108.8,330.9 L111.2,329.9 L113.7,328.9 L116.1,327.8 L118.6,326.7 L121,325.5 L123.5,324.2 L126,322.9 L128.4,321.6 L130.9,320.2 L133.3,318.8 L135.8,317.4 L138.2,315.9 L140.7,314.4 L143.1,312.9 L145.6,311.4 L148.1,309.9 L150.5,308.3 L153,306.8 L155.4,305.2 L157.9,303.7 L160.3,302.2 L162.8,300.7 L165.3,299.2 L167.7,297.7 L170.2,296.3 L172.6,294.9 L175.1,293.5 L177.5,292.2 L180,290.9 L182.4,289.6 L184.9,288.4 L187.4,287.3 L189.8,286.2 L192.3,285.2 L194.7,284.2 L197.2,283.3 L199.6,282.4 L202.1,281.6 L204.6,280.9 L207,280.2 L209.5,279.6 L211.9,279 L214.4,278.5 L216.8,278.1 L219.3,277.7 L221.7,277.4 L224.2,277.1 L226.7,276.9 L229.1,276.8 L231.6,276.7 L234,276.7 L236.5,276.7 L238.9,276.8 L241.4,276.9 L243.9,277.1 L246.3,277.3 L248.8,277.5 L251.2,277.9 L253.7,278.2 L256.1,278.6 L258.6,279 L261,279.5 L263.5,279.9 L266,280.5 L268.4,281 L270.9,281.6 L273.3,282.2 L275.8,282.8 L278.2,283.5 L280.7,284.1 L283.2,284.8 L285.6,285.5 L288.1,286.3 L290.5,287 L293,287.8 L295.4,288.5 L297.9,289.3 L300.3,290.1 L302.8,290.8 L305.3,291.6 L307.7,292.4 L310.2,293.2 L312.6,294 L315.1,294.8 L317.5,295.7 L320,296.5 L322.5,297.3 L324.9,298.1 L327.4,298.9 L329.8,299.7 L332.3,300.5 L334.7,301.2 L337.2,302 L339.6,302.8 L342.1,303.6 L344.6,304.3 L347,305.1 L349.5,305.8 L351.9,306.6 L354.4,307.3 L356.8,308 L359.3,308.7 L361.8,309.4 L364.2,310.1 L366.7,310.8 L369.1,311.5 L371.6,312.2 L374,312.8 L376.5,313.5 L378.9,314.1 L381.4,314.7 L383.9,315.3 L386.3,315.9 L388.8,316.5 L391.2,317.1 L393.7,317.7 L396.1,318.2 L398.6,318.8 L401,319.3 L403.5,319.8 L406,320.4 L408.4,320.9 L410.9,321.4 L413.3,321.8 L415.8,322.3 L418.2,322.8 L420.7,323.2 L423.2,323.7 L425.6,324.1 L428.1,324.5 L430.5,325 L433,325.4 L435.4,325.8 L437.9,326.2 L440.3,326.5 L442.8,326.9 L445.3,327.3 L447.7,327.6 L450.2,328 L452.6,328.3 L455.1,328.6 L457.5,329 L460,329.3 L462.5,329.6 L464.9,329.9 L467.4,330.2 L469.8,330.5 L472.3,330.7 L474.7,331 L477.2,331.3 L479.6,331.5 L482.1,331.8 L484.6,332 L487,332.3 L489.5,332.5 L491.9,332.7 L494.4,333 L496.8,333.2 L499.3,333.4 L501.8,333.6 L504.2,333.8 L506.7,334 L509.1,334.2 L511.6,334.4 L514,334.5 L516.5,334.7 L518.9,334.9 L521.4,335.1 L523.9,335.2 L526.3,335.4 L528.8,335.5 L531.2,335.7 L533.7,335.8 L536.1,336 L538.6,336.1 L541.1,336.2 L543.5,336.4 L546,336.5 L548.4,336.6 L550.9,336.7 L553.3,336.9 L555.8,337 L558.2,337.1 L560.7,337.2 L563.2,337.3 L565.6,337.4 L568.1,337.5 L570.5,337.6 L573,337.7 L575.4,337.8 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="589.4" y="58" width="134.6" height="105"/><rect x="589.4" y="58" width="134.6" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="604.4" y1="88" x2="619.4" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="604.4" y1="118" x2="619.4" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="604.4" y1="148" x2="619.4" y2="148"/></g>
</g>
<g id="legendText">
<text x="626.9" y="88" font-size="15" font-family="Verdana">shape=0.5</text>
<text x="626.9" y="118" font-size="15" font-family="Verdana">shape=1</text>
<text x="626.9" y="148" font-size="15" font-family="Verdana">shape=2</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Extreme Value Distribution PDF (location=0)</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

+71
View File
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="481.4" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="483.4" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="567.6" y2="341"/><line x1="79.2" y1="341" x2="567.6" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,334.2 L84.2,334.2 M82.2,327.3 L84.2,327.3 M82.2,320.5 L84.2,320.5 M82.2,313.6 L84.2,313.6 M82.2,300 L84.2,300 M82.2,293.1 L84.2,293.1 M82.2,286.3 L84.2,286.3 M82.2,279.5 L84.2,279.5 M82.2,265.8 L84.2,265.8 M82.2,258.9 L84.2,258.9 M82.2,252.1 L84.2,252.1 M82.2,245.3 L84.2,245.3 M82.2,231.6 L84.2,231.6 M82.2,224.8 L84.2,224.8 M82.2,217.9 L84.2,217.9 M82.2,211.1 L84.2,211.1 M82.2,197.4 L84.2,197.4 M82.2,190.6 L84.2,190.6 M82.2,183.7 L84.2,183.7 M82.2,176.9 L84.2,176.9 M82.2,163.2 L84.2,163.2 M82.2,156.4 L84.2,156.4 M82.2,149.5 L84.2,149.5 M82.2,142.7 L84.2,142.7 M82.2,129 L84.2,129 M82.2,122.2 L84.2,122.2 M82.2,115.3 L84.2,115.3 M82.2,108.5 L84.2,108.5 M82.2,94.83 L84.2,94.83 M82.2,87.99 L84.2,87.99 M82.2,81.15 L84.2,81.15 M82.2,74.31 L84.2,74.31 M82.2,60.64 L84.2,60.64 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M106.4,341 L106.4,343 M128.5,341 L128.5,343 M150.7,341 L150.7,343 M172.8,341 L172.8,343 M217.1,341 L217.1,343 M239.3,341 L239.3,343 M261.5,341 L261.5,343 M283.6,341 L283.6,343 M327.9,341 L327.9,343 M350.1,341 L350.1,343 M372.3,341 L372.3,343 M394.4,341 L394.4,343 M438.7,341 L438.7,343 M460.9,341 L460.9,343 M483,341 L483,343 M505.2,341 L505.2,343 M549.5,341 L549.5,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,306.8 L84.2,306.8 M79.2,272.6 L84.2,272.6 M79.2,238.4 L84.2,238.4 M79.2,204.2 L84.2,204.2 M79.2,170 L84.2,170 M79.2,135.9 L84.2,135.9 M79.2,101.7 L84.2,101.7 M79.2,67.48 L84.2,67.48 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M195,341 L195,346 M305.8,341 L305.8,346 M416.6,341 L416.6,346 M527.4,341 L527.4,346 M84.2,341 L84.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="195" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="305.8" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="416.6" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="527.4" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="309.2" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="275" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="240.8" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="206.6" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="172.4" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="138.3" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="104.1" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="69.88" text-anchor="end" font-size="12" font-family="Verdana">0.8</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="325.9" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,341 L86.62,299.9 L89.03,265.5 L91.45,236.8 L93.87,212.9 L96.28,193.1 L98.7,176.8 L101.1,163.6 L103.5,152.9 L106,144.4 L108.4,137.8 L110.8,132.8 L113.2,129.1 L115.6,126.7 L118,125.2 L120.5,124.7 L122.9,124.8 L125.3,125.6 L127.7,126.9 L130.1,128.6 L132.5,130.7 L135,133.1 L137.4,135.8 L139.8,138.6 L142.2,141.7 L144.6,144.8 L147,148.1 L149.5,151.5 L151.9,154.9 L154.3,158.3 L156.7,161.8 L159.1,165.3 L161.5,168.8 L164,172.2 L166.4,175.7 L168.8,179.1 L171.2,182.4 L173.6,185.8 L176,189 L178.5,192.3 L180.9,195.4 L183.3,198.5 L185.7,201.6 L188.1,204.6 L190.5,207.5 L193,210.4 L195.4,213.2 L197.8,216 L200.2,218.7 L202.6,221.3 L205.1,223.9 L207.5,226.4 L209.9,228.9 L212.3,231.3 L214.7,233.6 L217.1,235.9 L219.6,238.1 L222,240.3 L224.4,242.4 L226.8,244.5 L229.2,246.5 L231.6,248.5 L234.1,250.4 L236.5,252.3 L238.9,254.1 L241.3,255.9 L243.7,257.6 L246.1,259.3 L248.6,261 L251,262.6 L253.4,264.2 L255.8,265.7 L258.2,267.2 L260.6,268.7 L263.1,270.1 L265.5,271.5 L267.9,272.9 L270.3,274.2 L272.7,275.5 L275.1,276.7 L277.6,278 L280,279.2 L282.4,280.3 L284.8,281.5 L287.2,282.6 L289.6,283.7 L292.1,284.8 L294.5,285.8 L296.9,286.8 L299.3,287.8 L301.7,288.8 L304.1,289.7 L306.6,290.6 L309,291.5 L311.4,292.4 L313.8,293.3 L316.2,294.1 L318.6,295 L321.1,295.8 L323.5,296.6 L325.9,297.3 L328.3,298.1 L330.7,298.8 L333.2,299.5 L335.6,300.2 L338,300.9 L340.4,301.6 L342.8,302.3 L345.2,302.9 L347.7,303.5 L350.1,304.2 L352.5,304.8 L354.9,305.3 L357.3,305.9 L359.7,306.5 L362.2,307 L364.6,307.6 L367,308.1 L369.4,308.6 L371.8,309.2 L374.2,309.7 L376.7,310.1 L379.1,310.6 L381.5,311.1 L383.9,311.6 L386.3,312 L388.7,312.4 L391.2,312.9 L393.6,313.3 L396,313.7 L398.4,314.1 L400.8,314.5 L403.2,314.9 L405.7,315.3 L408.1,315.7 L410.5,316.1 L412.9,316.4 L415.3,316.8 L417.7,317.1 L420.2,317.5 L422.6,317.8 L425,318.1 L427.4,318.5 L429.8,318.8 L432.2,319.1 L434.7,319.4 L437.1,319.7 L439.5,320 L441.9,320.3 L444.3,320.6 L446.7,320.9 L449.2,321.1 L451.6,321.4 L454,321.7 L456.4,321.9 L458.8,322.2 L461.3,322.4 L463.7,322.7 L466.1,322.9 L468.5,323.2 L470.9,323.4 L473.3,323.6 L475.8,323.8 L478.2,324.1 L480.6,324.3 L483,324.5 L485.4,324.7 L487.8,324.9 L490.3,325.1 L492.7,325.3 L495.1,325.5 L497.5,325.7 L499.9,325.9 L502.3,326.1 L504.8,326.3 L507.2,326.5 L509.6,326.6 L512,326.8 L514.4,327 L516.8,327.2 L519.3,327.3 L521.7,327.5 L524.1,327.7 L526.5,327.8 L528.9,328 L531.3,328.1 L533.8,328.3 L536.2,328.4 L538.6,328.6 L541,328.7 L543.4,328.9 L545.8,329 L548.3,329.1 L550.7,329.3 L553.1,329.4 L555.5,329.5 L557.9,329.7 L560.3,329.8 L562.8,329.9 L565.2,330.1 L567.6,330.2 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,341 L86.62,340.8 L89.03,339.2 L91.45,334.6 L93.87,326.4 L96.28,314.8 L98.7,300.5 L101.1,284.4 L103.5,267.3 L106,250.1 L108.4,233.2 L110.8,217.2 L113.2,202.3 L115.6,188.8 L118,176.7 L120.5,166.1 L122.9,156.9 L125.3,149.1 L127.7,142.6 L130.1,137.3 L132.5,133.1 L135,130 L137.4,127.8 L139.8,126.5 L142.2,125.8 L144.6,125.9 L147,126.5 L149.5,127.6 L151.9,129.1 L154.3,131 L156.7,133.3 L159.1,135.8 L161.5,138.5 L164,141.5 L166.4,144.6 L168.8,147.8 L171.2,151.1 L173.6,154.5 L176,158 L178.5,161.5 L180.9,165 L183.3,168.5 L185.7,172 L188.1,175.5 L190.5,179 L193,182.5 L195.4,185.9 L197.8,189.2 L200.2,192.6 L202.6,195.8 L205.1,199 L207.5,202.2 L209.9,205.3 L212.3,208.3 L214.7,211.3 L217.1,214.2 L219.6,217.1 L222,219.8 L224.4,222.6 L226.8,225.2 L229.2,227.8 L231.6,230.4 L234.1,232.8 L236.5,235.3 L238.9,237.6 L241.3,239.9 L243.7,242.2 L246.1,244.3 L248.6,246.5 L251,248.6 L253.4,250.6 L255.8,252.6 L258.2,254.5 L260.6,256.3 L263.1,258.2 L265.5,260 L267.9,261.7 L270.3,263.4 L272.7,265 L275.1,266.6 L277.6,268.2 L280,269.7 L282.4,271.2 L284.8,272.6 L287.2,274 L289.6,275.4 L292.1,276.8 L294.5,278.1 L296.9,279.3 L299.3,280.6 L301.7,281.8 L304.1,283 L306.6,284.1 L309,285.2 L311.4,286.3 L313.8,287.4 L316.2,288.4 L318.6,289.5 L321.1,290.4 L323.5,291.4 L325.9,292.4 L328.3,293.3 L330.7,294.2 L333.2,295.1 L335.6,295.9 L338,296.7 L340.4,297.6 L342.8,298.4 L345.2,299.1 L347.7,299.9 L350.1,300.6 L352.5,301.4 L354.9,302.1 L357.3,302.8 L359.7,303.4 L362.2,304.1 L364.6,304.7 L367,305.4 L369.4,306 L371.8,306.6 L374.2,307.2 L376.7,307.8 L379.1,308.3 L381.5,308.9 L383.9,309.4 L386.3,310 L388.7,310.5 L391.2,311 L393.6,311.5 L396,312 L398.4,312.4 L400.8,312.9 L403.2,313.4 L405.7,313.8 L408.1,314.2 L410.5,314.7 L412.9,315.1 L415.3,315.5 L417.7,315.9 L420.2,316.3 L422.6,316.7 L425,317 L427.4,317.4 L429.8,317.8 L432.2,318.1 L434.7,318.5 L437.1,318.8 L439.5,319.1 L441.9,319.5 L444.3,319.8 L446.7,320.1 L449.2,320.4 L451.6,320.7 L454,321 L456.4,321.3 L458.8,321.6 L461.3,321.9 L463.7,322.1 L466.1,322.4 L468.5,322.7 L470.9,322.9 L473.3,323.2 L475.8,323.4 L478.2,323.7 L480.6,323.9 L483,324.2 L485.4,324.4 L487.8,324.6 L490.3,324.9 L492.7,325.1 L495.1,325.3 L497.5,325.5 L499.9,325.7 L502.3,325.9 L504.8,326.1 L507.2,326.3 L509.6,326.5 L512,326.7 L514.4,326.9 L516.8,327.1 L519.3,327.3 L521.7,327.4 L524.1,327.6 L526.5,327.8 L528.9,328 L531.3,328.1 L533.8,328.3 L536.2,328.4 L538.6,328.6 L541,328.8 L543.4,328.9 L545.8,329.1 L548.3,329.2 L550.7,329.4 L553.1,329.5 L555.5,329.6 L557.9,329.8 L560.3,329.9 L562.8,330 L565.2,330.2 L567.6,330.3 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,341 L86.62,341 L89.03,340.5 L91.45,338.9 L93.87,335.6 L96.28,330.2 L98.7,322.5 L101.1,312.7 L103.5,301 L106,287.7 L108.4,273.2 L110.8,257.9 L113.2,242.1 L115.6,226.2 L118,210.6 L120.5,195.4 L122.9,180.8 L125.3,167.1 L127.7,154.4 L130.1,142.7 L132.5,132.1 L135,122.6 L137.4,114.2 L139.8,107 L142.2,100.8 L144.6,95.7 L147,91.57 L149.5,88.37 L151.9,86.06 L154.3,84.57 L156.7,83.83 L159.1,83.79 L161.5,84.38 L164,85.55 L166.4,87.24 L168.8,89.4 L171.2,91.97 L173.6,94.9 L176,98.16 L178.5,101.7 L180.9,105.5 L183.3,109.5 L185.7,113.6 L188.1,117.9 L190.5,122.3 L193,126.8 L195.4,131.4 L197.8,136 L200.2,140.7 L202.6,145.3 L205.1,150 L207.5,154.6 L209.9,159.2 L212.3,163.8 L214.7,168.3 L217.1,172.8 L219.6,177.2 L222,181.6 L224.4,185.9 L226.8,190.1 L229.2,194.2 L231.6,198.2 L234.1,202.2 L236.5,206.1 L238.9,209.8 L241.3,213.5 L243.7,217.2 L246.1,220.7 L248.6,224.1 L251,227.5 L253.4,230.7 L255.8,233.9 L258.2,237 L260.6,240 L263.1,242.9 L265.5,245.8 L267.9,248.5 L270.3,251.2 L272.7,253.8 L275.1,256.4 L277.6,258.8 L280,261.2 L282.4,263.5 L284.8,265.8 L287.2,267.9 L289.6,270.1 L292.1,272.1 L294.5,274.1 L296.9,276 L299.3,277.9 L301.7,279.7 L304.1,281.5 L306.6,283.2 L309,284.8 L311.4,286.4 L313.8,288 L316.2,289.5 L318.6,291 L321.1,292.4 L323.5,293.8 L325.9,295.1 L328.3,296.4 L330.7,297.6 L333.2,298.9 L335.6,300 L338,301.2 L340.4,302.3 L342.8,303.3 L345.2,304.4 L347.7,305.4 L350.1,306.4 L352.5,307.3 L354.9,308.2 L357.3,309.1 L359.7,310 L362.2,310.8 L364.6,311.7 L367,312.4 L369.4,313.2 L371.8,313.9 L374.2,314.7 L376.7,315.4 L379.1,316 L381.5,316.7 L383.9,317.3 L386.3,318 L388.7,318.6 L391.2,319.2 L393.6,319.7 L396,320.3 L398.4,320.8 L400.8,321.3 L403.2,321.8 L405.7,322.3 L408.1,322.8 L410.5,323.3 L412.9,323.7 L415.3,324.1 L417.7,324.6 L420.2,325 L422.6,325.4 L425,325.8 L427.4,326.1 L429.8,326.5 L432.2,326.9 L434.7,327.2 L437.1,327.6 L439.5,327.9 L441.9,328.2 L444.3,328.5 L446.7,328.8 L449.2,329.1 L451.6,329.4 L454,329.7 L456.4,329.9 L458.8,330.2 L461.3,330.5 L463.7,330.7 L466.1,330.9 L468.5,331.2 L470.9,331.4 L473.3,331.6 L475.8,331.9 L478.2,332.1 L480.6,332.3 L483,332.5 L485.4,332.7 L487.8,332.9 L490.3,333 L492.7,333.2 L495.1,333.4 L497.5,333.6 L499.9,333.7 L502.3,333.9 L504.8,334.1 L507.2,334.2 L509.6,334.4 L512,334.5 L514.4,334.6 L516.8,334.8 L519.3,334.9 L521.7,335.1 L524.1,335.2 L526.5,335.3 L528.9,335.4 L531.3,335.6 L533.8,335.7 L536.2,335.8 L538.6,335.9 L541,336 L543.4,336.1 L545.8,336.2 L548.3,336.3 L550.7,336.4 L553.1,336.5 L555.5,336.6 L557.9,336.7 L560.3,336.8 L562.8,336.9 L565.2,337 L567.6,337 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(255,140,0)" stroke-width="1"><path d="M84.2,341 L86.62,307.3 L89.03,277.6 L91.45,251.4 L93.87,228.4 L96.28,208.2 L98.7,190.7 L101.1,175.5 L103.5,162.4 L106,151.2 L108.4,141.7 L110.8,133.7 L113.2,127 L115.6,121.6 L118,117.3 L120.5,114 L122.9,111.5 L125.3,109.9 L127.7,108.9 L130.1,108.6 L132.5,108.8 L135,109.5 L137.4,110.6 L139.8,112.1 L142.2,114 L144.6,116.1 L147,118.5 L149.5,121.2 L151.9,124 L154.3,127 L156.7,130.1 L159.1,133.3 L161.5,136.6 L164,140 L166.4,143.5 L168.8,147 L171.2,150.6 L173.6,154.2 L176,157.7 L178.5,161.3 L180.9,164.9 L183.3,168.5 L185.7,172 L188.1,175.5 L190.5,179 L193,182.5 L195.4,185.9 L197.8,189.2 L200.2,192.6 L202.6,195.8 L205.1,199.1 L207.5,202.2 L209.9,205.3 L212.3,208.4 L214.7,211.4 L217.1,214.4 L219.6,217.3 L222,220.1 L224.4,222.9 L226.8,225.6 L229.2,228.3 L231.6,230.9 L234.1,233.4 L236.5,236 L238.9,238.4 L241.3,240.8 L243.7,243.1 L246.1,245.4 L248.6,247.6 L251,249.8 L253.4,252 L255.8,254 L258.2,256.1 L260.6,258 L263.1,260 L265.5,261.9 L267.9,263.7 L270.3,265.5 L272.7,267.3 L275.1,269 L277.6,270.7 L280,272.3 L282.4,273.9 L284.8,275.4 L287.2,276.9 L289.6,278.4 L292.1,279.9 L294.5,281.3 L296.9,282.6 L299.3,284 L301.7,285.3 L304.1,286.5 L306.6,287.8 L309,289 L311.4,290.2 L313.8,291.3 L316.2,292.4 L318.6,293.5 L321.1,294.6 L323.5,295.7 L325.9,296.7 L328.3,297.7 L330.7,298.6 L333.2,299.6 L335.6,300.5 L338,301.4 L340.4,302.3 L342.8,303.1 L345.2,303.9 L347.7,304.8 L350.1,305.5 L352.5,306.3 L354.9,307.1 L357.3,307.8 L359.7,308.5 L362.2,309.2 L364.6,309.9 L367,310.6 L369.4,311.2 L371.8,311.9 L374.2,312.5 L376.7,313.1 L379.1,313.7 L381.5,314.3 L383.9,314.8 L386.3,315.4 L388.7,315.9 L391.2,316.4 L393.6,317 L396,317.5 L398.4,317.9 L400.8,318.4 L403.2,318.9 L405.7,319.3 L408.1,319.8 L410.5,320.2 L412.9,320.6 L415.3,321.1 L417.7,321.5 L420.2,321.9 L422.6,322.2 L425,322.6 L427.4,323 L429.8,323.3 L432.2,323.7 L434.7,324 L437.1,324.4 L439.5,324.7 L441.9,325 L444.3,325.3 L446.7,325.7 L449.2,326 L451.6,326.2 L454,326.5 L456.4,326.8 L458.8,327.1 L461.3,327.4 L463.7,327.6 L466.1,327.9 L468.5,328.1 L470.9,328.4 L473.3,328.6 L475.8,328.8 L478.2,329.1 L480.6,329.3 L483,329.5 L485.4,329.7 L487.8,329.9 L490.3,330.2 L492.7,330.4 L495.1,330.6 L497.5,330.7 L499.9,330.9 L502.3,331.1 L504.8,331.3 L507.2,331.5 L509.6,331.7 L512,331.8 L514.4,332 L516.8,332.2 L519.3,332.3 L521.7,332.5 L524.1,332.6 L526.5,332.8 L528.9,332.9 L531.3,333.1 L533.8,333.2 L536.2,333.3 L538.6,333.5 L541,333.6 L543.4,333.7 L545.8,333.9 L548.3,334 L550.7,334.1 L553.1,334.2 L555.5,334.4 L557.9,334.5 L560.3,334.6 L562.8,334.7 L565.2,334.8 L567.6,334.9 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="581.6" y="58" width="142.4" height="135"/><rect x="581.6" y="58" width="142.4" height="135"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="88" x2="611.6" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="118" x2="611.6" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="148" x2="611.6" y2="148"/></g>
<g stroke="rgb(255,140,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="596.6" y1="178" x2="611.6" y2="178"/></g>
</g>
<g id="legendText">
<text x="619.1" y="88" font-size="15" font-family="Verdana">n=4, m=4</text>
<text x="619.1" y="118" font-size="15" font-family="Verdana">n=10, m=4</text>
<text x="619.1" y="148" font-size="15" font-family="Verdana">n=10, m=10</text>
<text x="619.1" y="178" font-size="15" font-family="Verdana">n=4, m=10</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">F Distribution PDF</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="465.7" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="467.7" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="551.9" y2="341"/><line x1="79.2" y1="341" x2="551.9" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,326.9 L84.2,326.9 M82.2,312.9 L84.2,312.9 M82.2,298.8 L84.2,298.8 M82.2,284.8 L84.2,284.8 M82.2,256.7 L84.2,256.7 M82.2,242.6 L84.2,242.6 M82.2,228.6 L84.2,228.6 M82.2,214.5 L84.2,214.5 M82.2,186.4 L84.2,186.4 M82.2,172.4 L84.2,172.4 M82.2,158.3 L84.2,158.3 M82.2,144.3 L84.2,144.3 M82.2,116.2 L84.2,116.2 M82.2,102.1 L84.2,102.1 M82.2,88.1 L84.2,88.1 M82.2,74.05 L84.2,74.05 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M96.37,341 L96.37,343 M108.5,341 L108.5,343 M120.7,341 L120.7,343 M132.9,341 L132.9,343 M157.2,341 L157.2,343 M169.4,341 L169.4,343 M181.5,341 L181.5,343 M193.7,341 L193.7,343 M218,341 L218,343 M230.2,341 L230.2,343 M242.4,341 L242.4,343 M254.5,341 L254.5,343 M278.9,341 L278.9,343 M291,341 L291,343 M303.2,341 L303.2,343 M315.4,341 L315.4,343 M339.7,341 L339.7,343 M351.9,341 L351.9,343 M364,341 L364,343 M376.2,341 L376.2,343 M400.5,341 L400.5,343 M412.7,341 L412.7,343 M424.8,341 L424.8,343 M437,341 L437,343 M461.3,341 L461.3,343 M473.5,341 L473.5,343 M485.7,341 L485.7,343 M497.8,341 L497.8,343 M522.2,341 L522.2,343 M534.3,341 L534.3,343 M546.5,341 L546.5,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,270.7 L84.2,270.7 M79.2,200.5 L84.2,200.5 M79.2,130.2 L84.2,130.2 M79.2,60 L84.2,60 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M145,341 L145,346 M205.9,341 L205.9,346 M266.7,341 L266.7,346 M327.5,341 L327.5,346 M388.3,341 L388.3,346 M449.2,341 L449.2,346 M510,341 L510,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="145" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">1</text>
<text x="205.9" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">2</text>
<text x="266.7" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">3</text>
<text x="327.5" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">4</text>
<text x="388.3" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="449.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">6</text>
<text x="510" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">7</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="273.1" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="202.9" text-anchor="end" font-size="12" font-family="Verdana">1</text>
<text x="73.2" y="132.6" text-anchor="end" font-size="12" font-family="Verdana">1.5</text>
<text x="73.2" y="62.4" text-anchor="end" font-size="12" font-family="Verdana">2</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="318.1" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,-9.388e+078 L86.54,91.83 L88.88,139.4 L91.22,165.7 L93.55,184 L95.89,198.1 L98.23,209.6 L100.6,219.4 L102.9,227.8 L105.2,235.2 L107.6,241.9 L109.9,247.9 L112.3,253.3 L114.6,258.3 L116.9,262.9 L119.3,267.1 L121.6,271 L124,274.7 L126.3,278.1 L128.6,281.3 L131,284.2 L133.3,287 L135.6,289.7 L138,292.2 L140.3,294.5 L142.7,296.7 L145,298.8 L147.3,300.8 L149.7,302.6 L152,304.4 L154.4,306.1 L156.7,307.7 L159,309.2 L161.4,310.6 L163.7,312 L166.1,313.3 L168.4,314.5 L170.7,315.7 L173.1,316.8 L175.4,317.9 L177.7,318.9 L180.1,319.8 L182.4,320.8 L184.8,321.6 L187.1,322.5 L189.4,323.3 L191.8,324 L194.1,324.8 L196.5,325.5 L198.8,326.1 L201.1,326.8 L203.5,327.4 L205.8,327.9 L208.1,328.5 L210.5,329 L212.8,329.5 L215.2,330 L217.5,330.5 L219.8,330.9 L222.2,331.3 L224.5,331.7 L226.9,332.1 L229.2,332.5 L231.5,332.8 L233.9,333.2 L236.2,333.5 L238.5,333.8 L240.9,334.1 L243.2,334.4 L245.6,334.7 L247.9,334.9 L250.2,335.2 L252.6,335.4 L254.9,335.6 L257.3,335.9 L259.6,336.1 L261.9,336.3 L264.3,336.5 L266.6,336.7 L268.9,336.8 L271.3,337 L273.6,337.2 L276,337.3 L278.3,337.5 L280.6,337.6 L283,337.8 L285.3,337.9 L287.7,338 L290,338.1 L292.3,338.2 L294.7,338.4 L297,338.5 L299.4,338.6 L301.7,338.7 L304,338.8 L306.4,338.8 L308.7,338.9 L311,339 L313.4,339.1 L315.7,339.2 L318.1,339.2 L320.4,339.3 L322.7,339.4 L325.1,339.5 L327.4,339.5 L329.8,339.6 L332.1,339.6 L334.4,339.7 L336.8,339.7 L339.1,339.8 L341.4,339.8 L343.8,339.9 L346.1,339.9 L348.5,340 L350.8,340 L353.1,340 L355.5,340.1 L357.8,340.1 L360.2,340.2 L362.5,340.2 L364.8,340.2 L367.2,340.3 L369.5,340.3 L371.8,340.3 L374.2,340.3 L376.5,340.4 L378.9,340.4 L381.2,340.4 L383.5,340.4 L385.9,340.5 L388.2,340.5 L390.6,340.5 L392.9,340.5 L395.2,340.5 L397.6,340.6 L399.9,340.6 L402.2,340.6 L404.6,340.6 L406.9,340.6 L409.3,340.6 L411.6,340.7 L413.9,340.7 L416.3,340.7 L418.6,340.7 L421,340.7 L423.3,340.7 L425.6,340.7 L428,340.7 L430.3,340.7 L432.7,340.8 L435,340.8 L437.3,340.8 L439.7,340.8 L442,340.8 L444.3,340.8 L446.7,340.8 L449,340.8 L451.4,340.8 L453.7,340.8 L456,340.8 L458.4,340.8 L460.7,340.9 L463.1,340.9 L465.4,340.9 L467.7,340.9 L470.1,340.9 L472.4,340.9 L474.7,340.9 L477.1,340.9 L479.4,340.9 L481.8,340.9 L484.1,340.9 L486.4,340.9 L488.8,340.9 L491.1,340.9 L493.5,340.9 L495.8,340.9 L498.1,340.9 L500.5,340.9 L502.8,340.9 L505.1,340.9 L507.5,340.9 L509.8,340.9 L512.2,340.9 L514.5,340.9 L516.8,340.9 L519.2,340.9 L521.5,340.9 L523.9,340.9 L526.2,341 L528.5,341 L530.9,341 L533.2,341 L535.5,341 L537.9,341 L540.2,341 L542.6,341 L544.9,341 L547.2,341 L549.6,341 L551.9,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,200.5 L86.54,205.8 L88.88,210.9 L91.22,215.8 L93.55,220.5 L95.89,225.1 L98.23,229.4 L100.6,233.6 L102.9,237.7 L105.2,241.6 L107.6,245.3 L109.9,249 L112.3,252.4 L114.6,255.8 L116.9,259 L119.3,262.1 L121.6,265 L124,267.9 L126.3,270.7 L128.6,273.3 L131,275.9 L133.3,278.3 L135.6,280.7 L138,283 L140.3,285.2 L142.7,287.3 L145,289.3 L147.3,291.2 L149.7,293.1 L152,294.9 L154.4,296.7 L156.7,298.3 L159,299.9 L161.4,301.5 L163.7,303 L166.1,304.4 L168.4,305.8 L170.7,307.1 L173.1,308.4 L175.4,309.6 L177.7,310.8 L180.1,312 L182.4,313 L184.8,314.1 L187.1,315.1 L189.4,316.1 L191.8,317 L194.1,317.9 L196.5,318.8 L198.8,319.6 L201.1,320.4 L203.5,321.2 L205.8,322 L208.1,322.7 L210.5,323.4 L212.8,324 L215.2,324.7 L217.5,325.3 L219.8,325.9 L222.2,326.5 L224.5,327 L226.9,327.5 L229.2,328 L231.5,328.5 L233.9,329 L236.2,329.5 L238.5,329.9 L240.9,330.3 L243.2,330.7 L245.6,331.1 L247.9,331.5 L250.2,331.8 L252.6,332.2 L254.9,332.5 L257.3,332.8 L259.6,333.1 L261.9,333.4 L264.3,333.7 L266.6,334 L268.9,334.3 L271.3,334.5 L273.6,334.8 L276,335 L278.3,335.2 L280.6,335.4 L283,335.6 L285.3,335.9 L287.7,336 L290,336.2 L292.3,336.4 L294.7,336.6 L297,336.8 L299.4,336.9 L301.7,337.1 L304,337.2 L306.4,337.4 L308.7,337.5 L311,337.6 L313.4,337.8 L315.7,337.9 L318.1,338 L320.4,338.1 L322.7,338.2 L325.1,338.3 L327.4,338.4 L329.8,338.5 L332.1,338.6 L334.4,338.7 L336.8,338.8 L339.1,338.9 L341.4,339 L343.8,339 L346.1,339.1 L348.5,339.2 L350.8,339.2 L353.1,339.3 L355.5,339.4 L357.8,339.4 L360.2,339.5 L362.5,339.6 L364.8,339.6 L367.2,339.7 L369.5,339.7 L371.8,339.8 L374.2,339.8 L376.5,339.9 L378.9,339.9 L381.2,339.9 L383.5,340 L385.9,340 L388.2,340.1 L390.6,340.1 L392.9,340.1 L395.2,340.2 L397.6,340.2 L399.9,340.2 L402.2,340.2 L404.6,340.3 L406.9,340.3 L409.3,340.3 L411.6,340.4 L413.9,340.4 L416.3,340.4 L418.6,340.4 L421,340.4 L423.3,340.5 L425.6,340.5 L428,340.5 L430.3,340.5 L432.7,340.5 L435,340.6 L437.3,340.6 L439.7,340.6 L442,340.6 L444.3,340.6 L446.7,340.6 L449,340.7 L451.4,340.7 L453.7,340.7 L456,340.7 L458.4,340.7 L460.7,340.7 L463.1,340.7 L465.4,340.7 L467.7,340.7 L470.1,340.8 L472.4,340.8 L474.7,340.8 L477.1,340.8 L479.4,340.8 L481.8,340.8 L484.1,340.8 L486.4,340.8 L488.8,340.8 L491.1,340.8 L493.5,340.8 L495.8,340.8 L498.1,340.8 L500.5,340.9 L502.8,340.9 L505.1,340.9 L507.5,340.9 L509.8,340.9 L512.2,340.9 L514.5,340.9 L516.8,340.9 L519.2,340.9 L521.5,340.9 L523.9,340.9 L526.2,340.9 L528.5,340.9 L530.9,340.9 L533.2,340.9 L535.5,340.9 L537.9,340.9 L540.2,340.9 L542.6,340.9 L544.9,340.9 L547.2,340.9 L549.6,340.9 L551.9,340.9 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,341 L86.54,340.9 L88.88,340.6 L91.22,340.2 L93.55,339.6 L95.89,338.9 L98.23,338 L100.6,337.1 L102.9,336.1 L105.2,335 L107.6,333.9 L109.9,332.8 L112.3,331.6 L114.6,330.4 L116.9,329.1 L119.3,327.9 L121.6,326.6 L124,325.4 L126.3,324.2 L128.6,322.9 L131,321.7 L133.3,320.6 L135.6,319.4 L138,318.3 L140.3,317.2 L142.7,316.2 L145,315.2 L147.3,314.2 L149.7,313.3 L152,312.4 L154.4,311.5 L156.7,310.7 L159,309.9 L161.4,309.2 L163.7,308.5 L166.1,307.9 L168.4,307.3 L170.7,306.7 L173.1,306.2 L175.4,305.7 L177.7,305.3 L180.1,304.9 L182.4,304.6 L184.8,304.2 L187.1,304 L189.4,303.7 L191.8,303.5 L194.1,303.3 L196.5,303.2 L198.8,303.1 L201.1,303 L203.5,303 L205.8,303 L208.1,303 L210.5,303 L212.8,303.1 L215.2,303.2 L217.5,303.3 L219.8,303.4 L222.2,303.6 L224.5,303.8 L226.9,304 L229.2,304.2 L231.5,304.4 L233.9,304.7 L236.2,305 L238.5,305.2 L240.9,305.5 L243.2,305.8 L245.6,306.2 L247.9,306.5 L250.2,306.8 L252.6,307.2 L254.9,307.6 L257.3,307.9 L259.6,308.3 L261.9,308.7 L264.3,309.1 L266.6,309.5 L268.9,309.9 L271.3,310.3 L273.6,310.7 L276,311.2 L278.3,311.6 L280.6,312 L283,312.4 L285.3,312.9 L287.7,313.3 L290,313.7 L292.3,314.1 L294.7,314.6 L297,315 L299.4,315.4 L301.7,315.9 L304,316.3 L306.4,316.7 L308.7,317.1 L311,317.5 L313.4,318 L315.7,318.4 L318.1,318.8 L320.4,319.2 L322.7,319.6 L325.1,320 L327.4,320.4 L329.8,320.8 L332.1,321.2 L334.4,321.6 L336.8,321.9 L339.1,322.3 L341.4,322.7 L343.8,323.1 L346.1,323.4 L348.5,323.8 L350.8,324.1 L353.1,324.5 L355.5,324.8 L357.8,325.2 L360.2,325.5 L362.5,325.8 L364.8,326.2 L367.2,326.5 L369.5,326.8 L371.8,327.1 L374.2,327.4 L376.5,327.7 L378.9,328 L381.2,328.3 L383.5,328.6 L385.9,328.9 L388.2,329.2 L390.6,329.4 L392.9,329.7 L395.2,329.9 L397.6,330.2 L399.9,330.5 L402.2,330.7 L404.6,330.9 L406.9,331.2 L409.3,331.4 L411.6,331.6 L413.9,331.9 L416.3,332.1 L418.6,332.3 L421,332.5 L423.3,332.7 L425.6,332.9 L428,333.1 L430.3,333.3 L432.7,333.5 L435,333.7 L437.3,333.9 L439.7,334 L442,334.2 L444.3,334.4 L446.7,334.6 L449,334.7 L451.4,334.9 L453.7,335 L456,335.2 L458.4,335.3 L460.7,335.5 L463.1,335.6 L465.4,335.8 L467.7,335.9 L470.1,336 L472.4,336.2 L474.7,336.3 L477.1,336.4 L479.4,336.5 L481.8,336.6 L484.1,336.8 L486.4,336.9 L488.8,337 L491.1,337.1 L493.5,337.2 L495.8,337.3 L498.1,337.4 L500.5,337.5 L502.8,337.6 L505.1,337.7 L507.5,337.8 L509.8,337.9 L512.2,337.9 L514.5,338 L516.8,338.1 L519.2,338.2 L521.5,338.3 L523.9,338.3 L526.2,338.4 L528.5,338.5 L530.9,338.5 L533.2,338.6 L535.5,338.7 L537.9,338.7 L540.2,338.8 L542.6,338.9 L544.9,338.9 L547.2,339 L549.6,339 L551.9,339.1 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="565.9" y="58" width="158.1" height="105"/><rect x="565.9" y="58" width="158.1" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="580.9" y1="88" x2="595.9" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="580.9" y1="118" x2="595.9" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="580.9" y1="148" x2="595.9" y2="148"/></g>
</g>
<g id="legendText">
<text x="603.4" y="88" font-size="15" font-family="Verdana">shape = 0.75</text>
<text x="603.4" y="118" font-size="15" font-family="Verdana">shape = 1</text>
<text x="603.4" y="148" font-size="15" font-family="Verdana">shape = 3</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Gamma Distribution PDF With Scale = 1</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="750" height ="400" version="1.1"
xmlns:svg ="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns ="http://www.w3.org/2000/svg"
>
<!-- SVG plot written using Boost.Plot program (Creator Jacob Voytko) -->
<!-- Use, modification and distribution of Boost.Plot subject to the -->
<!-- Boost Software License, Version 1.0.-->
<!-- (See accompanying file LICENSE_1_0.txt -->
<!-- or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<clipPath id="plot_window"><rect x="85.2" y="59" width="473.6" height="281"/></clipPath>
<g id="imageBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="0" y="0" width="750" height="400"/></g>
<g id="plotBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="2"><rect x="84.2" y="58" width="475.6" height="283"/></g>
<g id="yMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="yMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="xMinorGrid" stroke="rgb(200,220,255)" stroke-width="0.5"></g>
<g id="xMajorGrid" stroke="rgb(200,220,255)" stroke-width="1"></g>
<g id="yAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="84.2" y1="58" x2="84.2" y2="346"/><line x1="84.2" y1="58" x2="84.2" y2="341"/></g>
<g id="xAxis" stroke="rgb(0,0,0)" stroke-width="1"><line x1="79.2" y1="341" x2="559.8" y2="341"/><line x1="79.2" y1="341" x2="559.8" y2="341"/></g>
<g id="yMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M82.2,334 L84.2,334 M82.2,327 L84.2,327 M82.2,320 L84.2,320 M82.2,313 L84.2,313 M82.2,299 L84.2,299 M82.2,292 L84.2,292 M82.2,285.1 L84.2,285.1 M82.2,278.1 L84.2,278.1 M82.2,264.1 L84.2,264.1 M82.2,257.1 L84.2,257.1 M82.2,250.1 L84.2,250.1 M82.2,243.1 L84.2,243.1 M82.2,229.1 L84.2,229.1 M82.2,222.1 L84.2,222.1 M82.2,215.1 L84.2,215.1 M82.2,208.1 L84.2,208.1 M82.2,194.1 L84.2,194.1 M82.2,187.1 L84.2,187.1 M82.2,180.2 L84.2,180.2 M82.2,173.2 L84.2,173.2 M82.2,159.2 L84.2,159.2 M82.2,152.2 L84.2,152.2 M82.2,145.2 L84.2,145.2 M82.2,138.2 L84.2,138.2 M82.2,124.2 L84.2,124.2 M82.2,117.2 L84.2,117.2 M82.2,110.2 L84.2,110.2 M82.2,103.2 L84.2,103.2 M82.2,89.24 L84.2,89.24 M82.2,82.24 L84.2,82.24 M82.2,75.25 L84.2,75.25 M82.2,68.26 L84.2,68.26 M82.2,341 L84.2,341 " fill="none"/></g>
<g id="xMinorTicks" stroke="rgb(0,0,0)" stroke-width="1"><path d="M125.6,341 L125.6,343 M167,341 L167,343 M208.4,341 L208.4,343 M249.8,341 L249.8,343 M332.6,341 L332.6,343 M374,341 L374,343 M415.4,341 L415.4,343 M456.8,341 L456.8,343 M539.6,341 L539.6,343 " fill="none"/></g>
<g id="yMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M79.2,341 L84.2,341 M79.2,306 L84.2,306 M79.2,271.1 L84.2,271.1 M79.2,236.1 L84.2,236.1 M79.2,201.1 L84.2,201.1 M79.2,166.2 L84.2,166.2 M79.2,131.2 L84.2,131.2 M79.2,96.23 L84.2,96.23 M79.2,61.26 L84.2,61.26 M79.2,341 L84.2,341 " fill="none"/></g>
<g id="xMajorTicks" stroke="rgb(0,0,0)" stroke-width="2"><path d="M84.2,341 L84.2,346 M291.2,341 L291.2,346 M498.2,341 L498.2,346 " fill="none"/></g>
<g id="xTicksValues">
<text x="84.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">0</text>
<text x="291.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">5</text>
<text x="498.2" y="361.6" text-anchor="middle" font-size="12" font-family="Verdana">10</text></g>
<g id="yTicksValues">
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text>
<text x="73.2" y="308.4" text-anchor="end" font-size="12" font-family="Verdana">0.1</text>
<text x="73.2" y="273.5" text-anchor="end" font-size="12" font-family="Verdana">0.2</text>
<text x="73.2" y="238.5" text-anchor="end" font-size="12" font-family="Verdana">0.3</text>
<text x="73.2" y="203.5" text-anchor="end" font-size="12" font-family="Verdana">0.4</text>
<text x="73.2" y="168.6" text-anchor="end" font-size="12" font-family="Verdana">0.5</text>
<text x="73.2" y="133.6" text-anchor="end" font-size="12" font-family="Verdana">0.6</text>
<text x="73.2" y="98.63" text-anchor="end" font-size="12" font-family="Verdana">0.7</text>
<text x="73.2" y="63.66" text-anchor="end" font-size="12" font-family="Verdana">0.8</text>
<text x="73.2" y="343.4" text-anchor="end" font-size="12" font-family="Verdana">0</text></g>
<g id="yLabel">
<text x="42.9" y="199.5" text-anchor="middle" transform = "rotate(-90 42.9 199.5 )" font-size="14" font-family="Verdana">Probability</text></g>
<g id="xLabel">
<text x="322" y="376.7" text-anchor="middle" font-size="14" font-family="Verdana">Random Variable</text></g>
<g id="plotLines" stroke-width="2"><g clip-path="url(#plot_window)" stroke="rgb(0,0,139)" stroke-width="1"><path d="M84.2,341 L86.58,269.4 L88.96,213.3 L91.33,170.3 L93.71,138 L96.09,114.8 L98.47,99.06 L100.8,89.36 L103.2,84.62 L105.6,83.87 L108,86.3 L110.4,91.23 L112.7,98.09 L115.1,106.4 L117.5,115.8 L119.9,125.9 L122.2,136.4 L124.6,147.2 L127,158.1 L129.4,168.9 L131.8,179.5 L134.1,189.8 L136.5,199.8 L138.9,209.4 L141.3,218.6 L143.6,227.3 L146,235.6 L148.4,243.4 L150.8,250.8 L153.2,257.7 L155.5,264.2 L157.9,270.2 L160.3,275.9 L162.7,281.1 L165,286 L167.4,290.5 L169.8,294.7 L172.2,298.6 L174.6,302.2 L176.9,305.5 L179.3,308.5 L181.7,311.3 L184.1,313.9 L186.4,316.3 L188.8,318.4 L191.2,320.4 L193.6,322.3 L196,323.9 L198.3,325.5 L200.7,326.9 L203.1,328.1 L205.5,329.3 L207.8,330.4 L210.2,331.3 L212.6,332.2 L215,333 L217.4,333.8 L219.7,334.4 L222.1,335 L224.5,335.6 L226.9,336.1 L229.2,336.6 L231.6,337 L234,337.4 L236.4,337.7 L238.8,338 L241.1,338.3 L243.5,338.6 L245.9,338.8 L248.3,339 L250.6,339.2 L253,339.4 L255.4,339.5 L257.8,339.7 L260.2,339.8 L262.5,339.9 L264.9,340 L267.3,340.1 L269.7,340.2 L272,340.3 L274.4,340.3 L276.8,340.4 L279.2,340.5 L281.6,340.5 L283.9,340.6 L286.3,340.6 L288.7,340.6 L291.1,340.7 L293.4,340.7 L295.8,340.7 L298.2,340.8 L300.6,340.8 L303,340.8 L305.3,340.8 L307.7,340.8 L310.1,340.9 L312.5,340.9 L314.8,340.9 L317.2,340.9 L319.6,340.9 L322,340.9 L324.4,340.9 L326.7,340.9 L329.1,340.9 L331.5,340.9 L333.9,341 L336.2,341 L338.6,341 L341,341 L343.4,341 L345.8,341 L348.1,341 L350.5,341 L352.9,341 L355.3,341 L357.6,341 L360,341 L362.4,341 L364.8,341 L367.2,341 L369.5,341 L371.9,341 L374.3,341 L376.7,341 L379,341 L381.4,341 L383.8,341 L386.2,341 L388.6,341 L390.9,341 L393.3,341 L395.7,341 L398.1,341 L400.4,341 L402.8,341 L405.2,341 L407.6,341 L410,341 L412.3,341 L414.7,341 L417.1,341 L419.5,341 L421.8,341 L424.2,341 L426.6,341 L429,341 L431.4,341 L433.7,341 L436.1,341 L438.5,341 L440.9,341 L443.2,341 L445.6,341 L448,341 L450.4,341 L452.8,341 L455.1,341 L457.5,341 L459.9,341 L462.3,341 L464.6,341 L467,341 L469.4,341 L471.8,341 L474.2,341 L476.5,341 L478.9,341 L481.3,341 L483.7,341 L486,341 L488.4,341 L490.8,341 L493.2,341 L495.6,341 L497.9,341 L500.3,341 L502.7,341 L505.1,341 L507.4,341 L509.8,341 L512.2,341 L514.6,341 L517,341 L519.3,341 L521.7,341 L524.1,341 L526.5,341 L528.8,341 L531.2,341 L533.6,341 L536,341 L538.4,341 L540.7,341 L543.1,341 L545.5,341 L547.9,341 L550.2,341 L552.6,341 L555,341 L557.4,341 L559.8,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(139,0,0)" stroke-width="1"><path d="M84.2,341 L86.58,322 L88.96,305.2 L91.33,290.3 L93.71,277.2 L96.09,265.7 L98.47,255.6 L100.8,247 L103.2,239.5 L105.6,233.2 L108,227.9 L110.4,223.6 L112.7,220 L115.1,217.3 L117.5,215.2 L119.9,213.7 L122.2,212.8 L124.6,212.4 L127,212.4 L129.4,212.9 L131.8,213.7 L134.1,214.7 L136.5,216.1 L138.9,217.7 L141.3,219.5 L143.6,221.5 L146,223.7 L148.4,226 L150.8,228.4 L153.2,230.9 L155.5,233.4 L157.9,236.1 L160.3,238.7 L162.7,241.4 L165,244.1 L167.4,246.8 L169.8,249.5 L172.2,252.3 L174.6,254.9 L176.9,257.6 L179.3,260.2 L181.7,262.8 L184.1,265.4 L186.4,267.9 L188.8,270.4 L191.2,272.8 L193.6,275.2 L196,277.5 L198.3,279.8 L200.7,282 L203.1,284.2 L205.5,286.3 L207.8,288.3 L210.2,290.3 L212.6,292.2 L215,294.1 L217.4,295.9 L219.7,297.7 L222.1,299.4 L224.5,301 L226.9,302.6 L229.2,304.1 L231.6,305.6 L234,307.1 L236.4,308.4 L238.8,309.8 L241.1,311.1 L243.5,312.3 L245.9,313.5 L248.3,314.7 L250.6,315.8 L253,316.8 L255.4,317.9 L257.8,318.9 L260.2,319.8 L262.5,320.7 L264.9,321.6 L267.3,322.4 L269.7,323.2 L272,324 L274.4,324.8 L276.8,325.5 L279.2,326.2 L281.6,326.8 L283.9,327.4 L286.3,328.1 L288.7,328.6 L291.1,329.2 L293.4,329.7 L295.8,330.2 L298.2,330.7 L300.6,331.2 L303,331.6 L305.3,332.1 L307.7,332.5 L310.1,332.9 L312.5,333.2 L314.8,333.6 L317.2,333.9 L319.6,334.3 L322,334.6 L324.4,334.9 L326.7,335.1 L329.1,335.4 L331.5,335.7 L333.9,335.9 L336.2,336.2 L338.6,336.4 L341,336.6 L343.4,336.8 L345.8,337 L348.1,337.2 L350.5,337.4 L352.9,337.6 L355.3,337.7 L357.6,337.9 L360,338 L362.4,338.2 L364.8,338.3 L367.2,338.4 L369.5,338.6 L371.9,338.7 L374.3,338.8 L376.7,338.9 L379,339 L381.4,339.1 L383.8,339.2 L386.2,339.3 L388.6,339.4 L390.9,339.4 L393.3,339.5 L395.7,339.6 L398.1,339.6 L400.4,339.7 L402.8,339.8 L405.2,339.8 L407.6,339.9 L410,339.9 L412.3,340 L414.7,340 L417.1,340.1 L419.5,340.1 L421.8,340.2 L424.2,340.2 L426.6,340.3 L429,340.3 L431.4,340.3 L433.7,340.4 L436.1,340.4 L438.5,340.4 L440.9,340.5 L443.2,340.5 L445.6,340.5 L448,340.5 L450.4,340.6 L452.8,340.6 L455.1,340.6 L457.5,340.6 L459.9,340.6 L462.3,340.7 L464.6,340.7 L467,340.7 L469.4,340.7 L471.8,340.7 L474.2,340.7 L476.5,340.7 L478.9,340.8 L481.3,340.8 L483.7,340.8 L486,340.8 L488.4,340.8 L490.8,340.8 L493.2,340.8 L495.6,340.8 L497.9,340.8 L500.3,340.8 L502.7,340.9 L505.1,340.9 L507.4,340.9 L509.8,340.9 L512.2,340.9 L514.6,340.9 L517,340.9 L519.3,340.9 L521.7,340.9 L524.1,340.9 L526.5,340.9 L528.8,340.9 L531.2,340.9 L533.6,340.9 L536,340.9 L538.4,340.9 L540.7,340.9 L543.1,340.9 L545.5,340.9 L547.9,340.9 L550.2,340.9 L552.6,341 L555,341 L557.4,341 L559.8,341 " fill="none"/></g>
<g clip-path="url(#plot_window)" stroke="rgb(0,100,0)" stroke-width="1"><path d="M84.2,341 L86.58,336.1 L88.96,331.5 L91.33,327.2 L93.71,323.1 L96.09,319.3 L98.47,315.6 L100.8,312.3 L103.2,309.1 L105.6,306.1 L108,303.3 L110.4,300.7 L112.7,298.3 L115.1,296.1 L117.5,294 L119.9,292 L122.2,290.3 L124.6,288.6 L127,287.1 L129.4,285.7 L131.8,284.5 L134.1,283.3 L136.5,282.3 L138.9,281.3 L141.3,280.5 L143.6,279.8 L146,279.1 L148.4,278.6 L150.8,278.1 L153.2,277.7 L155.5,277.4 L157.9,277.1 L160.3,276.9 L162.7,276.8 L165,276.7 L167.4,276.7 L169.8,276.7 L172.2,276.8 L174.6,276.9 L176.9,277.1 L179.3,277.3 L181.7,277.6 L184.1,277.9 L186.4,278.2 L188.8,278.6 L191.2,278.9 L193.6,279.4 L196,279.8 L198.3,280.3 L200.7,280.8 L203.1,281.3 L205.5,281.8 L207.8,282.4 L210.2,282.9 L212.6,283.5 L215,284.1 L217.4,284.7 L219.7,285.3 L222.1,285.9 L224.5,286.6 L226.9,287.2 L229.2,287.9 L231.6,288.5 L234,289.2 L236.4,289.9 L238.8,290.5 L241.1,291.2 L243.5,291.9 L245.9,292.6 L248.3,293.2 L250.6,293.9 L253,294.6 L255.4,295.3 L257.8,296 L260.2,296.6 L262.5,297.3 L264.9,298 L267.3,298.6 L269.7,299.3 L272,300 L274.4,300.6 L276.8,301.3 L279.2,301.9 L281.6,302.6 L283.9,303.2 L286.3,303.8 L288.7,304.5 L291.1,305.1 L293.4,305.7 L295.8,306.3 L298.2,306.9 L300.6,307.5 L303,308.1 L305.3,308.7 L307.7,309.3 L310.1,309.8 L312.5,310.4 L314.8,311 L317.2,311.5 L319.6,312 L322,312.6 L324.4,313.1 L326.7,313.6 L329.1,314.1 L331.5,314.6 L333.9,315.1 L336.2,315.6 L338.6,316.1 L341,316.6 L343.4,317.1 L345.8,317.5 L348.1,318 L350.5,318.4 L352.9,318.9 L355.3,319.3 L357.6,319.8 L360,320.2 L362.4,320.6 L364.8,321 L367.2,321.4 L369.5,321.8 L371.9,322.2 L374.3,322.6 L376.7,322.9 L379,323.3 L381.4,323.7 L383.8,324 L386.2,324.4 L388.6,324.7 L390.9,325.1 L393.3,325.4 L395.7,325.7 L398.1,326 L400.4,326.3 L402.8,326.7 L405.2,327 L407.6,327.3 L410,327.5 L412.3,327.8 L414.7,328.1 L417.1,328.4 L419.5,328.7 L421.8,328.9 L424.2,329.2 L426.6,329.4 L429,329.7 L431.4,329.9 L433.7,330.2 L436.1,330.4 L438.5,330.6 L440.9,330.9 L443.2,331.1 L445.6,331.3 L448,331.5 L450.4,331.7 L452.8,331.9 L455.1,332.1 L457.5,332.3 L459.9,332.5 L462.3,332.7 L464.6,332.9 L467,333.1 L469.4,333.2 L471.8,333.4 L474.2,333.6 L476.5,333.7 L478.9,333.9 L481.3,334.1 L483.7,334.2 L486,334.4 L488.4,334.5 L490.8,334.7 L493.2,334.8 L495.6,335 L497.9,335.1 L500.3,335.2 L502.7,335.4 L505.1,335.5 L507.4,335.6 L509.8,335.7 L512.2,335.9 L514.6,336 L517,336.1 L519.3,336.2 L521.7,336.3 L524.1,336.4 L526.5,336.5 L528.8,336.6 L531.2,336.7 L533.6,336.8 L536,336.9 L538.4,337 L540.7,337.1 L543.1,337.2 L545.5,337.3 L547.9,337.4 L550.2,337.5 L552.6,337.5 L555,337.6 L557.4,337.7 L559.8,337.8 " fill="none"/></g>
</g>
<g id="plotPoints" clip-path="url(#plot_window)"></g>
<g id="legendBackground" stroke="rgb(119,136,153)" fill="rgb(255,255,255)" stroke-width="1"><rect x="573.8" y="58" width="150.2" height="105"/><rect x="573.8" y="58" width="150.2" height="105"/></g>
<g id="legendPoints"><g stroke="rgb(0,0,139)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="88" x2="603.8" y2="88"/></g>
<g stroke="rgb(139,0,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="118" x2="603.8" y2="118"/></g>
<g stroke="rgb(0,100,0)" fill="rgb(255,255,255)" stroke-width="1"><line x1="588.8" y1="148" x2="603.8" y2="148"/></g>
</g>
<g id="legendText">
<text x="611.3" y="88" font-size="15" font-family="Verdana">scale = 0.5</text>
<text x="611.3" y="118" font-size="15" font-family="Verdana">scale = 1</text>
<text x="611.3" y="148" font-size="15" font-family="Verdana">scale = 2</text></g>
<g id="title">
<text x="375" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Gamma Distribution PDF With Shape = 2</text></g>
<g id="plotXValues"></g>
<g id="plotYValues"></g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Some files were not shown because too many files have changed in this diff Show More