(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. ***********************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 649280, 28911]*) (*NotebookOutlinePosition[ 650420, 28947]*) (* CellTagsIndexPosition[ 650376, 28943]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell[TextData[{ "PSYCHOMETRICA\n\n", StyleBox["Functions for Fitting and Plotting Psychometric Data", FontSize->20] }], "Title", Evaluatable->False, AspectRatioFixed->False], Cell["\[Copyright]1995-1999 Andrew B. Watson", "SmallText", Evaluatable->False, TextAlignment->Right, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Credits & Version"], "Section", Evaluatable->False, AspectRatioFixed->False], Cell[TextData[{ "Copyright 1995-1999 by Andrew B. Watson. All rights reserved. Do not \ distribute or reproduce without permission. No warranties expressed or \ implied. This is Version 3.1 , compatible with ", StyleBox["Mathematica", FontSlant->"Italic"], " 3.0" }], "Text", Evaluatable->False, AspectRatioFixed->False] }, Open ]], Cell[CellGroupData[{ Cell[TextData["History"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["1.0->2.0"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Changed label location in PsychometricPlot.\nTook shift argument out of all \ psychometric functions, and all examples using such functions.\nSeveral \ arguments changed to options in PsychometricFit. Added FitLimits option.\n\ PsychometricFit now accepts a list of tables or the output of \ QuestExperiment.\nPsychometricPlot accepts multiple fits.\nAdded PNames to \ each psychometric function.\nComplete print of parameters in \ PsychometricPlot.\nUnderflow messages turned Off and On in psychometric \ functions.\nTerm \"value\" changed to \"strength\" throughout."], "Text", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData["2.0->2.1"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["added LinearrPF 6/30/96"], "Text", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData["2.1->2.2"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "dropped LinearPF\nadded UniformPF\nadded ArgumentNames\ndropped PNames data \ for each PF.\nlightened gray of errorbars (.5-.75)\nmoved errorbars behind \ data points"], "Text", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell["2.2-3.0", "Subsection"], Cell["\<\ Changed underflow message name from \"under\" to \"unfl\" in \ LogWeibullPF and NormalPF. 9/22/97\ \>", "Text"] }, Closed]], Cell[CellGroupData[{ Cell["3.0->3.1", "Subsection"], Cell["\<\ Improved automatic initial estimate of threshold in \ PsychometricFit. Option PlotError added.\ \>", "Text"], Cell[TextData[{ "Removed Statistics`ContinuousDistributions` from initializations.\nRemoved \ ArgumentNames (is in Miscellany.m).\nAdded ", "Off[", StyleBox["General::spell1]", FontWeight->"Plain", FontColor->RGBColor[1, 0, 0]] }], "Text"], Cell["Off[Power::\"infy\"] in PsychometricFit", "Text"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Introduction"], "Section", Evaluatable->False, AspectRatioFixed->False], Cell[TextData[ "These functions implement general fitting and plotting of psychometric data. \ Weibull, Normal and Logistic psychometric functions are also defined. Some \ background reading on the fitting method is available in:\n\nWatson, A. B. \ (1979). Probability summation over time. Vision Research 19, 515-522."], "Text", Evaluatable->False, AspectRatioFixed->False], Cell[TextData[ "This Notebook begins with function definitions and some documentation. If \ you are not concerned with implementation, and want only to use the \ functions, take a look at the Tutorial."], "Text", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell["Preliminaries", "Section", Evaluatable->False, AspectRatioFixed->True], Cell["Needs[\"Utilities`FilterOptions`\"]", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[BoxData[ \(<< Miscellany.m\)], "Input", InitializationCell->True], Cell[TextData[{ "Off[", StyleBox["General::spell1]", FontWeight->"Plain", FontColor->RGBColor[1, 0, 0]] }], "Input", InitializationCell->True, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell["Psychometric Functions", "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "The following are definitions for a number of commonly used psychometric \ functions, which describe probability of a positive response (yes, or \ correct) as a function of some measure of stimulus strength. They are \ typically cumulative probability distribution functions, ammended by guessing \ and lapsing factors. All the functions defined here follow a standard form \ f[x_,p_List] where p is a list of parameters. This standard form allows the \ functions to be used by fitting routines and by the Quest staircase procedure \ (see Quest.ma). User-written functions should follow the same convention to \ obtain these capabilities."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["LogWeibullPF ", "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "The Weibull function has proven usefull as a description of the human \ psychometric function (proportion correct versus signal strength) for visual \ detection of threshold stimuli. The following are some useful references."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Nachmias, J. (1981). On the psychometric function for contrast detection. \ Vision Research 21(2), 215-223.\n\nQuick, R. F. (1974). A vector magnitude \ model of contrast detection. Kybernetik 16, 65-67.\n\nWatson, A. B. (1979). \ Probability summation over time. Vision Research 19, 515-522.\n\nWeibull, W. \ (1951). A statistical distribution function of wide applicability. J. appl \ Mech. 18, 292-297."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "As a psychometric function, the Weibull is expressed as a function of a \ logarithmic (or decibel) range, which we call the LogWeibullPF function. The \ LogWeibullPF function is actually equivalent to the cumulative density \ function of the density known alternately as the Log Weibull distribution, \ the Extreme Value Distribution, the Gumbel distribution, or the Fisher-Tippet \ distribution."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ LogWeibullPF::usage = \ \"LogWeibullPF[x_,{threshold_,slope_,guess_,lapse_}]]: This is a Weibull \ psychometric function, defined on a decibel (dB) abscissa. The stimulus \ strength in dB is x, the threshold in dB is threshold, the slope is slope, \ the guessing rate is guess, the lapsing rate is lapse. The function returns \ a probability of success.\";\ \>", "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->False], Cell["\<\ LogWeibullPF[x_,{threshold_,slope_,guess_,lapse_}] := Module[{p}, Off[General::unfl]; p=N[guess + (1-guess-lapse) (1- \t\t\tExp[- (dBInverse[x - threshold]) ^ slope])]; \t On[General::unfl]; \t p]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData["This version is retained for backward compatibility."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ LogWeibullPF[x_,threshold_,p_List]:= LogWeibullPF[x,Prepend[p,threshold]]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData[ "Plot[LogWeibullPF[x,{0.,1.,0,0}],{x,-600000,600000}\n,PlotRange->{0,1} \ ,Frame->True,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Examples"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["LogWeibullPF[Range[-6,6],{0.,4.,0,.01}]"], "Input", AspectRatioFixed->True], Cell[OutputFormData[ "\<\ {0.06053494713099659, 0.0942109561444001, 0.1451022417501507, 0.2199031393582535, 0.3251258513634773, 0.4632386505411203, 0.6257993532402722, 0.7870800125873235, 0.909696073983521, 0.971521031684096, 0.988199379192804, 0.989955054069535, 0.989999870421928}\ \>", "\<\ {0.0605349, 0.094211, 0.145102, 0.219903, 0.325126, 0.463239, 0.625799, 0.78708, 0.909696, 0.971521, 0.988199, 0.989955, 0.99}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Some illustrative plots"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "Plot[LogWeibullPF[x,{0.,4.,0,.01}],{x,-6,6} ,PlotRange->{0,1} \ ,Frame->True,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.0793651 0 0.618034 [ [(-6)] .02381 0 0 2 0 Minner Mrotsboxa [(-4)] .18254 0 0 2 0 Minner Mrotsboxa [(-2)] .34127 0 0 2 0 Minner Mrotsboxa [(0)] .5 0 0 2 0 Minner Mrotsboxa [(2)] .65873 0 0 2 0 Minner Mrotsboxa [(4)] .81746 0 0 2 0 Minner Mrotsboxa [(6)] .97619 0 0 2 0 Minner Mrotsboxa [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotsboxa [(0)] -0.0125 0 1 0 0 Minner Mrotsboxa [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotsboxa [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotsboxa [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotsboxa [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotsboxa [(1)] -0.0125 .61803 1 0 0 Minner Mrotsboxa [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotsboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-6)] .02381 0 0 2 0 Minner Mrotshowa p .002 w .18254 0 m .18254 .00625 L s P [(-4)] .18254 0 0 2 0 Minner Mrotshowa p .002 w .34127 0 m .34127 .00625 L s P [(-2)] .34127 0 0 2 0 Minner Mrotshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 0 Minner Mrotshowa p .002 w .65873 0 m .65873 .00625 L s P [(2)] .65873 0 0 2 0 Minner Mrotshowa p .002 w .81746 0 m .81746 .00625 L s P [(4)] .81746 0 0 2 0 Minner Mrotshowa p .002 w .97619 0 m .97619 .00625 L s P [(6)] .97619 0 0 2 0 Minner Mrotshowa p .001 w .05556 0 m .05556 .00375 L s P p .001 w .0873 0 m .0873 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .15079 0 m .15079 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .24603 0 m .24603 .00375 L s P p .001 w .27778 0 m .27778 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .37302 0 m .37302 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .43651 0 m .43651 .00375 L s P p .001 w .46825 0 m .46825 .00375 L s P p .001 w .53175 0 m .53175 .00375 L s P p .001 w .56349 0 m .56349 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .62698 0 m .62698 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .72222 0 m .72222 .00375 L s P p .001 w .75397 0 m .75397 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .84921 0 m .84921 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .9127 0 m .9127 .00375 L s P p .001 w .94444 0 m .94444 .00375 L s P [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotshowa p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 0 Minner Mrotshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 0 Minner Mrotshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotshowa p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .18254 .61178 m .18254 .61803 L s P p .002 w .34127 .61178 m .34127 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .65873 .61178 m .65873 .61803 L s P p .002 w .81746 .61178 m .81746 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .05556 .61428 m .05556 .61803 L s P p .001 w .0873 .61428 m .0873 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .15079 .61428 m .15079 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .24603 .61428 m .24603 .61803 L s P p .001 w .27778 .61428 m .27778 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .37302 .61428 m .37302 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .43651 .61428 m .43651 .61803 L s P p .001 w .46825 .61428 m .46825 .61803 L s P p .001 w .53175 .61428 m .53175 .61803 L s P p .001 w .56349 .61428 m .56349 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .62698 .61428 m .62698 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .72222 .61428 m .72222 .61803 L s P p .001 w .75397 .61428 m .75397 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .84921 .61428 m .84921 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .9127 .61428 m .9127 .61803 L s P p .001 w .94444 .61428 m .94444 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .03741 m .06349 .04672 L .10317 .05823 L .14286 .07238 L .18254 .08968 L .22222 .11067 L .2619 .13591 L .30159 .16588 L .34127 .20094 L .38095 .24119 L .42063 .2863 L .46032 .33537 L .5 .38677 L .53968 .43811 L .57937 .48644 L .61905 .52866 L .65873 .56222 L .67857 .57532 L .69841 .58595 L .71825 .59425 L .7381 .60043 L .74802 .60283 L .75794 .60483 L .76786 .60646 L .77778 .60778 L .7877 .60883 L .79762 .60964 L .80754 .61027 L .81746 .61074 L .82738 .61109 L .8373 .61134 L .84226 .61143 L .84722 .61151 L .85218 .61158 L .85714 .61164 L .8621 .61168 L .86706 .61172 L .87202 .61175 L .87698 .61177 L .88194 .61179 L .8869 .61181 L .89187 .61182 L .89683 .61183 L .90179 .61183 L .90675 .61184 L .91171 .61184 L .91667 .61185 L .92163 .61185 L .92659 .61185 L .93155 .61185 L Mistroke .93651 .61185 L .94147 .61185 L .94395 .61185 L .94643 .61185 L .94891 .61185 L .95139 .61185 L .95387 .61185 L .95635 .61185 L .95883 .61185 L .96131 .61185 L .96379 .61185 L .96627 .61185 L .96875 .61185 L .97123 .61185 L .97619 .61185 L Mfstroke P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Plot[Evaluate[Table[LogWeibullPF[x,{0.,2.^s,0,.01}] ,{s,0,4}]],{x,-4,4} \ ,PlotRange->{0,1} ,Frame->True,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.119048 0 0.618034 [ [(-4)] .02381 0 0 2 0 Minner Mrotsboxa [(-2)] .2619 0 0 2 0 Minner Mrotsboxa [(0)] .5 0 0 2 0 Minner Mrotsboxa [(2)] .7381 0 0 2 0 Minner Mrotsboxa [(4)] .97619 0 0 2 0 Minner Mrotsboxa [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotsboxa [(0)] -0.0125 0 1 0 0 Minner Mrotsboxa [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotsboxa [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotsboxa [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotsboxa [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotsboxa [(1)] -0.0125 .61803 1 0 0 Minner Mrotsboxa [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotsboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-4)] .02381 0 0 2 0 Minner Mrotshowa p .002 w .2619 0 m .2619 .00625 L s P [(-2)] .2619 0 0 2 0 Minner Mrotshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 0 Minner Mrotshowa p .002 w .7381 0 m .7381 .00625 L s P [(2)] .7381 0 0 2 0 Minner Mrotshowa p .002 w .97619 0 m .97619 .00625 L s P [(4)] .97619 0 0 2 0 Minner Mrotshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotshowa p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 0 Minner Mrotshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 0 Minner Mrotshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotshowa p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .2863 m .06349 .29424 L .10317 .30228 L .14286 .31042 L .18254 .31865 L .22222 .32697 L .2619 .33537 L .30159 .34383 L .34127 .35234 L .38095 .36091 L .42063 .36951 L .46032 .37813 L .5 .38677 L .53968 .3954 L .57937 .40402 L .61905 .41262 L .65873 .42118 L .69841 .42968 L .7381 .43811 L .77778 .44646 L .81746 .45471 L .85714 .46285 L .89683 .47086 L .93651 .47873 L .97619 .48644 L s P P p p .004 w .02381 .20094 m .06349 .21378 L .10317 .2272 L .14286 .24119 L .18254 .25571 L .22222 .27076 L .2619 .2863 L .30159 .30228 L .34127 .31865 L .38095 .33537 L .42063 .35234 L .46032 .36951 L .5 .38677 L .53968 .40402 L .57937 .42118 L .61905 .43811 L .65873 .45471 L .69841 .47086 L .7381 .48644 L .77778 .50134 L .81746 .51544 L .85714 .52866 L .89683 .5409 L .93651 .5521 L .97619 .56222 L s P P p p .004 w .02381 .08968 m .06349 .10323 L .10317 .11859 L .14286 .13591 L .18254 .15534 L .22222 .17699 L .2619 .20094 L .30159 .2272 L .34127 .25571 L .38095 .2863 L .42063 .31865 L .46032 .35234 L .5 .38677 L .53968 .42118 L .57937 .45471 L .61905 .48644 L .65873 .51544 L .69841 .5409 L .7381 .56222 L .77778 .57914 L .79762 .58595 L .81746 .59173 L .8373 .59653 L .85714 .60043 L .87698 .60354 L .89683 .60595 L .91667 .60778 L .93651 .60912 L .94643 .60964 L .95635 .61008 L .97619 .61074 L s P P p p .004 w .02381 .01518 m .06349 .02054 L .10317 .02775 L .14286 .03741 L .18254 .05029 L .22222 .06734 L .2619 .08968 L .30159 .11859 L .34127 .15534 L .38095 .20094 L .42063 .25571 L .46032 .31865 L .5 .38677 L .53968 .45471 L .57937 .51544 L .59921 .5409 L .61905 .56222 L .63889 .57914 L .64881 .58595 L .65873 .59173 L .67857 .60043 L .68849 .60354 L .69841 .60595 L .70833 .60778 L .71825 .60912 L .72321 .60964 L .72817 .61008 L .7381 .61074 L .74306 .61098 L .74802 .61118 L .75298 .61134 L .75794 .61146 L .7629 .61156 L .76786 .61164 L .77282 .61169 L .77778 .61174 L .78274 .61177 L .7877 .6118 L .79266 .61181 L .79762 .61183 L .8001 .61183 L .80258 .61183 L .80506 .61184 L .80754 .61184 L .8125 .61185 L .81498 .61185 L .81746 .61185 L .81994 .61185 L .82242 .61185 L .8249 .61185 L Mistroke .82738 .61185 L .83234 .61185 L .83482 .61185 L .8373 .61185 L .83978 .61185 L .84226 .61185 L .84474 .61185 L .84722 .61185 L .8497 .61185 L .85218 .61185 L .85466 .61185 L .85714 .61185 L .85962 .61185 L .8621 .61185 L .86458 .61185 L .86706 .61185 L .86954 .61185 L .87202 .61185 L .8745 .61185 L .87698 .61185 L .87946 .61185 L .88194 .61185 L .88442 .61185 L .88566 .61185 L .8869 .61185 L .88814 .61185 L .88938 .61185 L .89187 .61185 L .89311 .61185 L .89435 .61185 L .89559 .61185 L .89683 .61185 L .89807 .61185 L .89931 .61185 L .90055 .61185 L .90179 .61185 L .90427 .61185 L .90551 .61185 L .90675 .61185 L .90799 .61185 L .90923 .61185 L .91171 .61185 L .91295 .61185 L .91419 .61185 L .91543 .61185 L .91667 .61185 L .91791 .61185 L .91915 .61185 L .92039 .61185 L .92163 .61185 L Mistroke .92287 .61185 L .92411 .61185 L .92535 .61185 L .92659 .61185 L .92783 .61185 L .92907 .61185 L .93031 .61185 L .93155 .61185 L .93279 .61185 L .93403 .61185 L .93527 .61185 L .93651 .61185 L .93775 .61185 L .93899 .61185 L .94023 .61185 L .94147 .61185 L .94271 .61185 L .94395 .61185 L .94519 .61185 L .94643 .61185 L .94767 .61185 L .94891 .61185 L .95015 .61185 L .95139 .61185 L .95263 .61185 L .95387 .61185 L .95511 .61185 L .95635 .61185 L .95759 .61185 L .95883 .61185 L .96007 .61185 L .96131 .61185 L .96255 .61185 L .96379 .61185 L .96627 .61185 L .96751 .61185 L .96875 .61185 L .96999 .61185 L .97123 .61185 L .97619 .61185 L Mfstroke P P p p .004 w .02381 .00039 m .04365 .00052 L .06349 .00071 L .08333 .00097 L .10317 .00132 L .12302 .00179 L .14286 .00243 L .1627 .0033 L .18254 .00448 L .20238 .00609 L .22222 .00826 L .24206 .0112 L .2619 .01518 L .28175 .02054 L .30159 .02775 L .32143 .03741 L .34127 .05029 L .36111 .06734 L .38095 .08968 L .40079 .11859 L .42063 .15534 L .46032 .25571 L .5 .38677 L .51984 .45471 L .53968 .51544 L .5496 .5409 L .55952 .56222 L .56944 .57914 L .5744 .58595 L .57937 .59173 L .58929 .60043 L .59425 .60354 L .59921 .60595 L .60417 .60778 L .60913 .60912 L .61161 .60964 L .61409 .61008 L .61905 .61074 L .62153 .61098 L .62401 .61118 L .62649 .61134 L .62897 .61146 L .63145 .61156 L .63393 .61164 L .63641 .61169 L .63889 .61174 L .64137 .61177 L .64385 .6118 L .64633 .61181 L .64881 .61183 L Mistroke .65129 .61183 L .65253 .61184 L .65377 .61184 L .65501 .61184 L .65625 .61185 L .65749 .61185 L .65873 .61185 L .65997 .61185 L .66121 .61185 L .66369 .61185 L .66493 .61185 L .66617 .61185 L .66741 .61185 L .66865 .61185 L .66989 .61185 L .67113 .61185 L .67237 .61185 L .67361 .61185 L .67485 .61185 L .67609 .61185 L .67733 .61185 L .67857 .61185 L .67981 .61185 L .68105 .61185 L .68229 .61185 L .68353 .61185 L .68477 .61185 L .68601 .61185 L .68725 .61185 L .68849 .61185 L .68973 .61185 L .69097 .61185 L .69221 .61185 L .69345 .61185 L .69469 .61185 L .69593 .61185 L .69717 .61185 L .69841 .61185 L .69965 .61185 L .70089 .61185 L .70213 .61185 L .70337 .61185 L .70461 .61185 L .70585 .61185 L .70709 .61185 L .70833 .61185 L .70957 .61185 L .71081 .61185 L .71205 .61185 L .71329 .61185 L Mistroke .71453 .61185 L .71577 .61185 L .71701 .61185 L .71825 .61185 L .71949 .61185 L .72073 .61185 L .72197 .61185 L .72321 .61185 L .72445 .61185 L .72569 .61185 L .72693 .61185 L .72817 .61185 L .72941 .61185 L .73065 .61185 L .73189 .61185 L .73313 .61185 L .73438 .61185 L .73562 .61185 L .7381 .61185 L .74058 .61185 L .74306 .61185 L .74802 .61185 L .75794 .61185 L .77778 .61185 L .81746 .61185 L .85714 .61185 L .89683 .61185 L .93651 .61185 L .97619 .61185 L Mfstroke P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{364, 224}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Plot[Evaluate[LogWeibullPF[x,{0.,4.,#,.01}]& /@ {.5,.25,0}],{x,-4,4}\n\ ,PlotRange->{0,1},Frame->True,PlotLabel->\"Varying guess\"];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.119048 0 0.618034 [ [(-4)] .02381 0 0 2 Msboxa [(-2)] .2619 0 0 2 Msboxa [(0)] .5 0 0 2 Msboxa [(2)] .7381 0 0 2 Msboxa [(4)] .97619 0 0 2 Msboxa [(0)] -0.0125 0 1 0 Msboxa [(0.2)] -0.0125 .12361 1 0 Msboxa [(0.4)] -0.0125 .24721 1 0 Msboxa [(0.6)] -0.0125 .37082 1 0 Msboxa [(0.8)] -0.0125 .49443 1 0 Msboxa [(1)] -0.0125 .61803 1 0 Msboxa [(Varying guess)] .5 .61803 0 -2 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-4)] .02381 0 0 2 Mshowa p .002 w .2619 0 m .2619 .00625 L s P [(-2)] .2619 0 0 2 Mshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 Mshowa p .002 w .7381 0 m .7381 .00625 L s P [(2)] .7381 0 0 2 Mshowa p .002 w .97619 0 m .97619 .00625 L s P [(4)] .97619 0 0 2 Mshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 Mshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 Mshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 Mshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 Mshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 Mshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 Mshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P [(Varying guess)] .5 .61803 0 -2 Mshowa p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .3534 m .06349 .36011 L .10317 .36771 L .14286 .37628 L .18254 .3859 L .22222 .39662 L .2619 .40847 L .30159 .42147 L .34127 .43558 L .38095 .45072 L .42063 .46674 L .46032 .48341 L .5 .50045 L .53968 .51748 L .57937 .53408 L .61905 .54978 L .65873 .56413 L .69841 .57673 L .7381 .58729 L .77778 .59566 L .79762 .59903 L .81746 .60189 L .8373 .60427 L .85714 .6062 L .87698 .60774 L .89683 .60893 L .91667 .60984 L .93651 .6105 L .94643 .61076 L .95635 .61098 L .97619 .6113 L s P P p p .004 w .02381 .22154 m .06349 .23167 L .10317 .24315 L .14286 .2561 L .18254 .27062 L .22222 .2868 L .2619 .30471 L .30159 .32434 L .34127 .34565 L .38095 .36851 L .42063 .39269 L .46032 .41788 L .5 .44361 L .53968 .46933 L .57937 .4944 L .61905 .51811 L .65873 .53979 L .69841 .55882 L .7381 .57476 L .77778 .5874 L .79762 .59249 L .81746 .59681 L .8373 .6004 L .85714 .60332 L .87698 .60564 L .89683 .60744 L .91667 .60881 L .93651 .60981 L .94643 .6102 L .95635 .61053 L .97619 .61102 L s P P p p .004 w .02381 .08968 m .06349 .10323 L .10317 .11859 L .14286 .13591 L .18254 .15534 L .22222 .17699 L .2619 .20094 L .30159 .2272 L .34127 .25571 L .38095 .2863 L .42063 .31865 L .46032 .35234 L .5 .38677 L .53968 .42118 L .57937 .45471 L .61905 .48644 L .65873 .51544 L .69841 .5409 L .7381 .56222 L .77778 .57914 L .79762 .58595 L .81746 .59173 L .8373 .59653 L .85714 .60043 L .87698 .60354 L .89683 .60595 L .91667 .60778 L .93651 .60912 L .94643 .60964 L .95635 .61008 L .97619 .61074 L s P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Plot[Evaluate[Table[LogWeibullPF[x,{0.,4.,0.,1.-2^s}],{s,-4,0}]],{x,-4,4}\n\ ,PlotRange->{0,1},Frame->True,PlotLabel->\"Varying lapse\"];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.119048 0 0.618034 [ [(-4)] .02381 0 0 2 Msboxa [(-2)] .2619 0 0 2 Msboxa [(0)] .5 0 0 2 Msboxa [(2)] .7381 0 0 2 Msboxa [(4)] .97619 0 0 2 Msboxa [(0)] -0.0125 0 1 0 Msboxa [(0.2)] -0.0125 .12361 1 0 Msboxa [(0.4)] -0.0125 .24721 1 0 Msboxa [(0.6)] -0.0125 .37082 1 0 Msboxa [(0.8)] -0.0125 .49443 1 0 Msboxa [(1)] -0.0125 .61803 1 0 Msboxa [(Varying lapse)] .5 .61803 0 -2 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-4)] .02381 0 0 2 Mshowa p .002 w .2619 0 m .2619 .00625 L s P [(-2)] .2619 0 0 2 Mshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 Mshowa p .002 w .7381 0 m .7381 .00625 L s P [(2)] .7381 0 0 2 Mshowa p .002 w .97619 0 m .97619 .00625 L s P [(4)] .97619 0 0 2 Mshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 Mshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 Mshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 Mshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 Mshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 Mshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 Mshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P [(Varying lapse)] .5 .61803 0 -2 Mshowa p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .00566 m .06349 .00652 L .10317 .00749 L .14286 .00858 L .18254 .00981 L .22222 .01117 L .2619 .01269 L .30159 .01434 L .34127 .01614 L .38095 .01807 L .42063 .02012 L .46032 .02224 L .5 .02442 L .53968 .02659 L .57937 .02871 L .61905 .03071 L .65873 .03254 L .69841 .03415 L .7381 .03549 L .77778 .03656 L .79762 .03699 L .81746 .03736 L .8373 .03766 L .85714 .03791 L .87698 .0381 L .89683 .03825 L .91667 .03837 L .93651 .03845 L .94643 .03849 L .95635 .03852 L .97619 .03856 L s P P p p .004 w .02381 .01132 m .06349 .01303 L .10317 .01497 L .14286 .01716 L .18254 .01961 L .22222 .02235 L .2619 .02537 L .30159 .02869 L .34127 .03229 L .38095 .03615 L .42063 .04023 L .46032 .04449 L .5 .04883 L .53968 .05318 L .57937 .05741 L .61905 .06142 L .65873 .06508 L .69841 .0683 L .7381 .07099 L .77778 .07312 L .79762 .07398 L .81746 .07471 L .8373 .07532 L .85714 .07581 L .87698 .0762 L .89683 .07651 L .91667 .07674 L .93651 .07691 L .94643 .07698 L .95635 .07703 L .97619 .07711 L s P P p p .004 w .02381 .02265 m .06349 .02607 L .10317 .02995 L .14286 .03432 L .18254 .03923 L .22222 .04469 L .2619 .05074 L .30159 .05737 L .34127 .06457 L .38095 .0723 L .42063 .08047 L .46032 .08898 L .5 .09767 L .53968 .10636 L .57937 .11483 L .61905 .12284 L .65873 .13016 L .69841 .13659 L .7381 .14198 L .77778 .14625 L .79762 .14797 L .81746 .14943 L .8373 .15064 L .85714 .15162 L .87698 .15241 L .89683 .15302 L .91667 .15348 L .93651 .15382 L .94643 .15395 L .95635 .15406 L .97619 .15423 L s P P p p .004 w .02381 .04529 m .06349 .05214 L .10317 .05989 L .14286 .06864 L .18254 .07845 L .22222 .08939 L .2619 .10148 L .30159 .11475 L .34127 .12915 L .38095 .14459 L .42063 .16094 L .46032 .17795 L .5 .19534 L .53968 .21272 L .57937 .22965 L .61905 .24568 L .65873 .26032 L .69841 .27318 L .7381 .28395 L .77778 .29249 L .79762 .29594 L .81746 .29885 L .8373 .30128 L .85714 .30325 L .87698 .30482 L .89683 .30604 L .91667 .30696 L .93651 .30764 L .94643 .3079 L .95635 .30812 L .97619 .30845 L s P P p p .004 w .02381 .09058 m .06349 .10427 L .10317 .11978 L .14286 .13728 L .18254 .1569 L .22222 .17878 L .2619 .20297 L .30159 .2295 L .34127 .2583 L .38095 .28919 L .42063 .32187 L .46032 .3559 L .5 .39067 L .53968 .42543 L .57937 .45931 L .61905 .49136 L .65873 .52065 L .69841 .54636 L .7381 .5679 L .77778 .58499 L .79762 .59187 L .81746 .59771 L .8373 .60255 L .85714 .6065 L .87698 .60964 L .89683 .61207 L .91667 .61392 L .93651 .61528 L .94643 .6158 L .95635 .61624 L .97619 .61691 L s P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Comparisons with built-in Weibull and ExtremeValueDistribution"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "This section considers the option of using the built-in Statistical \ distributions to define LogWeibullPF. It is not currently used because it is \ slower."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Needs[\"Statistics`ContinuousDistributions`\"]"], "Input", AspectRatioFixed->True], Cell[TextData["Alternate Definition"], "Name", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "The LogWeibullPF could be defined in terms of the ExtremeValueDistribution, \ like so:"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Clear[LogWeibullPF3]"], "Input", AspectRatioFixed->True], Cell["\<\ LogWeibullPF3[x_,{threshold_,slope_,guess_,lapse_}] := \t\tN[guess + (1. - guess - lapse)* \t\t(1.-\tCDF[ExtremeValueDistribution[threshold \t\t ,20./(slope Log[10.])],-x])]\ \>", "Input", AspectRatioFixed->True], Cell[TextData[ "We verify that it produces results equivalent to LogWeibullPF, but is about \ two times slower."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "Print[Timing[tst=Table[Table[LogWeibullPF3[y, {0, 4, 0, \ 0}],{y,-20,20}],{8}];]];\nPlus @@ Flatten[tst]"], "Input", AspectRatioFixed->True], Cell[TextData["{0.85 Second, Null}"], "Print", Evaluatable->False, AspectRatioFixed->True], Cell[OutputFormData["\<\ 174.0258953890841\ \>", "\<\ 174.026\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Print[Timing[tst=Table[Table[LogWeibullPF[y,{ 0, 4, 0, \ 0}],{y,-20,20}],{8}];]];\nPlus @@ Flatten[tst]"], "Input", AspectRatioFixed->True], Cell[TextData["{0.45 Second, Null}"], "Print", Evaluatable->False, AspectRatioFixed->True], Cell[OutputFormData["\<\ 174.0258953890841\ \>", "\<\ 174.026\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[TextData["Derivation"], "Name", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["CDF[WeibullDistribution[slope,threshold],x]", "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ 1 - E^(-(x/threshold)^slope)\ \>", "\<\ slope -(x/threshold) 1 - E\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell["CDF[ExtremeValueDistribution[a,b],y]", "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ E^(-E^(-((-a + y)/b)))\ \>", "\<\ -((-a + y)/b) -E E\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Exp[-dBInverse[dB[x] - dB[threshold]]^slope]//Simplify"], "Input", AspectRatioFixed->True], Cell[OutputFormData[ "\<\ E^(-(10^((1.*(-1.*Log[alpha] + 1.*Log[x]))/Log[10]))^beta)\ \>", "\<\ (1. (-1. Log[alpha] + 1. Log[x]))/Log[10] beta -(10 ) E\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[TextData["E^(-(E^((-Log[threshold] + Log[x])))^slope)"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["E^(-(E^(slope (-Log[threshold] + Log[x]))))"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ E^(-E^(beta*(-Log[alpha] + Log[x])))\ \>", "\<\ beta (-Log[alpha] + Log[x]) -E E\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Timing test"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["PowerMac 9500"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["test = Table[Random[Real,{-4,4}],{10000}];"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Timing[LogWeibullPF[test,{1.,4.,.5,.01}];]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {4.599999999999909*Second, Null}\ \>", "\<\ {4.6 Second, Null}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData["(msec / Second/ point) %[[1]]/10"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ (0.4599999999999909*msec)/point\ \>", "\<\ 0.46 msec --------- point\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["LogisticPF "], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "The logistic is a widely used psychometric function. Human contrast \ detection psychometric functions are typically parallel on a log (or decibel) \ abscissa, so here the parameters x and threshold must be interpreted as \ logarithmic (typically decibel) units."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ LogisticPF::usage = \ \"LogisticPF[x_,{threshold_,slope_,guess_,lapse_}]: The LogisticPF \ psychometric function, defined on a decibel (dB) abscissa. The stimulus \ strength in dB is x, the threshold in dB is threshold, the slope is slope, \ the guessing rate is guess, the lapsing rate is lapse. The function returns \ a probability of success.\";\ \>", "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->False], Cell[TextData["Clear[LogisticPF]"], "Input", AspectRatioFixed->True], Cell["\<\ LogisticPF[x_,{threshold_,slope_,guess_,lapse_}]:= N[guess + (1 - guess - lapse) / (1 + Exp[ slope (threshold - x)])]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData[ "We place all of the parameters except x into a list so that this function \ may be used in the various other functions that accept a psychometric \ function name and a list of parameters (see PsychometricFit). "], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["Derivation", "Subsubsection"], Cell["Needs[\"Statistics`ContinuousDistributions`\"]", "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell["CDF[LogisticDistribution[threshold,1/slope],x]", "Input", AspectRatioFixed->True], Cell[OutputFormData[ "\<\ (1 + E^(slope*(threshold - x)*Sign[slope^(-1)]))^(-1)\ \>", "\<\ 1 ---------------------------------------- slope (threshold - x) Sign[1/slope] 1 + E\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Examples and Discussion"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Here we plot a number of examples, first varying threshold (threshold) and \ then slope (slope). The other parameters are appropriate for two-alternative \ forced-choice psychometric data."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ Plot[#,{x,-10,10},PlotRange->{0,1}]& /@ {Table[LogisticPF[x,{a,1,.5,.01}],{a,-3,3}] ,Table[LogisticPF[x,{0, 2^b,.5,.01}],{b,-2,2}]};\ \>", "Input", AspectRatioFixed->True], Cell[TextData[ "As a rule of thumb, the slope parameter of the logistic on a decibel \ abscissa should be about 0.18 times the comparable slope parameter for the \ LogWeibullPF"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "slope = 4.;\nfactor = .18;\nPlot[{ LogWeibullPF[x,{0, slope ,.5,0}]\n \ ,LogisticPF[ x,{0, slope factor ,.5,0}]}\n ,{x,-10,10},PlotRange->{0,1}\ \n ,PlotStyle->{RGBColor[1,0,0],RGBColor[0,1,0]}];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.047619 0 0.618034 [ [(-10)] .02381 0 0 2 Msboxa [(-5)] .2619 0 0 2 Msboxa [(0)] .5 0 0 2 Msboxa [(5)] .7381 0 0 2 Msboxa [(10)] .97619 0 0 2 Msboxa [(0.2)] .4875 .12361 1 0 Msboxa [(0.4)] .4875 .24721 1 0 Msboxa [(0.6)] .4875 .37082 1 0 Msboxa [(0.8)] .4875 .49443 1 0 Msboxa [(1)] .4875 .61803 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-10)] .02381 0 0 2 Mshowa p .002 w .2619 0 m .2619 .00625 L s P [(-5)] .2619 0 0 2 Mshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 Mshowa p .002 w .7381 0 m .7381 .00625 L s P [(5)] .7381 0 0 2 Mshowa p .002 w .97619 0 m .97619 .00625 L s P [(10)] .97619 0 0 2 Mshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P p .002 w 0 0 m 1 0 L s P p .002 w .5 .12361 m .50625 .12361 L s P [(0.2)] .4875 .12361 1 0 Mshowa p .002 w .5 .24721 m .50625 .24721 L s P [(0.4)] .4875 .24721 1 0 Mshowa p .002 w .5 .37082 m .50625 .37082 L s P [(0.6)] .4875 .37082 1 0 Mshowa p .002 w .5 .49443 m .50625 .49443 L s P [(0.8)] .4875 .49443 1 0 Mshowa p .002 w .5 .61803 m .50625 .61803 L s P [(1)] .4875 .61803 1 0 Mshowa p .001 w .5 .02472 m .50375 .02472 L s P p .001 w .5 .04944 m .50375 .04944 L s P p .001 w .5 .07416 m .50375 .07416 L s P p .001 w .5 .09889 m .50375 .09889 L s P p .001 w .5 .14833 m .50375 .14833 L s P p .001 w .5 .17305 m .50375 .17305 L s P p .001 w .5 .19777 m .50375 .19777 L s P p .001 w .5 .22249 m .50375 .22249 L s P p .001 w .5 .27193 m .50375 .27193 L s P p .001 w .5 .29666 m .50375 .29666 L s P p .001 w .5 .32138 m .50375 .32138 L s P p .001 w .5 .3461 m .50375 .3461 L s P p .001 w .5 .39554 m .50375 .39554 L s P p .001 w .5 .42026 m .50375 .42026 L s P p .001 w .5 .44498 m .50375 .44498 L s P p .001 w .5 .46971 m .50375 .46971 L s P p .001 w .5 .51915 m .50375 .51915 L s P p .001 w .5 .54387 m .50375 .54387 L s P p .001 w .5 .56859 m .50375 .56859 L s P p .001 w .5 .59331 m .50375 .59331 L s P p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p 1 0 0 r p .004 w .02381 .31209 m .04365 .31274 L .06349 .31352 L .08333 .31446 L .10317 .3156 L .12302 .31698 L .14286 .31864 L .1627 .32063 L .18254 .32303 L .20238 .32591 L .22222 .32937 L .2619 .33842 L .30159 .3512 L .34127 .36891 L .38095 .39279 L .42063 .42377 L .46032 .46168 L .5 .50435 L .53968 .54683 L .57937 .5822 L .59921 .59531 L .60913 .60057 L .61905 .60495 L .62897 .60852 L .63889 .61133 L .64881 .61348 L .65873 .61505 L .66865 .61617 L .67361 .61658 L .67857 .61692 L .68353 .61719 L .68849 .6174 L .69345 .61757 L .69841 .61769 L .70337 .61779 L .70833 .61786 L .71329 .61792 L .71825 .61795 L .72321 .61798 L .72569 .61799 L .72817 .618 L .73065 .61801 L .73313 .61801 L .73562 .61802 L .7381 .61802 L .74306 .61803 L .74554 .61803 L .74802 .61803 L .7505 .61803 L .75298 .61803 L Mistroke .75546 .61803 L .75794 .61803 L .76042 .61803 L .7629 .61803 L .76538 .61803 L .76786 .61803 L .77034 .61803 L .77282 .61803 L .7753 .61803 L .77778 .61803 L .78026 .61803 L .78274 .61803 L .78398 .61803 L .78522 .61803 L .7877 .61803 L .78894 .61803 L .79018 .61803 L .79142 .61803 L .79266 .61803 L .79514 .61803 L .79638 .61803 L .79762 .61803 L .79886 .61803 L .8001 .61803 L .80258 .61803 L .80382 .61803 L .80506 .61803 L .8063 .61803 L .80754 .61803 L .81002 .61803 L .81126 .61803 L .8125 .61803 L .81374 .61803 L .81498 .61803 L .81622 .61803 L .81746 .61803 L .8187 .61803 L .81994 .61803 L .82118 .61803 L .82242 .61803 L .82366 .61803 L .8249 .61803 L .82614 .61803 L .82738 .61803 L .82862 .61803 L .82986 .61803 L .8311 .61803 L .83234 .61803 L .83358 .61803 L .83482 .61803 L Mistroke .83606 .61803 L .8373 .61803 L .83854 .61803 L .83978 .61803 L .84102 .61803 L .84226 .61803 L .8435 .61803 L .84474 .61803 L .84598 .61803 L .84722 .61803 L .84846 .61803 L .8497 .61803 L .85094 .61803 L .85218 .61803 L .85342 .61803 L .85466 .61803 L .8559 .61803 L .85714 .61803 L .85838 .61803 L .85962 .61803 L .86086 .61803 L .8621 .61803 L .86334 .61803 L .86458 .61803 L .86706 .61803 L .8683 .61803 L .86954 .61803 L .87078 .61803 L .87202 .61803 L .8745 .61803 L .87698 .61803 L .89683 .61803 L .93651 .61803 L .97619 .61803 L Mfstroke P P p 0 1 0 r p .004 w .02381 .30925 m .04365 .30933 L .06349 .30944 L .08333 .30958 L .10317 .30978 L .12302 .31005 L .14286 .31041 L .1627 .31089 L .18254 .31154 L .20238 .31241 L .22222 .31358 L .24206 .31515 L .2619 .31724 L .28175 .32001 L .30159 .32367 L .32143 .32848 L .34127 .33472 L .36111 .34273 L .38095 .35285 L .42063 .38055 L .46032 .41852 L .5 .46353 L .53968 .50854 L .57937 .5465 L .59921 .56166 L .61905 .5742 L .63889 .58432 L .65873 .59233 L .67857 .59857 L .69841 .60338 L .71825 .60704 L .7381 .60982 L .75794 .6119 L .77778 .61347 L .79762 .61464 L .81746 .61551 L .8373 .61616 L .85714 .61664 L .87698 .617 L .89683 .61727 L .91667 .61747 L .93651 .61761 L .95635 .61772 L .97619 .6178 L s P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "slope = 4.;\nfactor = .18;\nPlot[{ LogWeibullPF[x,{0, slope ,.5,0}]\n \ ,LogisticPF[ x,{0, slope factor ,.5,0}]}\n ,{x,-10,10}\n \ ,PlotRange->{0,1} ,Frame->True\n ,PlotStyle->{GrayLevel[0],Dashing[{.01}]}\n \ ,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.047619 0 0.618034 [ [(-10)] .02381 0 0 2 0 Minner Mrotsboxa [(-5)] .2619 0 0 2 0 Minner Mrotsboxa [(0)] .5 0 0 2 0 Minner Mrotsboxa [(5)] .7381 0 0 2 0 Minner Mrotsboxa [(10)] .97619 0 0 2 0 Minner Mrotsboxa [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotsboxa [(0)] -0.0125 0 1 0 0 Minner Mrotsboxa [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotsboxa [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotsboxa [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotsboxa [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotsboxa [(1)] -0.0125 .61803 1 0 0 Minner Mrotsboxa [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotsboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-10)] .02381 0 0 2 0 Minner Mrotshowa p .002 w .2619 0 m .2619 .00625 L s P [(-5)] .2619 0 0 2 0 Minner Mrotshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 0 Minner Mrotshowa p .002 w .7381 0 m .7381 .00625 L s P [(5)] .7381 0 0 2 0 Minner Mrotshowa p .002 w .97619 0 m .97619 .00625 L s P [(10)] .97619 0 0 2 0 Minner Mrotshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotshowa p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 0 Minner Mrotshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 0 Minner Mrotshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotshowa p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .31209 m .04365 .31274 L .06349 .31352 L .08333 .31446 L .10317 .3156 L .12302 .31698 L .14286 .31864 L .1627 .32063 L .18254 .32303 L .20238 .32591 L .22222 .32937 L .2619 .33842 L .30159 .3512 L .34127 .36891 L .38095 .39279 L .42063 .42377 L .46032 .46168 L .5 .50435 L .53968 .54683 L .57937 .5822 L .59921 .59531 L .60913 .60057 L .61905 .60495 L .62897 .60852 L .63889 .61133 L .64881 .61348 L .65873 .61505 L .66865 .61617 L .67361 .61658 L .67857 .61692 L .68353 .61719 L .68849 .6174 L .69345 .61757 L .69841 .61769 L .70337 .61779 L .70833 .61786 L .71329 .61792 L .71825 .61795 L .72321 .61798 L .72569 .61799 L .72817 .618 L .73065 .61801 L .73313 .61801 L .73562 .61802 L .7381 .61802 L .74306 .61803 L .74554 .61803 L .74802 .61803 L .7505 .61803 L .75298 .61803 L Mistroke .75546 .61803 L .75794 .61803 L .76042 .61803 L .7629 .61803 L .76538 .61803 L .76786 .61803 L .77034 .61803 L .77282 .61803 L .7753 .61803 L .77778 .61803 L .78026 .61803 L .78274 .61803 L .78398 .61803 L .78522 .61803 L .7877 .61803 L .78894 .61803 L .79018 .61803 L .79142 .61803 L .79266 .61803 L .79514 .61803 L .79638 .61803 L .79762 .61803 L .79886 .61803 L .8001 .61803 L .80258 .61803 L .80382 .61803 L .80506 .61803 L .8063 .61803 L .80754 .61803 L .81002 .61803 L .81126 .61803 L .8125 .61803 L .81374 .61803 L .81498 .61803 L .81622 .61803 L .81746 .61803 L .8187 .61803 L .81994 .61803 L .82118 .61803 L .82242 .61803 L .82366 .61803 L .8249 .61803 L .82614 .61803 L .82738 .61803 L .82862 .61803 L .82986 .61803 L .8311 .61803 L .83234 .61803 L .83358 .61803 L .83482 .61803 L Mistroke .83606 .61803 L .8373 .61803 L .83854 .61803 L .83978 .61803 L .84102 .61803 L .84226 .61803 L .8435 .61803 L .84474 .61803 L .84598 .61803 L .84722 .61803 L .84846 .61803 L .8497 .61803 L .85094 .61803 L .85218 .61803 L .85342 .61803 L .85466 .61803 L .8559 .61803 L .85714 .61803 L .85838 .61803 L .85962 .61803 L .86086 .61803 L .8621 .61803 L .86334 .61803 L .86458 .61803 L .86706 .61803 L .8683 .61803 L .86954 .61803 L .87078 .61803 L .87202 .61803 L .8745 .61803 L .87698 .61803 L .89683 .61803 L .93651 .61803 L .97619 .61803 L Mfstroke P P p [ .01 ] 0 setdash p .004 w .02381 .30925 m .04365 .30933 L .06349 .30944 L .08333 .30958 L .10317 .30978 L .12302 .31005 L .14286 .31041 L .1627 .31089 L .18254 .31154 L .20238 .31241 L .22222 .31358 L .24206 .31515 L .2619 .31724 L .28175 .32001 L .30159 .32367 L .32143 .32848 L .34127 .33472 L .36111 .34273 L .38095 .35285 L .42063 .38055 L .46032 .41852 L .5 .46353 L .53968 .50854 L .57937 .5465 L .59921 .56166 L .61905 .5742 L .63889 .58432 L .65873 .59233 L .67857 .59857 L .69841 .60338 L .71825 .60704 L .7381 .60982 L .75794 .6119 L .77778 .61347 L .79762 .61464 L .81746 .61551 L .8373 .61616 L .85714 .61664 L .87698 .617 L .89683 .61727 L .91667 .61747 L .93651 .61761 L .95635 .61772 L .97619 .6178 L s P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell["LogisticPF[600000,{0.,1.,0,0}]", "Input", AspectRatioFixed->True], Cell[BoxData[ \(1.`\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Timing test", "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["PowerMac 9500"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["test = Table[Random[Real,{-4,4}],{10000}];"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Timing[LogisticPF[test,{0.,.2,.5,.01}];]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {4.216666666666243*Second, Null}\ \>", "\<\ {4.21667 Second, Null}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Timing[LogisticPF[test,{0.,.2,.5,.01}];]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {4.166666666656966*Second, Null}\ \>", "\<\ {4.16667 Second, Null}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["NormalPF"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ The Normal CDF is a widely used psychometric function. Human \ contrast detection psychometric functions are typically parallel on a log (or \ decibel) abscissa, so here the parameters x, mean, and sd should usually be \ interpreted as logarithmic (typically decibel) units.\ \>", "Text", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ NormalPF::usage = \"NormalPF[x_,{threshold_,slope_,guess_,lapse_}]: \ The NormalPF psychometric function is the cumulative distribution function of \ a Normal density with mean threshold and standard deviation 1/slope. The \ stimulus strength is x. The guessing rate is guess, the lapsing rate is \ lapse. The function returns a probability of success.\";\ \>", "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->False], Cell["\<\ NormalPF[x_,{threshold_, slope_, guess_, lapse_}] := Module[{p}, Off[General::unfl]; p = guess + 0.5 (1. - guess - lapse) * (1.+ Erf[(0.7071067811865476 slope (x-threshold))]); On[General::unfl]; p]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Experimenting with underfolw"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ NormalPF[x_,{threshold_, slope_, guess_, lapse_}] := guess + 0.5 \ (1. - guess - lapse) * (1. + Check[Erf[0.7071067811865476 * slope * (-threshold + x)],1,General::unfl])\ \>", "Input", AspectRatioFixed->True], Cell["\<\ NormalPF[x_,{threshold_, slope_, guess_, lapse_}] := guess + 0.5 \ (1. - guess - lapse) * (1. + Erf[(0.7071067811865476 * slope * (-threshold + x))])\ \>", "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell["NormalPF[600000,{0.,1.,0,0}]", "Input", AspectRatioFixed->True], Cell[BoxData[ \(1.`\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Some illustrative plots"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "Plot[NormalPF[x,{0.,1.,.5,.01}],{x,-6,6}\n,PlotRange->{0,1} \ ,Frame->True,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.0793651 0 0.618034 [ [(-6)] .02381 0 0 2 0 Minner Mrotsboxa [(-4)] .18254 0 0 2 0 Minner Mrotsboxa [(-2)] .34127 0 0 2 0 Minner Mrotsboxa [(0)] .5 0 0 2 0 Minner Mrotsboxa [(2)] .65873 0 0 2 0 Minner Mrotsboxa [(4)] .81746 0 0 2 0 Minner Mrotsboxa [(6)] .97619 0 0 2 0 Minner Mrotsboxa [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotsboxa [(0)] -0.0125 0 1 0 0 Minner Mrotsboxa [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotsboxa [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotsboxa [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotsboxa [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotsboxa [(1)] -0.0125 .61803 1 0 0 Minner Mrotsboxa [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotsboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-6)] .02381 0 0 2 0 Minner Mrotshowa p .002 w .18254 0 m .18254 .00625 L s P [(-4)] .18254 0 0 2 0 Minner Mrotshowa p .002 w .34127 0 m .34127 .00625 L s P [(-2)] .34127 0 0 2 0 Minner Mrotshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 0 Minner Mrotshowa p .002 w .65873 0 m .65873 .00625 L s P [(2)] .65873 0 0 2 0 Minner Mrotshowa p .002 w .81746 0 m .81746 .00625 L s P [(4)] .81746 0 0 2 0 Minner Mrotshowa p .002 w .97619 0 m .97619 .00625 L s P [(6)] .97619 0 0 2 0 Minner Mrotshowa p .001 w .05556 0 m .05556 .00375 L s P p .001 w .0873 0 m .0873 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .15079 0 m .15079 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .24603 0 m .24603 .00375 L s P p .001 w .27778 0 m .27778 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .37302 0 m .37302 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .43651 0 m .43651 .00375 L s P p .001 w .46825 0 m .46825 .00375 L s P p .001 w .53175 0 m .53175 .00375 L s P p .001 w .56349 0 m .56349 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .62698 0 m .62698 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .72222 0 m .72222 .00375 L s P p .001 w .75397 0 m .75397 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .84921 0 m .84921 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .9127 0 m .9127 .00375 L s P p .001 w .94444 0 m .94444 .00375 L s P [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotshowa p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 0 Minner Mrotshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 0 Minner Mrotshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotshowa p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .18254 .61178 m .18254 .61803 L s P p .002 w .34127 .61178 m .34127 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .65873 .61178 m .65873 .61803 L s P p .002 w .81746 .61178 m .81746 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .05556 .61428 m .05556 .61803 L s P p .001 w .0873 .61428 m .0873 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .15079 .61428 m .15079 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .24603 .61428 m .24603 .61803 L s P p .001 w .27778 .61428 m .27778 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .37302 .61428 m .37302 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .43651 .61428 m .43651 .61803 L s P p .001 w .46825 .61428 m .46825 .61803 L s P p .001 w .53175 .61428 m .53175 .61803 L s P p .001 w .56349 .61428 m .56349 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .62698 .61428 m .62698 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .72222 .61428 m .72222 .61803 L s P p .001 w .75397 .61428 m .75397 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .84921 .61428 m .84921 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .9127 .61428 m .9127 .61803 L s P p .001 w .94444 .61428 m .94444 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .30902 m .02629 .30902 L .02877 .30902 L .03125 .30902 L .03373 .30902 L .03621 .30902 L .03869 .30902 L .04117 .30902 L .04365 .30902 L .04613 .30902 L .04861 .30902 L .05109 .30902 L .05357 .30902 L .05853 .30902 L .06349 .30902 L .06845 .30902 L .07341 .30902 L .07837 .30902 L .08333 .30902 L .08829 .30902 L .09325 .30902 L .09821 .30902 L .10317 .30902 L .10813 .30902 L .1131 .30902 L .11806 .30902 L .12302 .30902 L .12798 .30902 L .13294 .30902 L .1379 .30902 L .14286 .30902 L .14782 .30902 L .15278 .30902 L .15774 .30902 L .1627 .30902 L .16766 .30902 L .17262 .30902 L .17758 .30902 L .18254 .30903 L .1875 .30903 L .19246 .30903 L .19742 .30904 L .20238 .30904 L .20734 .30905 L .2123 .30906 L .21726 .30907 L .22222 .30909 L .22718 .30911 L .23214 .30913 L .2371 .30916 L Mistroke .24206 .30919 L .24702 .30923 L .25198 .30929 L .25694 .30935 L .2619 .30943 L .26687 .30952 L .27183 .30963 L .28175 .30992 L .29167 .31033 L .30159 .3109 L .31151 .31167 L .32143 .31272 L .33135 .3141 L .34127 .31591 L .35119 .31822 L .36111 .32115 L .37103 .32479 L .38095 .32925 L .40079 .34101 L .42063 .35706 L .46032 .40245 L .5 .46044 L .53968 .51842 L .55952 .54322 L .57937 .56381 L .59921 .57986 L .60913 .58624 L .61905 .59162 L .62897 .59608 L .63889 .59972 L .64881 .60265 L .65873 .60496 L .66865 .60677 L .67857 .60815 L .68849 .6092 L .69841 .60997 L .70833 .61054 L .71825 .61095 L .72321 .61111 L .72817 .61124 L .73313 .61135 L .7381 .61144 L .74306 .61152 L .74802 .61158 L .75298 .61164 L .75794 .61168 L .7629 .61171 L .76786 .61174 L .77282 .61176 L .77778 .61178 L Mistroke .78274 .6118 L .7877 .61181 L .79266 .61182 L .79762 .61183 L .80258 .61183 L .80754 .61184 L .8125 .61184 L .81746 .61184 L .82242 .61185 L .82738 .61185 L .83234 .61185 L .8373 .61185 L .84226 .61185 L .84722 .61185 L .85218 .61185 L .85714 .61185 L .8621 .61185 L .86706 .61185 L .87202 .61185 L .87698 .61185 L .88194 .61185 L .8869 .61185 L .89187 .61185 L .89683 .61185 L .90179 .61185 L .90675 .61185 L .91171 .61185 L .91667 .61185 L .92163 .61185 L .92659 .61185 L .93155 .61185 L .93651 .61185 L .94147 .61185 L .94395 .61185 L .94643 .61185 L .94891 .61185 L .95139 .61185 L .95387 .61185 L .95635 .61185 L .95883 .61185 L .96131 .61185 L .96379 .61185 L .96627 .61185 L .96875 .61185 L .97123 .61185 L .97619 .61185 L Mfstroke P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "slope = 4.;\nlfactor = .18;\nnfactor = .11;\nPlot[{ LogWeibullPF[x,{0, slope \ ,.5,0}]\n ,LogisticPF[ x,{0, slope factor ,.5,0}]\n \ ,NormalPF[ x,{0, slope nfactor ,.5,0}]}\n ,{x,-6,6}\n ,PlotRange->{0,1} \ ,Frame->True\n ,PlotStyle->{GrayLevel[0],Dashing[{.01}],Dashing[{.02}]}\n \ ,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.0793651 0 0.618034 [ [(-6)] .02381 0 0 2 0 Minner Mrotsboxa [(-4)] .18254 0 0 2 0 Minner Mrotsboxa [(-2)] .34127 0 0 2 0 Minner Mrotsboxa [(0)] .5 0 0 2 0 Minner Mrotsboxa [(2)] .65873 0 0 2 0 Minner Mrotsboxa [(4)] .81746 0 0 2 0 Minner Mrotsboxa [(6)] .97619 0 0 2 0 Minner Mrotsboxa [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotsboxa [(0)] -0.0125 0 1 0 0 Minner Mrotsboxa [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotsboxa [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotsboxa [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotsboxa [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotsboxa [(1)] -0.0125 .61803 1 0 0 Minner Mrotsboxa [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotsboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-6)] .02381 0 0 2 0 Minner Mrotshowa p .002 w .18254 0 m .18254 .00625 L s P [(-4)] .18254 0 0 2 0 Minner Mrotshowa p .002 w .34127 0 m .34127 .00625 L s P [(-2)] .34127 0 0 2 0 Minner Mrotshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 0 Minner Mrotshowa p .002 w .65873 0 m .65873 .00625 L s P [(2)] .65873 0 0 2 0 Minner Mrotshowa p .002 w .81746 0 m .81746 .00625 L s P [(4)] .81746 0 0 2 0 Minner Mrotshowa p .002 w .97619 0 m .97619 .00625 L s P [(6)] .97619 0 0 2 0 Minner Mrotshowa p .001 w .05556 0 m .05556 .00375 L s P p .001 w .0873 0 m .0873 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .15079 0 m .15079 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .24603 0 m .24603 .00375 L s P p .001 w .27778 0 m .27778 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .37302 0 m .37302 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .43651 0 m .43651 .00375 L s P p .001 w .46825 0 m .46825 .00375 L s P p .001 w .53175 0 m .53175 .00375 L s P p .001 w .56349 0 m .56349 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .62698 0 m .62698 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .72222 0 m .72222 .00375 L s P p .001 w .75397 0 m .75397 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .84921 0 m .84921 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .9127 0 m .9127 .00375 L s P p .001 w .94444 0 m .94444 .00375 L s P [(Strength)] .5 0 0 2 0 0 -1 Mouter Mrotshowa p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 0 Minner Mrotshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 0 Minner Mrotshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 0 Minner Mrotshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 0 Minner Mrotshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 0 Minner Mrotshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 0 Minner Mrotshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P [(Probability)] -0.0125 .30902 1 0 90 -1 0 Mouter Mrotshowa p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .18254 .61178 m .18254 .61803 L s P p .002 w .34127 .61178 m .34127 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .65873 .61178 m .65873 .61803 L s P p .002 w .81746 .61178 m .81746 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .05556 .61428 m .05556 .61803 L s P p .001 w .0873 .61428 m .0873 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .15079 .61428 m .15079 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .24603 .61428 m .24603 .61803 L s P p .001 w .27778 .61428 m .27778 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .37302 .61428 m .37302 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .43651 .61428 m .43651 .61803 L s P p .001 w .46825 .61428 m .46825 .61803 L s P p .001 w .53175 .61428 m .53175 .61803 L s P p .001 w .56349 .61428 m .56349 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .62698 .61428 m .62698 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .72222 .61428 m .72222 .61803 L s P p .001 w .75397 .61428 m .75397 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .84921 .61428 m .84921 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .9127 .61428 m .9127 .61803 L s P p .001 w .94444 .61428 m .94444 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .32791 m .06349 .33261 L .10317 .33842 L .14286 .34557 L .18254 .35431 L .22222 .36491 L .2619 .37766 L .30159 .39279 L .34127 .4105 L .38095 .43083 L .42063 .45361 L .46032 .47839 L .5 .50435 L .53968 .53029 L .57937 .55469 L .61905 .57601 L .65873 .59297 L .67857 .59958 L .69841 .60495 L .71825 .60914 L .7381 .61227 L .74802 .61348 L .75794 .61449 L .76786 .61531 L .77778 .61598 L .7877 .61651 L .79762 .61692 L .80754 .61723 L .81746 .61747 L .82738 .61765 L .8373 .61777 L .84226 .61782 L .84722 .61786 L .85218 .6179 L .85714 .61792 L .8621 .61795 L .86706 .61797 L .87202 .61798 L .87698 .61799 L .88194 .618 L .8869 .61801 L .89187 .61802 L .89683 .61802 L .90179 .61802 L .90675 .61803 L .91171 .61803 L .91667 .61803 L .92163 .61803 L .92659 .61803 L .93155 .61803 L Mistroke .93651 .61803 L .94147 .61803 L .94395 .61803 L .94643 .61803 L .94891 .61803 L .95139 .61803 L .95387 .61803 L .95635 .61803 L .95883 .61803 L .96131 .61803 L .96379 .61803 L .96627 .61803 L .96875 .61803 L .97123 .61803 L .97619 .61803 L Mfstroke P P p [ .01 ] 0 setdash p .004 w .02381 .31307 m .06349 .3148 L .10317 .31724 L .14286 .32066 L .18254 .32544 L .22222 .33203 L .2619 .34097 L .30159 .35285 L .34127 .36821 L .38095 .38735 L .42063 .41019 L .46032 .43601 L .5 .46353 L .53968 .49104 L .57937 .51686 L .61905 .5397 L .65873 .55884 L .69841 .5742 L .7381 .58608 L .77778 .59502 L .81746 .60161 L .85714 .60639 L .89683 .60982 L .93651 .61225 L .97619 .61398 L s P P p [ .02 ] 0 setdash p .004 w .02381 .3103 m .04365 .31078 L .06349 .31142 L .08333 .31224 L .10317 .31331 L .12302 .31467 L .14286 .31639 L .1627 .31852 L .18254 .32113 L .22222 .32811 L .2619 .33788 L .30159 .35094 L .34127 .36755 L .38095 .3877 L .42063 .41098 L .46032 .43662 L .5 .46353 L .53968 .49043 L .57937 .51607 L .61905 .53935 L .65873 .5595 L .69841 .57611 L .7381 .58917 L .77778 .59894 L .79762 .60275 L .81746 .60592 L .8373 .60853 L .85714 .61066 L .87698 .61238 L .89683 .61374 L .91667 .61481 L .93651 .61564 L .95635 .61627 L .97619 .61675 L s P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{300, 184}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Plot[Evaluate[Table[NormalPF[x,{0.,2.^s,0,.01}],{s,-2,2}]],{x,-4,4}\n\ ,PlotRange->{0,1},Frame->True,PlotLabel->\"Varying slope\"];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.119048 0 0.618034 [ [(-4)] .02381 0 0 2 Msboxa [(-2)] .2619 0 0 2 Msboxa [(0)] .5 0 0 2 Msboxa [(2)] .7381 0 0 2 Msboxa [(4)] .97619 0 0 2 Msboxa [(0)] -0.0125 0 1 0 Msboxa [(0.2)] -0.0125 .12361 1 0 Msboxa [(0.4)] -0.0125 .24721 1 0 Msboxa [(0.6)] -0.0125 .37082 1 0 Msboxa [(0.8)] -0.0125 .49443 1 0 Msboxa [(1)] -0.0125 .61803 1 0 Msboxa [(Varying slope)] .5 .61803 0 -2 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-4)] .02381 0 0 2 Mshowa p .002 w .2619 0 m .2619 .00625 L s P [(-2)] .2619 0 0 2 Mshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 Mshowa p .002 w .7381 0 m .7381 .00625 L s P [(2)] .7381 0 0 2 Mshowa p .002 w .97619 0 m .97619 .00625 L s P [(4)] .97619 0 0 2 Mshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 Mshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 Mshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 Mshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 Mshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 Mshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 Mshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P [(Varying slope)] .5 .61803 0 -2 Mshowa p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .09707 m .06349 .10992 L .10317 .1238 L .14286 .13866 L .18254 .15449 L .22222 .17122 L .2619 .18878 L .30159 .20709 L .34127 .22604 L .38095 .24553 L .42063 .26543 L .46032 .28561 L .5 .30593 L .53968 .32624 L .57937 .34642 L .61905 .36632 L .65873 .38581 L .69841 .40476 L .7381 .42307 L .77778 .44064 L .81746 .45737 L .85714 .47319 L .89683 .48806 L .93651 .50193 L .97619 .51478 L s P P p p .004 w .02381 .01392 m .06349 .02042 L .10317 .02924 L .14286 .04088 L .18254 .05581 L .22222 .07445 L .2619 .09707 L .30159 .1238 L .34127 .15449 L .38095 .18878 L .42063 .22604 L .46032 .26543 L .5 .30593 L .53968 .34642 L .57937 .38581 L .61905 .42307 L .65873 .45737 L .69841 .48806 L .7381 .51478 L .77778 .53741 L .81746 .55605 L .85714 .57098 L .89683 .58261 L .93651 .59143 L .97619 .59793 L s P P p p .004 w .02381 2e-05 m .03373 3e-05 L .04365 4e-05 L .05357 5e-05 L .06349 8e-05 L .07341 .0001 L .08333 .00014 L .09325 .00019 L .10317 .00026 L .1131 .00035 L .12302 .00047 L .13294 .00063 L .14286 .00083 L .15278 .00108 L .1627 .00141 L .17262 .00182 L .18254 .00234 L .19246 .00299 L .20238 .0038 L .2123 .00479 L .22222 .00601 L .24206 .00926 L .25198 .01139 L .2619 .01392 L .28175 .02042 L .30159 .02924 L .32143 .04088 L .34127 .05581 L .38095 .09707 L .42063 .15449 L .46032 .22604 L .5 .30593 L .53968 .38581 L .57937 .45737 L .61905 .51478 L .63889 .53741 L .65873 .55605 L .67857 .57098 L .69841 .58261 L .71825 .59143 L .7381 .59793 L .74802 .60047 L .75794 .6026 L .76786 .60437 L .77778 .60585 L .79762 .60805 L .80754 .60886 L .81746 .60951 L .82738 .61003 L .8373 .61044 L Mistroke .84722 .61077 L .85714 .61103 L .86706 .61123 L .87698 .61138 L .8869 .6115 L .89683 .61159 L .90675 .61166 L .91667 .61171 L .92659 .61175 L .93651 .61178 L .94643 .6118 L .95635 .61181 L .96627 .61183 L .97619 .61183 L Mfstroke P P p p .004 w .02381 0 m .02629 0 L .02753 0 L .02877 0 L .03125 0 L .03373 0 L .03621 0 L .03869 0 L .04117 0 L .04365 0 L .04613 0 L .04861 0 L .05109 0 L .05357 0 L .05605 0 L .05853 0 L .06101 0 L .06349 0 L .06597 0 L .06845 0 L .07093 0 L .07341 0 L .07589 0 L .07837 0 L .08085 0 L .08333 0 L .08581 0 L .08829 0 L .09077 0 L .09325 0 L .09573 0 L .09821 0 L .10069 0 L .10317 0 L .10565 0 L .10813 0 L .11062 0 L .1131 0 L .11558 0 L .11806 0 L .12054 0 L .12302 0 L .1255 0 L .12798 0 L .13046 0 L .13294 0 L .13542 0 L .1379 0 L .14038 0 L .14286 0 L Mistroke .14534 0 L .14782 0 L .1503 0 L .15278 0 L .15526 0 L .15774 0 L .16022 0 L .1627 0 L .16518 0 L .16766 0 L .17014 0 L .17262 0 L .17758 0 L .18006 0 L .18254 0 L .18502 0 L .1875 0 L .18998 0 L .19246 0 L .19742 0 L .1999 0 L .20238 0 L .20486 0 L .20734 0 L .2123 0 L .21478 0 L .21726 0 L .21974 0 L .22222 0 L .22718 0 L .22966 0 L .23214 0 L .23462 0 L .2371 0 L .24206 0 L .24454 1e-05 L .24702 1e-05 L .25198 1e-05 L .25694 1e-05 L .2619 2e-05 L .26687 3e-05 L .27183 4e-05 L .27679 5e-05 L .28175 8e-05 L .28671 .0001 L .29167 .00014 L .29663 .00019 L .30159 .00026 L .30655 .00035 L .31151 .00047 L Mistroke .31647 .00063 L .32143 .00083 L .32639 .00108 L .33135 .00141 L .33631 .00182 L .34127 .00234 L .35119 .0038 L .35615 .00479 L .36111 .00601 L .36607 .00748 L .37103 .00926 L .38095 .01392 L .39087 .02042 L .40079 .02924 L .41071 .04088 L .42063 .05581 L .44048 .09707 L .46032 .15449 L .5 .30593 L .51984 .38581 L .53968 .45737 L .55952 .51478 L .56944 .53741 L .57937 .55605 L .58929 .57098 L .59921 .58261 L .60913 .59143 L .61905 .59793 L .62897 .6026 L .63393 .60437 L .63889 .60585 L .64385 .60706 L .64881 .60805 L .65377 .60886 L .65873 .60951 L .66369 .61003 L .66865 .61044 L .67361 .61077 L .67857 .61103 L .68353 .61123 L .68849 .61138 L .69345 .6115 L .69841 .61159 L .70337 .61166 L .70833 .61171 L .71329 .61175 L .71825 .61178 L .72321 .6118 L .72817 .61181 L .73313 .61183 L Mistroke .7381 .61183 L .74306 .61184 L .74802 .61184 L .75298 .61185 L .75546 .61185 L .75794 .61185 L .76042 .61185 L .7629 .61185 L .76786 .61185 L .77034 .61185 L .77282 .61185 L .7753 .61185 L .77778 .61185 L .78274 .61185 L .78522 .61185 L .7877 .61185 L .79018 .61185 L .79266 .61185 L .79762 .61185 L .8001 .61185 L .80258 .61185 L .80506 .61185 L .80754 .61185 L .8125 .61185 L .81498 .61185 L .81746 .61185 L .81994 .61185 L .82242 .61185 L .8249 .61185 L .82738 .61185 L .82986 .61185 L .83234 .61185 L .83482 .61185 L .8373 .61185 L .83978 .61185 L .84226 .61185 L .84474 .61185 L .84722 .61185 L .8497 .61185 L .85218 .61185 L .85466 .61185 L .85714 .61185 L .85962 .61185 L .8621 .61185 L .86458 .61185 L .86706 .61185 L .86954 .61185 L .87202 .61185 L .8745 .61185 L .87698 .61185 L Mistroke .87946 .61185 L .88194 .61185 L .88442 .61185 L .8869 .61185 L .88938 .61185 L .89187 .61185 L .89435 .61185 L .89683 .61185 L .89931 .61185 L .90179 .61185 L .90427 .61185 L .90675 .61185 L .90923 .61185 L .91171 .61185 L .91419 .61185 L .91667 .61185 L .91915 .61185 L .92163 .61185 L .92411 .61185 L .92659 .61185 L .92907 .61185 L .93155 .61185 L .93403 .61185 L .93651 .61185 L .93899 .61185 L .94147 .61185 L .94395 .61185 L .94643 .61185 L .94891 .61185 L .95139 .61185 L .95387 .61185 L .95635 .61185 L .95883 .61185 L .96007 .61185 L .96131 .61185 L .96255 .61185 L .96379 .61185 L .96627 .61185 L .96875 .61185 L .96999 .61185 L .97123 .61185 L .97247 .61185 L .97371 .61185 L .97495 .61185 L .97619 .61185 L Mfstroke P P p p .004 w .02381 0 m .06349 0 L .10317 0 L .14286 0 L .18254 0 L .20238 0 L .22222 0 L .23214 0 L .24206 0 L .24454 0 L .24702 0 L .2495 0 L .25074 0 L .25198 0 L .25322 0 L .25446 0 L .25694 0 L .25818 0 L .25942 0 L .26066 0 L .2619 0 L .26314 0 L .26438 0 L .26563 0 L .26687 0 L .26811 0 L .26935 0 L .27059 0 L .27183 0 L .27307 0 L .27431 0 L .27555 0 L .27679 0 L .27803 0 L .27927 0 L .28051 0 L .28175 0 L .28299 0 L .28423 0 L .28547 0 L .28671 0 L .28795 0 L .28919 0 L .29043 0 L .29167 0 L .29291 0 L .29415 0 L .29539 0 L .29663 0 L .29787 0 L Mistroke .29911 0 L .30035 0 L .30159 0 L .30283 0 L .30407 0 L .30531 0 L .30655 0 L .30779 0 L .30903 0 L .31027 0 L .31151 0 L .31275 0 L .31399 0 L .31523 0 L .31647 0 L .31771 0 L .31895 0 L .32019 0 L .32143 0 L .32267 0 L .32391 0 L .32515 0 L .32639 0 L .32763 0 L .32887 0 L .33011 0 L .33135 0 L .33259 0 L .33383 0 L .33631 0 L .33755 0 L .33879 0 L .34003 0 L .34127 0 L .34375 0 L .34499 0 L .34623 0 L .34747 0 L .34871 0 L .35119 0 L .35243 0 L .35367 0 L .35491 0 L .35615 0 L .35863 0 L .35987 0 L .36111 0 L .36235 0 L .36359 0 L .36607 0 L Mistroke .36731 0 L .36855 0 L .36979 0 L .37103 0 L .37351 1e-05 L .37475 1e-05 L .37599 1e-05 L .37847 1e-05 L .38095 2e-05 L .38343 3e-05 L .38591 4e-05 L .38839 5e-05 L .39087 8e-05 L .39335 .0001 L .39583 .00014 L .39831 .00019 L .40079 .00026 L .40327 .00035 L .40575 .00047 L .40823 .00063 L .41071 .00083 L .41319 .00108 L .41567 .00141 L .41815 .00182 L .42063 .00234 L .42312 .00299 L .4256 .0038 L .43056 .00601 L .43304 .00748 L .43552 .00926 L .44048 .01392 L .44544 .02042 L .4504 .02924 L .45536 .04088 L .46032 .05581 L .47024 .09707 L .48016 .15449 L .5 .30593 L .50992 .38581 L .51984 .45737 L .52976 .51478 L .53472 .53741 L .53968 .55605 L .54464 .57098 L .5496 .58261 L .55456 .59143 L .55952 .59793 L .56448 .6026 L .56696 .60437 L .56944 .60585 L Mistroke .57192 .60706 L .5744 .60805 L .57688 .60886 L .57937 .60951 L .58185 .61003 L .58433 .61044 L .58681 .61077 L .58929 .61103 L .59177 .61123 L .59425 .61138 L .59673 .6115 L .59921 .61159 L .60169 .61166 L .60417 .61171 L .60665 .61175 L .60913 .61178 L .61161 .6118 L .61409 .61181 L .61657 .61183 L .61905 .61183 L .62153 .61184 L .62401 .61184 L .62525 .61185 L .62649 .61185 L .62897 .61185 L .63021 .61185 L .63145 .61185 L .63269 .61185 L .63393 .61185 L .63641 .61185 L .63765 .61185 L .63889 .61185 L .64013 .61185 L .64137 .61185 L .64385 .61185 L .64509 .61185 L .64633 .61185 L .64757 .61185 L .64881 .61185 L .65129 .61185 L .65253 .61185 L .65377 .61185 L .65501 .61185 L .65625 .61185 L .65749 .61185 L .65873 .61185 L .65997 .61185 L .66121 .61185 L .66369 .61185 L .66493 .61185 L Mistroke .66617 .61185 L .66741 .61185 L .66865 .61185 L .66989 .61185 L .67113 .61185 L .67237 .61185 L .67361 .61185 L .67485 .61185 L .67609 .61185 L .67733 .61185 L .67857 .61185 L .67981 .61185 L .68105 .61185 L .68229 .61185 L .68353 .61185 L .68477 .61185 L .68601 .61185 L .68725 .61185 L .68849 .61185 L .68973 .61185 L .69097 .61185 L .69221 .61185 L .69345 .61185 L .69469 .61185 L .69593 .61185 L .69717 .61185 L .69841 .61185 L .69965 .61185 L .70089 .61185 L .70213 .61185 L .70337 .61185 L .70461 .61185 L .70585 .61185 L .70709 .61185 L .70833 .61185 L .70957 .61185 L .71081 .61185 L .71205 .61185 L .71329 .61185 L .71453 .61185 L .71577 .61185 L .71701 .61185 L .71825 .61185 L .71949 .61185 L .72073 .61185 L .72197 .61185 L .72321 .61185 L .72445 .61185 L .72569 .61185 L .72693 .61185 L Mistroke .72817 .61185 L .72941 .61185 L .73065 .61185 L .73189 .61185 L .73313 .61185 L .73438 .61185 L .73562 .61185 L .7381 .61185 L .73934 .61185 L .74058 .61185 L .74306 .61185 L .7443 .61185 L .74554 .61185 L .74678 .61185 L .74802 .61185 L .75298 .61185 L .75794 .61185 L .77778 .61185 L .81746 .61185 L .85714 .61185 L .89683 .61185 L .93651 .61185 L .97619 .61185 L Mfstroke P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Plot[Evaluate[Table[NormalPF[x,{0.,1.,2.^s,.01}],{s,-4,-1}]],{x,-4,4}\n\ ,PlotRange->{0,1},Frame->True,PlotLabel->\"Varying guess\"];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.119048 0 0.618034 [ [(-4)] .02381 0 0 2 Msboxa [(-2)] .2619 0 0 2 Msboxa [(0)] .5 0 0 2 Msboxa [(2)] .7381 0 0 2 Msboxa [(4)] .97619 0 0 2 Msboxa [(0)] -0.0125 0 1 0 Msboxa [(0.2)] -0.0125 .12361 1 0 Msboxa [(0.4)] -0.0125 .24721 1 0 Msboxa [(0.6)] -0.0125 .37082 1 0 Msboxa [(0.8)] -0.0125 .49443 1 0 Msboxa [(1)] -0.0125 .61803 1 0 Msboxa [(Varying guess)] .5 .61803 0 -2 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-4)] .02381 0 0 2 Mshowa p .002 w .2619 0 m .2619 .00625 L s P [(-2)] .2619 0 0 2 Mshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 Mshowa p .002 w .7381 0 m .7381 .00625 L s P [(2)] .7381 0 0 2 Mshowa p .002 w .97619 0 m .97619 .00625 L s P [(4)] .97619 0 0 2 Mshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 Mshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 Mshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 Mshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 Mshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 Mshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 Mshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P [(Varying guess)] .5 .61803 0 -2 Mshowa p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 .03865 m .03373 .03865 L .04365 .03866 L .05357 .03868 L .06349 .0387 L .07341 .03872 L .08333 .03876 L .09325 .03881 L .10317 .03887 L .1131 .03896 L .12302 .03907 L .13294 .03921 L .14286 .0394 L .15278 .03964 L .1627 .03995 L .17262 .04034 L .18254 .04082 L .19246 .04143 L .20238 .04219 L .2123 .04312 L .22222 .04425 L .24206 .0473 L .25198 .0493 L .2619 .05167 L .28175 .05776 L .30159 .06602 L .32143 .07692 L .34127 .09091 L .38095 .12957 L .42063 .18336 L .46032 .2504 L .5 .32524 L .53968 .40008 L .57937 .46712 L .61905 .52091 L .63889 .54211 L .65873 .55957 L .67857 .57356 L .69841 .58446 L .71825 .59272 L .7381 .59881 L .74802 .60119 L .75794 .60318 L .76786 .60485 L .77778 .60623 L .79762 .60829 L .80754 .60905 L .81746 .60966 L .82738 .61015 L .8373 .61053 L Mistroke .84722 .61084 L .85714 .61108 L .86706 .61127 L .87698 .61141 L .8869 .61152 L .89683 .61161 L .90675 .61167 L .91667 .61172 L .92659 .61176 L .93651 .61178 L .94643 .6118 L .95635 .61182 L .96627 .61183 L .97619 .61184 L Mfstroke P P p p .004 w .02381 .07727 m .03373 .07728 L .04365 .07729 L .05357 .0773 L .06349 .07732 L .07341 .07734 L .08333 .07738 L .09325 .07742 L .10317 .07748 L .1131 .07756 L .12302 .07767 L .13294 .0778 L .14286 .07798 L .15278 .0782 L .1627 .07849 L .17262 .07885 L .18254 .0793 L .19246 .07987 L .20238 .08057 L .2123 .08144 L .22222 .0825 L .24206 .08534 L .25198 .0872 L .2619 .08942 L .28175 .0951 L .30159 .1028 L .32143 .11297 L .34127 .12602 L .38095 .16207 L .42063 .21224 L .46032 .27476 L .5 .34455 L .53968 .41435 L .57937 .47687 L .61905 .52704 L .63889 .54681 L .65873 .56309 L .67857 .57614 L .69841 .5863 L .71825 .59401 L .7381 .59969 L .74802 .6019 L .75794 .60377 L .76786 .60532 L .77778 .60661 L .79762 .60853 L .80754 .60924 L .81746 .60981 L .82738 .61026 L .8373 .61062 L Mistroke .84722 .61091 L .85714 .61113 L .86706 .61131 L .87698 .61144 L .8869 .61155 L .89683 .61162 L .90675 .61168 L .91667 .61173 L .92659 .61176 L .93651 .61179 L .94643 .61181 L .95635 .61182 L .96627 .61183 L .97619 .61184 L Mfstroke P P p p .004 w .02381 .15452 m .03373 .15453 L .04365 .15454 L .05357 .15455 L .06349 .15456 L .07341 .15459 L .08333 .15461 L .09325 .15465 L .10317 .1547 L .1131 .15477 L .12302 .15486 L .13294 .15498 L .14286 .15513 L .15278 .15532 L .1627 .15556 L .17262 .15587 L .18254 .15626 L .19246 .15675 L .20238 .15735 L .2123 .15809 L .22222 .159 L .24206 .16143 L .25198 .16302 L .2619 .16491 L .28175 .16977 L .30159 .17637 L .32143 .18506 L .34127 .19622 L .38095 .22707 L .42063 .26998 L .46032 .32347 L .5 .38318 L .53968 .44289 L .57937 .49638 L .61905 .53929 L .63889 .55621 L .65873 .57014 L .67857 .5813 L .69841 .59 L .71825 .59659 L .7381 .60145 L .74802 .60334 L .75794 .60493 L .76786 .60626 L .77778 .60736 L .79762 .60901 L .80754 .60962 L .81746 .6101 L .82738 .61049 L .8373 .6108 L Mistroke .84722 .61104 L .85714 .61124 L .86706 .61139 L .87698 .6115 L .8869 .61159 L .89683 .61166 L .90675 .61171 L .91667 .61175 L .92659 .61178 L .93651 .6118 L .94643 .61181 L .95635 .61182 L .96627 .61183 L .97619 .61184 L Mfstroke P P p p .004 w .02381 .30903 m .03373 .30903 L .04365 .30904 L .05357 .30904 L .06349 .30905 L .07341 .30907 L .08333 .30909 L .09325 .30911 L .10317 .30915 L .1131 .30919 L .12302 .30925 L .13294 .30933 L .14286 .30943 L .15278 .30955 L .1627 .30971 L .17262 .30992 L .18254 .31018 L .19246 .3105 L .20238 .3109 L .2123 .31139 L .22222 .31199 L .24206 .3136 L .25198 .31465 L .2619 .31591 L .28175 .31912 L .30159 .32349 L .32143 .32925 L .34127 .33664 L .38095 .35706 L .42063 .38548 L .46032 .4209 L .5 .46044 L .53968 .49997 L .57937 .53539 L .61905 .56381 L .63889 .57501 L .65873 .58423 L .67857 .59162 L .69841 .59738 L .71825 .60175 L .7381 .60496 L .74802 .60622 L .75794 .60727 L .76786 .60815 L .77778 .60888 L .79762 .60997 L .80754 .61037 L .81746 .61069 L .82738 .61095 L .8373 .61116 L Mistroke .84722 .61132 L .85714 .61144 L .86706 .61154 L .87698 .61162 L .8869 .61168 L .89683 .61172 L .90675 .61176 L .91667 .61178 L .92659 .6118 L .93651 .61182 L .94643 .61183 L .95635 .61183 L .96627 .61184 L .97619 .61184 L Mfstroke P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "Plot[Evaluate[Table[NormalPF[x,{0.,1.,0.,1.-2^s}],{s,-4,0}]],{x,-4,4}\n\ ,PlotRange->{0,1},Frame->True,PlotLabel->\"Varying lapse\"];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.119048 0 0.618034 [ [(-4)] .02381 0 0 2 Msboxa [(-2)] .2619 0 0 2 Msboxa [(0)] .5 0 0 2 Msboxa [(2)] .7381 0 0 2 Msboxa [(4)] .97619 0 0 2 Msboxa [(0)] -0.0125 0 1 0 Msboxa [(0.2)] -0.0125 .12361 1 0 Msboxa [(0.4)] -0.0125 .24721 1 0 Msboxa [(0.6)] -0.0125 .37082 1 0 Msboxa [(0.8)] -0.0125 .49443 1 0 Msboxa [(1)] -0.0125 .61803 1 0 Msboxa [(Varying lapse)] .5 .61803 0 -2 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .02381 0 m .02381 .00625 L s P [(-4)] .02381 0 0 2 Mshowa p .002 w .2619 0 m .2619 .00625 L s P [(-2)] .2619 0 0 2 Mshowa p .002 w .5 0 m .5 .00625 L s P [(0)] .5 0 0 2 Mshowa p .002 w .7381 0 m .7381 .00625 L s P [(2)] .7381 0 0 2 Mshowa p .002 w .97619 0 m .97619 .00625 L s P [(4)] .97619 0 0 2 Mshowa p .001 w .07143 0 m .07143 .00375 L s P p .001 w .11905 0 m .11905 .00375 L s P p .001 w .16667 0 m .16667 .00375 L s P p .001 w .21429 0 m .21429 .00375 L s P p .001 w .30952 0 m .30952 .00375 L s P p .001 w .35714 0 m .35714 .00375 L s P p .001 w .40476 0 m .40476 .00375 L s P p .001 w .45238 0 m .45238 .00375 L s P p .001 w .54762 0 m .54762 .00375 L s P p .001 w .59524 0 m .59524 .00375 L s P p .001 w .64286 0 m .64286 .00375 L s P p .001 w .69048 0 m .69048 .00375 L s P p .001 w .78571 0 m .78571 .00375 L s P p .001 w .83333 0 m .83333 .00375 L s P p .001 w .88095 0 m .88095 .00375 L s P p .001 w .92857 0 m .92857 .00375 L s P p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 Mshowa p .002 w 0 .12361 m .00625 .12361 L s P [(0.2)] -0.0125 .12361 1 0 Mshowa p .002 w 0 .24721 m .00625 .24721 L s P [(0.4)] -0.0125 .24721 1 0 Mshowa p .002 w 0 .37082 m .00625 .37082 L s P [(0.6)] -0.0125 .37082 1 0 Mshowa p .002 w 0 .49443 m .00625 .49443 L s P [(0.8)] -0.0125 .49443 1 0 Mshowa p .002 w 0 .61803 m .00625 .61803 L s P [(1)] -0.0125 .61803 1 0 Mshowa p .001 w 0 .02472 m .00375 .02472 L s P p .001 w 0 .04944 m .00375 .04944 L s P p .001 w 0 .07416 m .00375 .07416 L s P p .001 w 0 .09889 m .00375 .09889 L s P p .001 w 0 .14833 m .00375 .14833 L s P p .001 w 0 .17305 m .00375 .17305 L s P p .001 w 0 .19777 m .00375 .19777 L s P p .001 w 0 .22249 m .00375 .22249 L s P p .001 w 0 .27193 m .00375 .27193 L s P p .001 w 0 .29666 m .00375 .29666 L s P p .001 w 0 .32138 m .00375 .32138 L s P p .001 w 0 .3461 m .00375 .3461 L s P p .001 w 0 .39554 m .00375 .39554 L s P p .001 w 0 .42026 m .00375 .42026 L s P p .001 w 0 .44498 m .00375 .44498 L s P p .001 w 0 .46971 m .00375 .46971 L s P p .001 w 0 .51915 m .00375 .51915 L s P p .001 w 0 .54387 m .00375 .54387 L s P p .001 w 0 .56859 m .00375 .56859 L s P p .001 w 0 .59331 m .00375 .59331 L s P p .002 w 0 0 m 0 .61803 L s P P p p .002 w .02381 .61178 m .02381 .61803 L s P p .002 w .2619 .61178 m .2619 .61803 L s P p .002 w .5 .61178 m .5 .61803 L s P p .002 w .7381 .61178 m .7381 .61803 L s P p .002 w .97619 .61178 m .97619 .61803 L s P p .001 w .07143 .61428 m .07143 .61803 L s P p .001 w .11905 .61428 m .11905 .61803 L s P p .001 w .16667 .61428 m .16667 .61803 L s P p .001 w .21429 .61428 m .21429 .61803 L s P p .001 w .30952 .61428 m .30952 .61803 L s P p .001 w .35714 .61428 m .35714 .61803 L s P p .001 w .40476 .61428 m .40476 .61803 L s P p .001 w .45238 .61428 m .45238 .61803 L s P p .001 w .54762 .61428 m .54762 .61803 L s P p .001 w .59524 .61428 m .59524 .61803 L s P p .001 w .64286 .61428 m .64286 .61803 L s P p .001 w .69048 .61428 m .69048 .61803 L s P p .001 w .78571 .61428 m .78571 .61803 L s P p .001 w .83333 .61428 m .83333 .61803 L s P p .001 w .88095 .61428 m .88095 .61803 L s P p .001 w .92857 .61428 m .92857 .61803 L s P p .002 w 0 .61803 m 1 .61803 L s P [(Varying lapse)] .5 .61803 0 -2 Mshowa p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .12361 m 1 .12361 L s P p .002 w .99375 .24721 m 1 .24721 L s P p .002 w .99375 .37082 m 1 .37082 L s P p .002 w .99375 .49443 m 1 .49443 L s P p .001 w .99625 .02472 m 1 .02472 L s P p .001 w .99625 .04944 m 1 .04944 L s P p .001 w .99625 .07416 m 1 .07416 L s P p .001 w .99625 .09889 m 1 .09889 L s P p .001 w .99625 .14833 m 1 .14833 L s P p .001 w .99625 .17305 m 1 .17305 L s P p .001 w .99625 .19777 m 1 .19777 L s P p .001 w .99625 .22249 m 1 .22249 L s P p .001 w .99625 .27193 m 1 .27193 L s P p .001 w .99625 .29666 m 1 .29666 L s P p .001 w .99625 .32138 m 1 .32138 L s P p .001 w .99625 .3461 m 1 .3461 L s P p .001 w .99625 .39554 m 1 .39554 L s P p .001 w .99625 .42026 m 1 .42026 L s P p .001 w .99625 .44498 m 1 .44498 L s P p .001 w .99625 .46971 m 1 .46971 L s P p .001 w .99625 .51915 m 1 .51915 L s P p .001 w .99625 .54387 m 1 .54387 L s P p .001 w .99625 .56859 m 1 .56859 L s P p .001 w .99625 .59331 m 1 .59331 L s P p .002 w 1 0 m 1 .61803 L s P P p p .002 w .5 0 m .5 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p p .004 w .02381 0 m .03373 0 L .04365 0 L .05357 0 L .06349 0 L .07341 1e-05 L .08333 1e-05 L .09325 1e-05 L .10317 2e-05 L .1131 2e-05 L .12302 3e-05 L .13294 4e-05 L .14286 5e-05 L .15278 7e-05 L .1627 9e-05 L .17262 .00012 L .18254 .00015 L .19246 .00019 L .20238 .00024 L .2123 .0003 L .22222 .00038 L .24206 .00058 L .25198 .00072 L .2619 .00088 L .28175 .00129 L .30159 .00185 L .32143 .00258 L .34127 .00352 L .38095 .00613 L .42063 .00975 L .46032 .01427 L .5 .01931 L .53968 .02436 L .57937 .02887 L .61905 .0325 L .63889 .03393 L .65873 .0351 L .67857 .03605 L .69841 .03678 L .71825 .03734 L .7381 .03775 L .74802 .03791 L .75794 .03804 L .76786 .03815 L .77778 .03825 L .79762 .03839 L .80754 .03844 L .81746 .03848 L .82738 .03851 L .8373 .03854 L Mistroke .84722 .03856 L .85714 .03857 L .86706 .03859 L .87698 .0386 L .8869 .0386 L .89683 .03861 L .90675 .03861 L .91667 .03862 L .92659 .03862 L .93651 .03862 L .94643 .03862 L .95635 .03862 L .96627 .03863 L .97619 .03863 L Mfstroke P P p p .004 w .02381 0 m .03373 0 L .04365 0 L .05357 1e-05 L .06349 1e-05 L .07341 1e-05 L .08333 2e-05 L .09325 2e-05 L .10317 3e-05 L .1131 4e-05 L .12302 6e-05 L .13294 8e-05 L .14286 .0001 L .15278 .00014 L .1627 .00018 L .17262 .00023 L .18254 .0003 L .19246 .00038 L .20238 .00048 L .2123 .00061 L .22222 .00076 L .24206 .00117 L .25198 .00144 L .2619 .00176 L .28175 .00258 L .30159 .00369 L .32143 .00516 L .34127 .00705 L .38095 .01226 L .42063 .01951 L .46032 .02854 L .5 .03863 L .53968 .04871 L .57937 .05775 L .61905 .065 L .63889 .06785 L .65873 .07021 L .67857 .07209 L .69841 .07356 L .71825 .07468 L .7381 .0755 L .74802 .07582 L .75794 .07609 L .76786 .07631 L .77778 .0765 L .79762 .07677 L .80754 .07688 L .81746 .07696 L .82738 .07702 L .8373 .07708 L Mistroke .84722 .07712 L .85714 .07715 L .86706 .07718 L .87698 .07719 L .8869 .07721 L .89683 .07722 L .90675 .07723 L .91667 .07724 L .92659 .07724 L .93651 .07724 L .94643 .07725 L .95635 .07725 L .96627 .07725 L .97619 .07725 L Mfstroke P P p p .004 w .02381 0 m .03373 1e-05 L .04365 1e-05 L .05357 1e-05 L .06349 2e-05 L .07341 3e-05 L .08333 4e-05 L .09325 5e-05 L .10317 7e-05 L .1131 9e-05 L .12302 .00012 L .13294 .00016 L .14286 .00021 L .15278 .00027 L .1627 .00036 L .17262 .00046 L .18254 .00059 L .19246 .00076 L .20238 .00096 L .2123 .00121 L .22222 .00152 L .24206 .00234 L .25198 .00288 L .2619 .00352 L .28175 .00516 L .30159 .00738 L .32143 .01032 L .34127 .01409 L .38095 .02451 L .42063 .03901 L .46032 .05708 L .5 .07725 L .53968 .09743 L .57937 .1155 L .61905 .12999 L .63889 .13571 L .65873 .14042 L .67857 .14419 L .69841 .14712 L .71825 .14935 L .7381 .15099 L .74802 .15163 L .75794 .15217 L .76786 .15262 L .77778 .15299 L .79762 .15355 L .80754 .15375 L .81746 .15392 L .82738 .15405 L .8373 .15415 L Mistroke .84722 .15424 L .85714 .1543 L .86706 .15435 L .87698 .15439 L .8869 .15442 L .89683 .15444 L .90675 .15446 L .91667 .15447 L .92659 .15448 L .93651 .15449 L .94643 .15449 L .95635 .1545 L .96627 .1545 L .97619 .1545 L Mfstroke P P p p .004 w .02381 1e-05 m .03373 1e-05 L .04365 2e-05 L .05357 3e-05 L .06349 4e-05 L .07341 5e-05 L .08333 7e-05 L .09325 .0001 L .10317 .00013 L .1131 .00018 L .12302 .00024 L .13294 .00032 L .14286 .00042 L .15278 .00055 L .1627 .00071 L .17262 .00092 L .18254 .00118 L .19246 .00151 L .20238 .00192 L .2123 .00242 L .22222 .00303 L .24206 .00468 L .25198 .00575 L .2619 .00703 L .28175 .01031 L .30159 .01477 L .32143 .02064 L .34127 .02819 L .38095 .04903 L .42063 .07802 L .46032 .11416 L .5 .15451 L .53968 .19485 L .57937 .23099 L .61905 .25999 L .63889 .27142 L .65873 .28083 L .67857 .28837 L .69841 .29425 L .71825 .2987 L .7381 .30199 L .74802 .30327 L .75794 .30434 L .76786 .30524 L .77778 .30598 L .79762 .3071 L .80754 .30751 L .81746 .30783 L .82738 .3081 L .8373 .30831 L Mistroke .84722 .30847 L .85714 .3086 L .86706 .3087 L .87698 .30878 L .8869 .30884 L .89683 .30888 L .90675 .30892 L .91667 .30895 L .92659 .30896 L .93651 .30898 L .94643 .30899 L .95635 .309 L .96627 .309 L .97619 .30901 L Mfstroke P P p p .004 w .02381 2e-05 m .03373 3e-05 L .04365 4e-05 L .05357 5e-05 L .06349 8e-05 L .07341 .0001 L .08333 .00014 L .09325 .0002 L .10317 .00027 L .1131 .00036 L .12302 .00048 L .13294 .00063 L .14286 .00083 L .15278 .00109 L .1627 .00142 L .17262 .00184 L .18254 .00237 L .19246 .00302 L .20238 .00384 L .2123 .00484 L .22222 .00607 L .24206 .00935 L .25198 .0115 L .2619 .01406 L .28175 .02063 L .30159 .02954 L .32143 .04129 L .34127 .05637 L .38095 .09805 L .42063 .15605 L .46032 .22833 L .5 .30902 L .53968 .38971 L .57937 .46199 L .61905 .51998 L .63889 .54284 L .65873 .56166 L .67857 .57674 L .69841 .5885 L .71825 .59741 L .7381 .60397 L .74802 .60653 L .75794 .60868 L .76786 .61048 L .77778 .61197 L .79762 .6142 L .80754 .61501 L .81746 .61567 L .82738 .61619 L .8373 .61661 L Mistroke .84722 .61694 L .85714 .6172 L .86706 .6174 L .87698 .61756 L .8869 .61768 L .89683 .61777 L .90675 .61784 L .91667 .61789 L .92659 .61793 L .93651 .61796 L .94643 .61798 L .95635 .61799 L .96627 .61801 L .97619 .61801 L Mfstroke P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 174}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Timing test"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["PowerMac 9500"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["test = Table[Random[Real,{-4,4}],{10000}];"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Timing[NormalPF[test,{1.,1.,.5,.01}];]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {3.833333333343034*Second, Null}\ \>", "\<\ {3.83333 Second, Null}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Derivation"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["?Erf"], "Input", AspectRatioFixed->True], Cell[TextData[ "Erf[z] gives the error function erf(z). Erf[z0, z1] gives the generalized \ error function erf(z1) -\n erf(z0)."], "Print", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell[TextData[ "(1/( s Sqrt[2 Pi])) Integrate[Exp[- (1/(2 s^2)) (x-m)^2],x]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ Erf[(-m + x)/(2^(1/2)*s)]/2\ \>", "\<\ -m + x Erf[---------] Sqrt[2] s -------------- 2\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[TextData["Needs[\"Statistics`ContinuousDistributions`\"]"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell["CDF[NormalDistribution[mean,sd],x]", "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ (1 + Erf[(-mean + x)/(2^(1/2)*sd)])/2\ \>", "\<\ -mean + x 1 + Erf[----------] Sqrt[2] sd ------------------- 2\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["UniformPF"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ "UniformPF::usage = \"UniformPF[x_,{threshold_,slope_,guess_,lapse_}]: The \ UniformPF psychometric function is based on the cumulative uniform \ distribution of width 1/slope, centered at threshold, ammended by guessing \ and lapsing parameters. It represents a linear increase in probability from a \ lower asymptote of ", StyleBox["quess", FontSlant->"Italic"], " to an upper asymptote of 1-", StyleBox["lapse", FontSlant->"Italic"], ", with a rate of increase of ", StyleBox["(1 - guess - lapse)*slope", FontSlant->"Italic"], ". At ", StyleBox["threshold", FontSlant->"Italic"], ", the probability is ", StyleBox["(1 + guess - lapse)/2", FontSlant->"Italic"], ".\";" }], "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->False], Cell["\<\ UniformPF[x_,{threshold_, slope_, guess_, lapse_}] := guess + (1. - guess - lapse) * (Max[0,Min[1,slope (x-threshold+1/(2 slope))]])\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData[ "Plot[UniformPF[x,{0.,.5,.2,.1}],{x,-3,3}\n,PlotRange->{0,1}\n\ ,Frame->True,FrameLabel->{\"Strength\",\"Probability\"}];"], "Input", AspectRatioFixed->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Fitting and Plotting Psychometric Data"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["PsychometricFit"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ PsychometricFit::usage = \"PsychometricFit[data_]: Fits a set of \ psychometric data with a psychometric function. The function returns the \ input data, the function name, and the specified and estimated parameters. \ The fit is based upon a maximum likelihood method, as described in: Watson, \ A. B. (1979) Probability summation over time, Vision Research 19, 515-522. \ data is a list of triples of the form {strength,no,yes}, where strength is a \ measure of signal strength, no is the number of no or incorrect responses, \ and yes is the number of yes or correct reponses. The function also accepts a \ list of such tables, and produces one fit per table. The function also \ accepts the data structure produced by QuestExperiment from the package \ Quest.ma. The option PsychometricFunction (default = LogWeibullPF) allows \ selection of an alternate psychometric function. The psychometric function \ must adhere to a standard format: function[x_, parameters_List]. The option \ PsychometricParameters (default = {Automatic, 4., 0.5, .01}) allows selection \ of initial or final values of psychometric function parameters. The value \ Automatic in the first position indicates that the initial value will be \ estimated from the data. This estimate is obtained by evaluating the log \ likelihood function, using the default parameters for the psychometric \ function, at each intensity used, and selecting the intensity with the \ largest likelihood. This log likelihood function can be plotted by selecting \ the option PlotLikelihood->True. Another option is FitParameters (default = \ {True}) which indicates whether each parameter should be estimated. \ Unspecified values default to False. For example, to estimate only the first \ and third parameters, use FitParameters->{True,False,True}. By convention, \ the first parameter is threshold and the second parameter is slope. This \ convention is relevant only in functions such as PsychometricPlot, which \ accepts directly the output of PsychometricFit. A final option is FitLimits, \ which specifies the bounds on each parameter (default = \ {{-$MaxMachineNumber,$MaxMachineNumber}, {0,$MaxMachineNumber}, {0,1}, {0,1}}\ \";\ \>", "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->True], Cell[BoxData[ \(Clear[PsychometricFit]\)], "Input"], Cell["\<\ Options[PsychometricFit] = {PsychometricFunction->LogWeibullPF, \ PsychometricParameters->{Automatic,4.,0.5,0.01}, FitParameters->{True}, FitLimits->{{-$MaxMachineNumber,$MaxMachineNumber},{0,$MaxMachineNumber},{0,1}\ ,{0,1}}, PlotLikelihood->False};\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ PsychometricFit[data_,opts___Rule] := Module[ {fit, function, limits, params, err, args, val, no, yes, total, psy, tmp,dummy, dum1, dum2, dum3, dum4, dum5,dum6 ,dum7, dum8}, {fit,params,function,limits} = {FitParameters, PsychometricParameters, PsychometricFunction,FitLimits} /. {opts} /. Options[PsychometricFit]; {val,no,yes} = Transpose[data]; total = no+yes; dummy = Take[{dum1,dum2,dum3,dum4,dum5,dum6,dum7,dum8} ,Length[params]]; fit = Flatten[Append[fit ,Table[False,{Length[params]-Length[fit]}]]]; err := Chop[Apply[Plus, NLogP[yes, yes/(total #)] + NLogP[no, no/(total (1-#))]]]&[ function[#,dummy]& /@ val]; terr = err /. MapThread[(#1->#2)&,Rest /@ {dummy,params}]; Off[Power::\"infy\"]; terrf = (terr /. {dum1->#})& /@ val ; On[Power::\"infy\"]; If[PlotLikelihood /. {opts} /. Options[ PsychometricFit], \tListPlot[Transpose[{val,terrf}], Frame->True, \tFrameLabel->{\"Value\",\"Error\"}, PlotJoined->True, \tEpilog->{PointSize[.03],Point /@ Transpose[{val,terrf}]}]]; start = val[[IndexMin[terrf]]]; If[params[[1]]==Automatic \t ,params[[1]] = start]; Clear[err]; args = {err}; Table[ If[ fit[[i]], \t args=Append[args,{dummy[[i]], \t params[[i]] {1.,.9}, Sequence @@ limits[[i]]}] \t ,dummy[[i]] = params[[i]]] \t ,{i,Length[params]}]; err := Chop[Apply[Plus, NLogP[yes, yes/(total #)] + NLogP[no, no/(total (1-#))]]]&[ function[#,dummy]& /@ val]; tmp = Check[FindMinimum @@ args \t\t ,{,(#->Null)& /@ dummy},FindMinimum::fmlim]; {data,function,{dummy /. tmp[[2]], tmp[[1]]}} ]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ PsychometricFit[data_,opts___Rule] := PsychometricFit[SequenceToTable[First[data]],opts] /; Depth[data] == 4 && Not[Equal @@ (Last /@ (Dimensions /@ data))]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ PsychometricFit[data_,opts___Rule] := PsychometricFit[#,opts]& /@ data /; Depth[data] == 4 && Equal @@ (Last /@ (Dimensions /@ data))\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["old", "Subsubsection"], Cell["\<\ Options[PsychometricFit] = {PsychometricFunction->LogWeibullPF, \ PsychometricParameters->{Automatic,4.,0.5,0.01}, FitParameters->{True}, FitLimits->{{-$MaxMachineNumber,$MaxMachineNumber},{0,$MaxMachineNumber},{0,1}\ ,{0,1}}};\ \>", "Input", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ PsychometricFit[data_,opts___Rule] := Module[{fit, function, limits, params, err, args, val, no, yes, total, psy, \ tmp,dummy, dum1, dum2, dum3, dum4, dum5,dum6 ,dum7, dum8}, {fit,params,function,limits} = {FitParameters, PsychometricParameters, PsychometricFunction,FitLimits} /. {opts} /. Options[PsychometricFit]; \t{val,no,yes} = Transpose[data]; dummy = Take[{dum1,dum2,dum3,dum4,dum5,dum6,dum7,dum8} ,Length[params]]; \tIf[params[[1]]==Automatic \t ,params[[1]] = Sort[val][[-1]]]; \tIf[params[[1]]==0.,params[[1]] = Sort[val][[-2]]]; \targs = {err}; fit = Flatten[Append[fit ,Table[False,{Length[params]-Length[fit]}]]]; \tTable[ If[ fit[[i]], \t args=Append[args,{dummy[[i]],params[[i]] {1.,.9},Sequence @@ limits[[i]]}] \t ,dummy[[i]] = params[[i]]] \t ,{i,Length[params]}]; \ttotal = no+yes; \terr := (psy = function[#,dummy]& /@ val; \t\t Chop[Apply[Plus, NLogP[yes, yes/(total psy)] + \t\t\t NLogP[no, no/(total (1-psy))]]]); \ttmp = Check[FindMinimum @@ args \t\t ,{,(#->Null)& /@ dummy},FindMinimum::fmlim]; {data,function,{dummy /. tmp[[2]], tmp[[1]]}} ]\ \>", "Input", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["PsychometricPlot"], "Subsection", Evaluatable->False, AspectRatioFixed->False], Cell["\<\ PsychometricPlot::usage = \"PsychometricPlot[fitdata]: Plots a set \ of psychometric data and a psychometric function, as returned by \ PsychometricFit. See that function for details. Also draws approximate Bernoulli confidence intervals around each data point, \ unless the option PsychErrorBars->False is given. To suppress printing of \ parameters and error of the fit, use the option PsychLegend->False. Options \ to ListPlot may also be included.\";\ \>", "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->False], Cell["\<\ Options[PsychometricPlot] = {PsychErrorBars->True, \ PsychLegend->True};\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ PsychometricPlot[{data_, function_ ,{params_,error_}}, opts___Rule ] := Module[ {val,no,yes,xtop,pframe,pdata,pfunc,pbars,plegend ,bars,legend,extra=.5, ulcorner}, {bars,legend} = {PsychErrorBars,PsychLegend} /. {opts} /. Options[PsychometricPlot]; {val,no,yes} = Transpose[data]; xtop = Max[val]+1; pframe = ListPlot[{0} ,FilterOptions[ListPlot,opts] ,PlotRange->{{Min[val]-1,xtop},{-.001,1.001}} ,Frame->True ,FrameLabel->{\"Strength\",\"Probability\"} ,Axes->False,DisplayFunction->Identity]; pdata = ListPlot[Transpose[{val,yes/(yes+no)}] ,FilterOptions[ListPlot,opts], PlotJoined->False ,PlotStyle->{PointSize[.03]} ,DisplayFunction->Identity]; pfunc = Plot[function[x,params] ,{x,Min[val]-extra,Max[val]+extra} ,DisplayFunction->Identity]; pbars = Graphics[{GrayLevel[.75] ,MapThread[Line[Transpose[{{#1,#1} \t ,BinomialErrorBars[#2,#3]}]]&,{val,no,yes}] }]; plegend = Graphics[Text[ StringJoin @@ Flatten[ {ToString[function], Table[{\"\\n\",ArgumentNames[function][[1,i+1]],\" = \", ToString[NumberForm[params[[i]],{4,2} ,NumberPadding->{\" \",\" \"} ,NumberSigns->{\"-\",\" \"}]]} ,{i,Length[params]}] ,\"\\nerror = \",ToString[N[error,3]]}] ,Scaled[{0,1}],{-1.1,1.1}]]; Show[pframe,If[bars,pbars,{}],pdata, pfunc, If[legend,plegend,{}] ,FilterOptions[ListPlot,opts] ,DisplayFunction->$DisplayFunction ]];\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData[" ,DefaultFont->{\"Courier\",10}\n"], "Input", AspectRatioFixed->True], Cell["\<\ PsychometricPlot[data_,opts___Rule] := PsychometricPlot[#,opts]& /@ data /; Depth[data] == 5\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Example"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "PsychometricPlot[PsychometricFit[data1\n,PsychometricFunction->UniformPF\n\ ,FitParameters->{True,True}\n\ ,PsychometricParameters->{Automatic,.1,.5,.01}]];"], "Input", AspectRatioFixed->True] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Approximate error bars"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ BinomialErrorBars::usage = \"BinomialErrorBars[failures,sucesses]: \ Compute approximate confidence intervals on the probability p of a binomial \ random variable, given numbers of failures and successes.\";\ \>", "Info", Evaluatable->True, InitializationCell->True, AspectRatioFixed->False], Cell[TextData[ "These functions are used to compute approximate confidence intervals for a \ binomial random variable (from Abramowitz & Stegun). An alternative solution \ using the statistical packages ise described in the next section."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["rsign[x_] := Floor[x / (x + 1.) + .6]", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["tail[no_,yes_] := Exp[Log[.05] / (yes + no)]", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ aprox1[no_,yes_] := (yes + .5 + 1.92 + 1.96 Sqrt[(yes + .5)* (1. - (yes + .5) /(yes + no)) + .96]) / (yes + no + 3.842)\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ aprox2[no_,yes_] := (yes - .5 + 1.92 - 1.96 Sqrt[(yes - .5)* (1. - (yes - .5) / (yes + no)) + .96]) / (yes + no + 3.842)\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ errbr1[no_,yes_] := rsign[no] * aprox1[no,yes] * rsign[yes] + (1. - rsign[no]) + (1. - rsign[yes]) * (1. - tail[no,yes]) \ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ errbr2[no_,yes_] := rsign[no] * aprox2[no,yes] * rsign[yes] + (1. - rsign[no]) * tail[no,yes]\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["\<\ BinomialErrorBars[no_,yes_] := {errbr2[no,yes],errbr1[no,yes]}\ \>", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["BinomialErrorBars[3,4] "], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {0.2023088714168743, 0.881790440185598}\ \>", "\<\ {0.202309, 0.88179}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Precise error bars"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "This section describes the construction of Binomial confidence limits by way \ of probability distributions. It is not currently used, both because it is \ slower, and because it depends upon a root-finding operation which soemtimes \ fails to converge."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Needs[\"Statistics`DiscreteDistributions`\"]"], "Input", AspectRatioFixed->True], Cell[TextData[ "We first write a likelihood function that describes the likelihood of \ obtaining a particular set of data {no,yes}, given a Binomial random variable \ with probability p."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["lik0[no_,yes_,p_] := PDF[BinomialDistribution[yes+no,p],yes]", "Input", AspectRatioFixed->True], Cell[TextData["We exand this function."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["lik0[no,yes,p]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ If[0 <= yes <= no + yes, If[IntegerQ[yes], Binomial[no + yes, yes]*p^yes*(1 - p)^(no + yes - yes), 0], 0]\ \>", "\<\ If[0 <= yes <= no + yes, If[IntegerQ[yes], yes no + yes - yes Binomial[no + yes, yes] p (1 - p) , 0], 0]\ \>"], "Output",\ Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[TextData[ "We remove the conditionals (which are always true), defining a new \ function."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "lik1[no_,yes_,p_] :=\n Binomial[no + yes, yes] p^yes (1 - p)^no"], "Input",\ AspectRatioFixed->True], Cell[TextData[ "To determine the normalized pdf, we integrate lik1 to find the normalizing \ factor."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Integrate[ lik1[no,yes,p] ,{p,0,1}]"], "Input", AspectRatioFixed->True], Cell[OutputFormData[ "\<\ (Binomial[no + yes, yes]*Gamma[1 + no]*Gamma[1 + yes])/ Gamma[2 + no + yes]\ \>", "\<\ Binomial[no + yes, yes] Gamma[1 + no] Gamma[1 + yes] ---------------------------------------------------- Gamma[2 + no + yes]\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]], Cell[TextData[ "norm[no_,yes_] :=\n (Binomial[no + yes, yes] Gamma[1 + no] Gamma[1 + yes]) /\ \n Gamma[2 + no + yes]"], "Input", AspectRatioFixed->True], Cell[TextData["We create a posterior pdf."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["pdf[no_,yes_,p_] := lik1[no,yes,p] / norm[no,yes]"], "Input", AspectRatioFixed->True], Cell[TextData[ "We will need the cdf of this density, so we get the indefinite integral."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Integrate[pdf[no,yes,p],{p,0,x}]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ (x^(1 + yes)*Gamma[2 + no + yes]* Hypergeometric2F1[-no, 1 + yes, 2 + yes, x])/ ((1 + yes)*Gamma[1 + no]*Gamma[1 + yes])\ \>", "\<\ 1 + yes (x Gamma[2 + no + yes] Hypergeometric2F1[-no, 1 + yes, 2 + yes, x]) / ((1 + yes) Gamma[1 + no] Gamma[1 + yes])\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Open ]], Cell[TextData[ "Using this result, we define a cumulative distribution."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "cdf[no_,yes_,x_] := (x^(1 + yes) Gamma[2 + no + yes] *\n \ Hypergeometric2F1[-no, 1 + yes, 2 + yes, x]) /\n ((1 + yes) Gamma[1 + no] \ Gamma[1 + yes])"], "Input", AspectRatioFixed->True], Cell[TextData[ "The confidence limit on the binomial probability p is reached when a \ probaility alpha is reached in the cdf."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Clear[BinomialCL]"], "Input", AspectRatioFixed->True], Cell[TextData[ "BinomialCL[no_,yes_,alpha_,opts___] := FindRoot[\n cdf[no,yes,x] == alpha\n\ ,{x,N[yes/(yes+no)]}\n ,opts][[1,2]]"], "Input", AspectRatioFixed->True], Cell[TextData[ "This plot compares the approximate error bars defined in the previous \ section with the more precise ones defined here. The parameter n is the \ possible number of yes or no responses. Red points are upper limits, green \ are lower limits. The color sauration corresponds to percent correct."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "n=20;\nShow[Graphics[Table[MapThread[\n {Hue[#1,yes/(no+yes),1],\n \ Point[{BinomialCL[no,yes,#2],#3[no,yes]}]}&,\n\t \ {{1,.29},{.975,.025},{errbr1,errbr2}}] \n ,{no,1,n},{yes,1,n}] ]\n \ ,Frame->True,FrameLabel->{\"Precise\",\"Approximate\"}\n \ ,PlotRange->{{0,1},{0,1}} ,Axes->False ,AspectRatio->1];"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations -0 1 0 1 [ [(0.2)] .2 0 0 2 0 Minner Mrotsboxa [(0.4)] .4 0 0 2 0 Minner Mrotsboxa [(0.6)] .6 0 0 2 0 Minner Mrotsboxa [(0.8)] .8 0 0 2 0 Minner Mrotsboxa [(1)] 1 0 0 2 0 Minner Mrotsboxa [(Precise)] .5 0 0 2 0 0 -1 Mouter Mrotsboxa [(0)] -0.0125 0 1 0 0 Minner Mrotsboxa [(0.2)] -0.0125 .2 1 0 0 Minner Mrotsboxa [(0.4)] -0.0125 .4 1 0 0 Minner Mrotsboxa [(0.6)] -0.0125 .6 1 0 0 Minner Mrotsboxa [(0.8)] -0.0125 .8 1 0 0 Minner Mrotsboxa [(1)] -0.0125 1 1 0 0 Minner Mrotsboxa [(Approximate)] -0.0125 .5 1 0 90 -1 0 Mouter Mrotsboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .2 0 m .2 .00625 L s P [(0.2)] .2 0 0 2 0 Minner Mrotshowa p .002 w .4 0 m .4 .00625 L s P [(0.4)] .4 0 0 2 0 Minner Mrotshowa p .002 w .6 0 m .6 .00625 L s P [(0.6)] .6 0 0 2 0 Minner Mrotshowa p .002 w .8 0 m .8 .00625 L s P [(0.8)] .8 0 0 2 0 Minner Mrotshowa p .002 w 1 0 m 1 .00625 L s P [(1)] 1 0 0 2 0 Minner Mrotshowa p .001 w .04 0 m .04 .00375 L s P p .001 w .08 0 m .08 .00375 L s P p .001 w .12 0 m .12 .00375 L s P p .001 w .16 0 m .16 .00375 L s P p .001 w .24 0 m .24 .00375 L s P p .001 w .28 0 m .28 .00375 L s P p .001 w .32 0 m .32 .00375 L s P p .001 w .36 0 m .36 .00375 L s P p .001 w .44 0 m .44 .00375 L s P p .001 w .48 0 m .48 .00375 L s P p .001 w .52 0 m .52 .00375 L s P p .001 w .56 0 m .56 .00375 L s P p .001 w .64 0 m .64 .00375 L s P p .001 w .68 0 m .68 .00375 L s P p .001 w .72 0 m .72 .00375 L s P p .001 w .76 0 m .76 .00375 L s P p .001 w .84 0 m .84 .00375 L s P p .001 w .88 0 m .88 .00375 L s P p .001 w .92 0 m .92 .00375 L s P p .001 w .96 0 m .96 .00375 L s P [(Precise)] .5 0 0 2 0 0 -1 Mouter Mrotshowa p .002 w 0 0 m 1 0 L s P p .002 w 0 0 m .00625 0 L s P [(0)] -0.0125 0 1 0 0 Minner Mrotshowa p .002 w 0 .2 m .00625 .2 L s P [(0.2)] -0.0125 .2 1 0 0 Minner Mrotshowa p .002 w 0 .4 m .00625 .4 L s P [(0.4)] -0.0125 .4 1 0 0 Minner Mrotshowa p .002 w 0 .6 m .00625 .6 L s P [(0.6)] -0.0125 .6 1 0 0 Minner Mrotshowa p .002 w 0 .8 m .00625 .8 L s P [(0.8)] -0.0125 .8 1 0 0 Minner Mrotshowa p .002 w 0 1 m .00625 1 L s P [(1)] -0.0125 1 1 0 0 Minner Mrotshowa p .001 w 0 .04 m .00375 .04 L s P p .001 w 0 .08 m .00375 .08 L s P p .001 w 0 .12 m .00375 .12 L s P p .001 w 0 .16 m .00375 .16 L s P p .001 w 0 .24 m .00375 .24 L s P p .001 w 0 .28 m .00375 .28 L s P p .001 w 0 .32 m .00375 .32 L s P p .001 w 0 .36 m .00375 .36 L s P p .001 w 0 .44 m .00375 .44 L s P p .001 w 0 .48 m .00375 .48 L s P p .001 w 0 .52 m .00375 .52 L s P p .001 w 0 .56 m .00375 .56 L s P p .001 w 0 .64 m .00375 .64 L s P p .001 w 0 .68 m .00375 .68 L s P p .001 w 0 .72 m .00375 .72 L s P p .001 w 0 .76 m .00375 .76 L s P p .001 w 0 .84 m .00375 .84 L s P p .001 w 0 .88 m .00375 .88 L s P p .001 w 0 .92 m .00375 .92 L s P p .001 w 0 .96 m .00375 .96 L s P [(Approximate)] -0.0125 .5 1 0 90 -1 0 Mouter Mrotshowa p .002 w 0 0 m 0 1 L s P P p p .002 w 0 .99375 m 0 1 L s P p .002 w .2 .99375 m .2 1 L s P p .002 w .4 .99375 m .4 1 L s P p .002 w .6 .99375 m .6 1 L s P p .002 w .8 .99375 m .8 1 L s P p .001 w .04 .99625 m .04 1 L s P p .001 w .08 .99625 m .08 1 L s P p .001 w .12 .99625 m .12 1 L s P p .001 w .16 .99625 m .16 1 L s P p .001 w .24 .99625 m .24 1 L s P p .001 w .28 .99625 m .28 1 L s P p .001 w .32 .99625 m .32 1 L s P p .001 w .36 .99625 m .36 1 L s P p .001 w .44 .99625 m .44 1 L s P p .001 w .48 .99625 m .48 1 L s P p .001 w .52 .99625 m .52 1 L s P p .001 w .56 .99625 m .56 1 L s P p .001 w .64 .99625 m .64 1 L s P p .001 w .68 .99625 m .68 1 L s P p .001 w .72 .99625 m .72 1 L s P p .001 w .76 .99625 m .76 1 L s P p .001 w .84 .99625 m .84 1 L s P p .001 w .88 .99625 m .88 1 L s P p .001 w .92 .99625 m .92 1 L s P p .001 w .96 .99625 m .96 1 L s P p .002 w 0 1 m 1 1 L s P p .002 w .99375 0 m 1 0 L s P p .002 w .99375 .2 m 1 .2 L s P p .002 w .99375 .4 m 1 .4 L s P p .002 w .99375 .6 m 1 .6 L s P p .002 w .99375 .8 m 1 .8 L s P p .001 w .99625 .04 m 1 .04 L s P p .001 w .99625 .08 m 1 .08 L s P p .001 w .99625 .12 m 1 .12 L s P p .001 w .99625 .16 m 1 .16 L s P p .001 w .99625 .24 m 1 .24 L s P p .001 w .99625 .28 m 1 .28 L s P p .001 w .99625 .32 m 1 .32 L s P p .001 w .99625 .36 m 1 .36 L s P p .001 w .99625 .44 m 1 .44 L s P p .001 w .99625 .48 m 1 .48 L s P p .001 w .99625 .52 m 1 .52 L s P p .001 w .99625 .56 m 1 .56 L s P p .001 w .99625 .64 m 1 .64 L s P p .001 w .99625 .68 m 1 .68 L s P p .001 w .99625 .72 m 1 .72 L s P p .001 w .99625 .76 m 1 .76 L s P p .001 w .99625 .84 m 1 .84 L s P p .001 w .99625 .88 m 1 .88 L s P p .001 w .99625 .92 m 1 .92 L s P p .001 w .99625 .96 m 1 .96 L s P p .002 w 1 0 m 1 1 L s P P p P 0 0 m 1 0 L 1 1 L 0 1 L closepath clip newpath p p p p 1 .5 .5 r .008 w .9057 .97306 Mdot P p .63 1 .5 r .008 w .0943 .0266 Mdot P P p p 1 .333 .333 r .008 w .93241 .98212 Mdot P p .507 1 .333 r .008 w .19412 .12525 Mdot P P p p 1 .25 .25 r .008 w .94726 .98661 Mdot P p .445 1 .25 r .008 w .28358 .21935 Mdot P P p p 1 .2 .2 r .008 w .95673 .9893 Mdot P p .408 1 .2 r .008 w .35877 .29871 Mdot P P p p 1 .167 .167 r .008 w .96331 .99108 Mdot P p .383 1 .167 r .008 w .42128 .36475 Mdot P P p p 1 .143 .143 r .008 w .96815 .99236 Mdot P p .366 1 .143 r .008 w .47349 .42001 Mdot P P p p 1 .125 .125 r .008 w .97186 .99331 Mdot P p .353 1 .125 r .008 w .5175 .46672 Mdot P P p p 1 .111 .111 r .008 w .97479 .99405 Mdot P p .342 1 .111 r .008 w .55498 .50664 Mdot P P p p 1 .1 .1 r .008 w .97717 .99465 Mdot P p .334 1 .1 r .008 w .58722 .54109 Mdot P P p p 1 .091 .091 r .008 w .97914 .99513 Mdot P p .327 1 .091 r .008 w .6152 .57111 Mdot P P p p 1 .083 .083 r .008 w .98079 .99554 Mdot P p .322 1 .083 r .008 w .6397 .59748 Mdot P P p p 1 .077 .077 r .008 w .98221 .99588 Mdot P p .317 1 .077 r .008 w .66132 .62083 Mdot P P p p 1 .071 .071 r .008 w .98342 .99617 Mdot P p .313 1 .071 r .008 w .68052 .64163 Mdot P P p p 1 .067 .067 r .008 w .98449 .99643 Mdot P p .309 1 .067 r .008 w .69768 .66028 Mdot P P p p 1 .063 .063 r .008 w .98542 .99665 Mdot P p .306 1 .063 r .008 w .71311 .6771 Mdot P P p p 1 .059 .059 r .008 w .98625 .99685 Mdot P p .304 1 .059 r .008 w .72706 .69234 Mdot P P p p 1 .056 .056 r .008 w .98699 .99702 Mdot P p .301 1 .056 r .008 w .73972 .70621 Mdot P P p p 1 .053 .053 r .008 w .98765 .99718 Mdot P p .299 1 .053 r .008 w .75127 .71888 Mdot P P p p 1 .05 .05 r .008 w .98825 .99732 Mdot P p .297 1 .05 r .008 w .76184 .73052 Mdot P P p p 1 .048 .048 r .008 w .98879 .99745 Mdot P p .295 1 .048 r .008 w .77156 .74123 Mdot P P P p p p 1 .667 .667 r .008 w .80588 .87446 Mdot P p .753 1 .667 r .008 w .06759 .01758 Mdot P P p p 1 .5 .5 r .008 w .85337 .90792 Mdot P p .63 1 .5 r .008 w .14663 .09183 Mdot P P p p 1 .4 .4 r .008 w .88188 .92725 Mdot P p .556 1 .4 r .008 w .22278 .17035 Mdot P P p p 1 .333 .333 r .008 w .90101 .93986 Mdot P p .507 1 .333 r .008 w .29042 .24101 Mdot P P p p 1 .286 .286 r .008 w .91477 .94874 Mdot P p .471 1 .286 r .008 w .34914 .30249 Mdot P P p p 1 .25 .25 r .008 w .92515 .95533 Mdot P p .445 1 .25 r .008 w .39991 .35569 Mdot P P p p 1 .222 .222 r .008 w .93326 .96042 Mdot P p .424 1 .222 r .008 w .4439 .40185 Mdot P P p p 1 .2 .2 r .008 w .93978 .96447 Mdot P p .408 1 .2 r .008 w .48224 .44212 Mdot P P p p 1 .182 .182 r .008 w .94514 .96776 Mdot P p .395 1 .182 r .008 w .51586 .47749 Mdot P P p p 1 .167 .167 r .008 w .94962 .9705 Mdot P p .383 1 .167 r .008 w .54553 .50876 Mdot P P p p 1 .154 .154 r .008 w .95342 .97281 Mdot P p .374 1 .154 r .008 w .57187 .53657 Mdot P P p p 1 .143 .143 r .008 w .95669 .97478 Mdot P p .366 1 .143 r .008 w .5954 .56146 Mdot P P p p 1 .133 .133 r .008 w .95953 .97649 Mdot P p .359 1 .133 r .008 w .61652 .58384 Mdot P P p p 1 .125 .125 r .008 w .96201 .97798 Mdot P p .353 1 .125 r .008 w .63559 .60408 Mdot P P p p 1 .118 .118 r .008 w .96421 .97929 Mdot P p .347 1 .118 r .008 w .65288 .62246 Mdot P P p p 1 .111 .111 r .008 w .96617 .98045 Mdot P p .342 1 .111 r .008 w .66862 .63923 Mdot P P p p 1 .105 .105 r .008 w .96793 .98149 Mdot P p .338 1 .105 r .008 w .68302 .65458 Mdot P P p p 1 .1 .1 r .008 w .96951 .98243 Mdot P p .334 1 .1 r .008 w .69623 .66868 Mdot P P p p 1 .095 .095 r .008 w .97094 .98327 Mdot P p .33 1 .095 r .008 w .70839 .68169 Mdot P P p p 1 .091 .091 r .008 w .97225 .98404 Mdot P p .327 1 .091 r .008 w .71962 .69372 Mdot P P P p p p 1 .75 .75 r .008 w .71642 .7804 Mdot P p .815 1 .75 r .008 w .05274 .01313 Mdot P P p p 1 .6 .6 r .008 w .77722 .82942 Mdot P p .704 1 .6 r .008 w .11812 .07252 Mdot P P p p 1 .5 .5 r .008 w .81595 .86039 Mdot P p .63 1 .5 r .008 w .18405 .1394 Mdot P P p p 1 .429 .429 r .008 w .84299 .88179 Mdot P p .577 1 .429 r .008 w .24486 .20231 Mdot P P p p 1 .375 .375 r .008 w .863 .89748 Mdot P p .538 1 .375 r .008 w .2993 .25889 Mdot P P p p 1 .333 .333 r .008 w .87845 .90947 Mdot P p .507 1 .333 r .008 w .34755 .30912 Mdot P P p p 1 .3 .3 r .008 w .89074 .91895 Mdot P p .482 1 .3 r .008 w .39026 .35361 Mdot P P p p 1 .273 .273 r .008 w .90075 .92663 Mdot P p .462 1 .273 r .008 w .42814 .39311 Mdot P P p p 1 .25 .25 r .008 w .90908 .93298 Mdot P p .445 1 .25 r .008 w .46187 .4283 Mdot P P p p 1 .231 .231 r .008 w .91611 .93831 Mdot P p .431 1 .231 r .008 w .49202 .4598 Mdot P P p p 1 .214 .214 r .008 w .92213 .94286 Mdot P p .419 1 .214 r .008 w .51911 .48811 Mdot P P p p 1 .2 .2 r .008 w .92734 .94678 Mdot P p .408 1 .2 r .008 w .54354 .51368 Mdot P P p p 1 .188 .188 r .008 w .93189 .9502 Mdot P p .399 1 .188 r .008 w .56568 .53688 Mdot P P p p 1 .176 .176 r .008 w .93591 .9532 Mdot P p .391 1 .176 r .008 w .58582 .558 Mdot P P p p 1 .167 .167 r .008 w .93948 .95587 Mdot P p .383 1 .167 r .008 w .60422 .57731 Mdot P P p p 1 .158 .158 r .008 w .94267 .95824 Mdot P p .377 1 .158 r .008 w .62107 .59503 Mdot P P p p 1 .15 .15 r .008 w .94554 .96038 Mdot P p .371 1 .15 r .008 w .63658 .61134 Mdot P P p p 1 .143 .143 r .008 w .94813 .9623 Mdot P p .366 1 .143 r .008 w .65088 .6264 Mdot P P p p 1 .136 .136 r .008 w .95049 .96405 Mdot P p .361 1 .136 r .008 w .66411 .64034 Mdot P P p p 1 .13 .13 r .008 w .95265 .96564 Mdot P p .357 1 .13 r .008 w .67639 .65329 Mdot P P P p p p 1 .8 .8 r .008 w .64123 .70106 Mdot P p .852 1 .8 r .008 w .04327 .01048 Mdot P P p p 1 .667 .667 r .008 w .70958 .75879 Mdot P p .753 1 .667 r .008 w .09899 .05993 Mdot P P p p 1 .571 .571 r .008 w .75514 .79751 Mdot P p .683 1 .571 r .008 w .15701 .11803 Mdot P P p p 1 .5 .5 r .008 w .78799 .82539 Mdot P p .63 1 .5 r .008 w .21201 .17444 Mdot P P p p 1 .444 .444 r .008 w .81291 .84647 Mdot P p .589 1 .444 r .008 w .26238 .22647 Mdot P P p p 1 .4 .4 r .008 w .83251 .86297 Mdot P p .556 1 .4 r .008 w .3079 .27362 Mdot P P p p 1 .364 .364 r .008 w .84835 .87626 Mdot P p .529 1 .364 r .008 w .34888 .31608 Mdot P P p p 1 .333 .333 r .008 w .86142 .88719 Mdot P p .507 1 .333 r .008 w .38574 .35432 Mdot P P p p 1 .308 .308 r .008 w .8724 .89634 Mdot P p .488 1 .308 r .008 w .41896 .3888 Mdot P P p p 1 .286 .286 r .008 w .88176 .90411 Mdot P p .471 1 .286 r .008 w .449 .41998 Mdot P P p p 1 .267 .267 r .008 w .88983 .91079 Mdot P p .457 1 .267 r .008 w .47623 .44828 Mdot P P p p 1 .25 .25 r .008 w .89686 .9166 Mdot P p .445 1 .25 r .008 w .50101 .47404 Mdot P P p p 1 .235 .235 r .008 w .90305 .9217 Mdot P p .434 1 .235 r .008 w .52363 .49757 Mdot P P p p 1 .222 .222 r .008 w .90853 .92622 Mdot P p .424 1 .222 r .008 w .54435 .51914 Mdot P P p p 1 .211 .211 r .008 w .91343 .93023 Mdot P p .416 1 .211 r .008 w .56339 .53898 Mdot P P p p 1 .2 .2 r .008 w .91782 .93384 Mdot P p .408 1 .2 r .008 w .58093 .55727 Mdot P P p p 1 .19 .19 r .008 w .92179 .93709 Mdot P p .401 1 .19 r .008 w .59715 .5742 Mdot P P p p 1 .182 .182 r .008 w .9254 .94003 Mdot P p .395 1 .182 r .008 w .61219 .58989 Mdot P P p p 1 .174 .174 r .008 w .92868 .94271 Mdot P p .389 1 .174 r .008 w .62616 .60449 Mdot P P p p 1 .167 .167 r .008 w .93169 .94516 Mdot P p .383 1 .167 r .008 w .63917 .61809 Mdot P P P p p p 1 .833 .833 r .008 w .57872 .63505 Mdot P p .877 1 .833 r .008 w .03669 .00871 Mdot P P p p 1 .714 .714 r .008 w .65086 .69732 Mdot P p .789 1 .714 r .008 w .08523 .05107 Mdot P P p p 1 .625 .625 r .008 w .7007 .74094 Mdot P p .723 1 .625 r .008 w .137 .10236 Mdot P P p p 1 .556 .556 r .008 w .73762 .77337 Mdot P p .671 1 .556 r .008 w .18709 .15338 Mdot P P p p 1 .5 .5 r .008 w .76621 .79848 Mdot P p .63 1 .5 r .008 w .23379 .20137 Mdot P P p p 1 .455 .455 r .008 w .78906 .81853 Mdot P p .596 1 .455 r .008 w .27667 .24557 Mdot P P p p 1 .417 .417 r .008 w .80777 .83493 Mdot P p .568 1 .417 r .008 w .31578 .28594 Mdot P P p p 1 .385 .385 r .008 w .82339 .84858 Mdot P p .545 1 .385 r .008 w .35138 .32272 Mdot P P p p 1 .357 .357 r .008 w .83664 .86014 Mdot P p .524 1 .357 r .008 w .3838 .35624 Mdot P P p p 1 .333 .333 r .008 w .84802 .87005 Mdot P p .507 1 .333 r .008 w .41338 .38682 Mdot P P p p 1 .313 .313 r .008 w .8579 .87865 Mdot P p .491 1 .313 r .008 w .44042 .41479 Mdot P P p p 1 .294 .294 r .008 w .86657 .88617 Mdot P p .478 1 .294 r .008 w .4652 .44044 Mdot P P p p 1 .278 .278 r .008 w .87424 .89281 Mdot P p .466 1 .278 r .008 w .48797 .46402 Mdot P P p p 1 .263 .263 r .008 w .88107 .89872 Mdot P p .455 1 .263 r .008 w .50895 .48575 Mdot P P p p 1 .25 .25 r .008 w .88719 .90401 Mdot P p .445 1 .25 r .008 w .52834 .50585 Mdot P P p p 1 .238 .238 r .008 w .89271 .90878 Mdot P p .436 1 .238 r .008 w .5463 .52446 Mdot P P p p 1 .227 .227 r .008 w .89771 .91309 Mdot P p .428 1 .227 r .008 w .56297 .54176 Mdot P P p p 1 .217 .217 r .008 w .90227 .91701 Mdot P p .421 1 .217 r .008 w .57849 .55787 Mdot P P p p 1 .208 .208 r .008 w .90644 .92059 Mdot P p .414 1 .208 r .008 w .59296 .5729 Mdot P P p p 1 .2 .2 r .008 w .91026 .92388 Mdot P p .408 1 .2 r .008 w .60649 .58696 Mdot P P P p p p 1 .857 .857 r .008 w .52651 .57981 Mdot P p .894 1 .857 r .008 w .03185 .00746 Mdot P P p p 1 .75 .75 r .008 w .60009 .64414 Mdot P p .815 1 .75 r .008 w .07485 .0445 Mdot P P p p 1 .667 .667 r .008 w .65245 .69073 Mdot P p .753 1 .667 r .008 w .12155 .09037 Mdot P P p p 1 .6 .6 r .008 w .6921 .72624 Mdot P p .704 1 .6 r .008 w .16749 .13688 Mdot P P p p 1 .545 .545 r .008 w .72333 .75429 Mdot P p .664 1 .545 r .008 w .21094 .18133 Mdot P P p p 1 .5 .5 r .008 w .74865 .77705 Mdot P p .63 1 .5 r .008 w .25135 .22282 Mdot P P p p 1 .462 .462 r .008 w .76964 .79591 Mdot P p .602 1 .462 r .008 w .28861 .26116 Mdot P P p p 1 .429 .429 r .008 w .78733 .81179 Mdot P p .577 1 .429 r .008 w .32287 .29644 Mdot P P p p 1 .4 .4 r .008 w .80247 .82536 Mdot P p .556 1 .4 r .008 w .35435 .32887 Mdot P P p p 1 .375 .375 r .008 w .81556 .8371 Mdot P p .538 1 .375 r .008 w .38328 .35869 Mdot P P p p 1 .353 .353 r .008 w .82701 .84735 Mdot P p .521 1 .353 r .008 w .40993 .38616 Mdot P P p p 1 .333 .333 r .008 w .83711 .85637 Mdot P p .507 1 .333 r .008 w .4345 .41151 Mdot P P p p 1 .316 .316 r .008 w .84609 .86439 Mdot P p .494 1 .316 r .008 w .45721 .43494 Mdot P P p p 1 .3 .3 r .008 w .85412 .87156 Mdot P p .482 1 .3 r .008 w .47825 .45665 Mdot P P p p 1 .286 .286 r .008 w .86135 .878 Mdot P p .471 1 .286 r .008 w .49778 .47682 Mdot P P p p 1 .273 .273 r .008 w .8679 .88382 Mdot P p .462 1 .273 r .008 w .51595 .49558 Mdot P P p p 1 .261 .261 r .008 w .87385 .88912 Mdot P p .453 1 .261 r .008 w .53289 .51309 Mdot P P p p 1 .25 .25 r .008 w .87928 .89395 Mdot P p .445 1 .25 r .008 w .54871 .52944 Mdot P P p p 1 .24 .24 r .008 w .88427 .89837 Mdot P p .438 1 .24 r .008 w .56352 .54476 Mdot P P p p 1 .231 .231 r .008 w .88886 .90245 Mdot P p .431 1 .231 r .008 w .57742 .55913 Mdot P P P p p p 1 .875 .875 r .008 w .4825 .53311 Mdot P p .908 1 .875 r .008 w .02814 .00652 Mdot P P p p 1 .778 .778 r .008 w .5561 .598 Mdot P p .836 1 .778 r .008 w .06674 .03942 Mdot P P p p 1 .7 .7 r .008 w .60974 .64624 Mdot P p .778 1 .7 r .008 w .10926 .0809 Mdot P P p p 1 .636 .636 r .008 w .65112 .68378 Mdot P p .731 1 .636 r .008 w .15165 .12361 Mdot P P p p 1 .583 .583 r .008 w .68422 .71393 Mdot P p .692 1 .583 r .008 w .19223 .16495 Mdot P P p p 1 .538 .538 r .008 w .71139 .73872 Mdot P p .658 1 .538 r .008 w .23036 .20397 Mdot P P p p 1 .5 .5 r .008 w .73414 .7595 Mdot P p .63 1 .5 r .008 w .26586 .24039 Mdot P P p p 1 .467 .467 r .008 w .75349 .77717 Mdot P p .605 1 .467 r .008 w .29878 .27419 Mdot P P p p 1 .438 .438 r .008 w .77017 .7924 Mdot P p .584 1 .438 r .008 w .32925 .3055 Mdot P P p p 1 .412 .412 r .008 w .7847 .80566 Mdot P p .565 1 .412 r .008 w .35745 .33449 Mdot P P p p 1 .389 .389 r .008 w .79748 .81732 Mdot P p .548 1 .389 r .008 w .38358 .36136 Mdot P P p p 1 .368 .368 r .008 w .80881 .82765 Mdot P p .533 1 .368 r .008 w .40781 .38629 Mdot P P p p 1 .35 .35 r .008 w .81893 .83686 Mdot P p .519 1 .35 r .008 w .43032 .40945 Mdot P P p p 1 .333 .333 r .008 w .82802 .84514 Mdot P p .507 1 .333 r .008 w .45128 .43101 Mdot P P p p 1 .318 .318 r .008 w .83624 .85261 Mdot P p .495 1 .318 r .008 w .47081 .45112 Mdot P P p p 1 .304 .304 r .008 w .8437 .85939 Mdot P p .485 1 .304 r .008 w .48905 .46991 Mdot P P p p 1 .292 .292 r .008 w .8505 .86557 Mdot P p .476 1 .292 r .008 w .50612 .48749 Mdot P P p p 1 .28 .28 r .008 w .85674 .87123 Mdot P p .467 1 .28 r .008 w .52213 .50398 Mdot P P p p 1 .269 .269 r .008 w .86247 .87643 Mdot P p .459 1 .269 r .008 w .53715 .51946 Mdot P P p p 1 .259 .259 r .008 w .86776 .88123 Mdot P p .452 1 .259 r .008 w .55128 .53403 Mdot P P P p p p 1 .889 .889 r .008 w .44502 .49321 Mdot P p .918 1 .889 r .008 w .02521 .00579 Mdot P P p p 1 .8 .8 r .008 w .51776 .55773 Mdot P p .852 1 .8 r .008 w .06022 .03539 Mdot P P p p 1 .727 .727 r .008 w .57186 .60675 Mdot P p .798 1 .727 r .008 w .09925 .07323 Mdot P P p p 1 .667 .667 r .008 w .61426 .64556 Mdot P p .753 1 .667 r .008 w .13858 .11269 Mdot P P p p 1 .615 .615 r .008 w .64862 .67716 Mdot P p .715 1 .615 r .008 w .17661 .1513 Mdot P P p p 1 .571 .571 r .008 w .67713 .70345 Mdot P p .683 1 .571 r .008 w .21267 .1881 Mdot P P p p 1 .533 .533 r .008 w .70122 .7257 Mdot P p .655 1 .533 r .008 w .24651 .22272 Mdot P P p p 1 .5 .5 r .008 w .72188 .7448 Mdot P p .63 1 .5 r .008 w .27812 .2551 Mdot P P p p 1 .471 .471 r .008 w .73981 .76137 Mdot P p .608 1 .471 r .008 w .30757 .2853 Mdot P P p p 1 .444 .444 r .008 w .75553 .7759 Mdot P p .589 1 .444 r .008 w .335 .31343 Mdot P P p p 1 .421 .421 r .008 w .76942 .78874 Mdot P p .572 1 .421 r .008 w .36054 .33964 Mdot P P p p 1 .4 .4 r .008 w .7818 .80018 Mdot P p .556 1 .4 r .008 w .38435 .36408 Mdot P P p p 1 .381 .381 r .008 w .79291 .81043 Mdot P p .542 1 .381 r .008 w .40658 .38689 Mdot P P p p 1 .364 .364 r .008 w .80292 .81968 Mdot P p .529 1 .364 r .008 w .42734 .40822 Mdot P P p p 1 .348 .348 r .008 w .81201 .82806 Mdot P p .517 1 .348 r .008 w .44678 .42818 Mdot P P p p 1 .333 .333 r .008 w .82028 .83569 Mdot P p .507 1 .333 r .008 w .465 .44689 Mdot P P p p 1 .32 .32 r .008 w .82786 .84267 Mdot P p .497 1 .32 r .008 w .4821 .46447 Mdot P P p p 1 .308 .308 r .008 w .83481 .84908 Mdot P p .488 1 .308 r .008 w .49819 .48099 Mdot P P p p 1 .296 .296 r .008 w .84122 .85498 Mdot P p .479 1 .296 r .008 w .51333 .49656 Mdot P P p p 1 .286 .286 r .008 w .84715 .86044 Mdot P p .471 1 .286 r .008 w .52762 .51125 Mdot P P P p p p 1 .9 .9 r .008 w .41278 .45876 Mdot P p .926 1 .9 r .008 w .02283 .00521 Mdot P P p p 1 .818 .818 r .008 w .48414 .52237 Mdot P p .865 1 .818 r .008 w .05486 .0321 Mdot P P p p 1 .75 .75 r .008 w .53813 .57157 Mdot P p .815 1 .75 r .008 w .09092 .0669 Mdot P P p p 1 .692 .692 r .008 w .58104 .61108 Mdot P p .772 1 .692 r .008 w .1276 .10355 Mdot P P p p 1 .643 .643 r .008 w .6162 .64365 Mdot P p .736 1 .643 r .008 w .16336 .13975 Mdot P P p p 1 .6 .6 r .008 w .64565 .67103 Mdot P p .704 1 .6 r .008 w .19753 .17453 Mdot P P p p 1 .563 .563 r .008 w .67075 .6944 Mdot P p .676 1 .563 r .008 w .22983 .2075 Mdot P P p p 1 .529 .529 r .008 w .69243 .7146 Mdot P p .652 1 .529 r .008 w .26019 .23853 Mdot P P p p 1 .5 .5 r .008 w .71136 .73226 Mdot P p .63 1 .5 r .008 w .28864 .26765 Mdot P P p p 1 .474 .474 r .008 w .72804 .74783 Mdot P p .611 1 .474 r .008 w .31528 .29492 Mdot P P p p 1 .45 .45 r .008 w .74287 .76166 Mdot P p .593 1 .45 r .008 w .34021 .32045 Mdot P P p p 1 .429 .429 r .008 w .75614 .77404 Mdot P p .577 1 .429 r .008 w .36355 .34436 Mdot P P p p 1 .409 .409 r .008 w .76809 .78519 Mdot P p .563 1 .409 r .008 w .38542 .36677 Mdot P P p p 1 .391 .391 r .008 w .7789 .79528 Mdot P p .55 1 .391 r .008 w .40594 .38779 Mdot P P p p 1 .375 .375 r .008 w .78875 .80445 Mdot P p .538 1 .375 r .008 w .42521 .40754 Mdot P P p p 1 .36 .36 r .008 w .79774 .81284 Mdot P p .526 1 .36 r .008 w .44333 .42612 Mdot P P p p 1 .346 .346 r .008 w .80599 .82053 Mdot P p .516 1 .346 r .008 w .46039 .44362 Mdot P P p p 1 .333 .333 r .008 w .81359 .82761 Mdot P p .507 1 .333 r .008 w .47648 .46012 Mdot P P p p 1 .321 .321 r .008 w .82062 .83415 Mdot P p .498 1 .321 r .008 w .49168 .4757 Mdot P P p p 1 .31 .31 r .008 w .82713 .84021 Mdot P p .49 1 .31 r .008 w .50604 .49044 Mdot P P P p p p 1 .909 .909 r .008 w .3848 .42875 Mdot P p .933 1 .909 r .008 w .02086 .00473 Mdot P P p p 1 .833 .833 r .008 w .45447 .49111 Mdot P p .877 1 .833 r .008 w .05038 .02937 Mdot P P p p 1 .769 .769 r .008 w .50798 .54008 Mdot P p .829 1 .769 r .008 w .08389 .06157 Mdot P P p p 1 .714 .714 r .008 w .551 .5799 Mdot P p .789 1 .714 r .008 w .11824 .09578 Mdot P P p p 1 .667 .667 r .008 w .58662 .61307 Mdot P p .753 1 .667 r .008 w .15198 .12984 Mdot P P p p 1 .625 .625 r .008 w .61672 .64121 Mdot P p .723 1 .625 r .008 w .18444 .1628 Mdot P P p p 1 .588 .588 r .008 w .64255 .66541 Mdot P p .695 1 .588 r .008 w .2153 .19424 Mdot P P p p 1 .556 .556 r .008 w .665 .68648 Mdot P p .671 1 .556 r .008 w .24447 .22401 Mdot P P p p 1 .526 .526 r .008 w .68472 .705 Mdot P p .649 1 .526 r .008 w .27196 .25208 Mdot P P p p 1 .5 .5 r .008 w .70219 .72141 Mdot P p .63 1 .5 r .008 w .29781 .2785 Mdot P P p p 1 .476 .476 r .008 w .71779 .73607 Mdot P p .612 1 .476 r .008 w .3221 .30335 Mdot P P p p 1 .455 .455 r .008 w .7318 .74925 Mdot P p .596 1 .455 r .008 w .34495 .32671 Mdot P P p p 1 .435 .435 r .008 w .74447 .76115 Mdot P p .582 1 .435 r .008 w .36643 .34868 Mdot P P p p 1 .417 .417 r .008 w .75598 .77197 Mdot P p .568 1 .417 r .008 w .38665 .36937 Mdot P P p p 1 .4 .4 r .008 w .76648 .78184 Mdot P p .556 1 .4 r .008 w .40571 .38887 Mdot P P p p 1 .385 .385 r .008 w .7761 .79088 Mdot P p .545 1 .385 r .008 w .42368 .40727 Mdot P P p p 1 .37 .37 r .008 w .78496 .7992 Mdot P p .534 1 .37 r .008 w .44065 .42464 Mdot P P p p 1 .357 .357 r .008 w .79313 .80688 Mdot P p .524 1 .357 r .008 w .45669 .44106 Mdot P P p p 1 .345 .345 r .008 w .8007 .81399 Mdot P p .515 1 .345 r .008 w .47188 .45661 Mdot P P p p 1 .333 .333 r .008 w .80773 .82059 Mdot P p .507 1 .333 r .008 w .48627 .47135 Mdot P P P p p p 1 .917 .917 r .008 w .3603 .40239 Mdot P p .938 1 .917 r .008 w .01921 .00434 Mdot P P p p 1 .846 .846 r .008 w .42813 .46331 Mdot P p .886 1 .846 r .008 w .04658 .02707 Mdot P P p p 1 .786 .786 r .008 w .48089 .51177 Mdot P p .841 1 .786 r .008 w .07787 .05703 Mdot P P p p 1 .733 .733 r .008 w .52377 .55162 Mdot P p .803 1 .733 r .008 w .11017 .0891 Mdot P P p p 1 .688 .688 r .008 w .55958 .58511 Mdot P p .769 1 .688 r .008 w .1421 .12125 Mdot P P p p 1 .647 .647 r .008 w .59007 .61374 Mdot P p .739 1 .647 r .008 w .17299 .15256 Mdot P P p p 1 .611 .611 r .008 w .61642 .63855 Mdot P p .712 1 .611 r .008 w .20252 .18259 Mdot P P p p 1 .579 .579 r .008 w .63946 .66027 Mdot P p .688 1 .579 r .008 w .23058 .21117 Mdot P P p p 1 .55 .55 r .008 w .65979 .67947 Mdot P p .667 1 .55 r .008 w .25713 .23825 Mdot P P p p 1 .524 .524 r .008 w .6779 .69657 Mdot P p .648 1 .524 r .008 w .28221 .26385 Mdot P P p p 1 .5 .5 r .008 w .69412 .71191 Mdot P p .63 1 .5 r .008 w .30588 .28801 Mdot P P p p 1 .478 .478 r .008 w .70876 .72575 Mdot P p .614 1 .478 r .008 w .32821 .31081 Mdot P P p p 1 .458 .458 r .008 w .72203 .73831 Mdot P p .599 1 .458 r .008 w .34928 .33234 Mdot P P p p 1 .44 .44 r .008 w .73413 .74975 Mdot P p .586 1 .44 r .008 w .36918 .35267 Mdot P P p p 1 .423 .423 r .008 w .7452 .76022 Mdot P p .573 1 .423 r .008 w .38798 .37189 Mdot P P p p 1 .407 .407 r .008 w .75538 .76984 Mdot P p .561 1 .407 r .008 w .40577 .39006 Mdot P P p p 1 .393 .393 r .008 w .76476 .77871 Mdot P p .551 1 .393 r .008 w .4226 .40727 Mdot P P p p 1 .379 .379 r .008 w .77344 .78692 Mdot P p .541 1 .379 r .008 w .43856 .42358 Mdot P P p p 1 .367 .367 r .008 w .7815 .79454 Mdot P p .531 1 .367 r .008 w .4537 .43905 Mdot P P p p 1 .355 .355 r .008 w .789 .80162 Mdot P p .523 1 .355 r .008 w .46807 .45375 Mdot P P P p p p 1 .923 .923 r .008 w .33868 .37905 Mdot P p .943 1 .923 r .008 w .01779 .004 Mdot P P p p 1 .857 .857 r .008 w .4046 .43843 Mdot P p .894 1 .857 r .008 w .04331 .02511 Mdot P P p p 1 .8 .8 r .008 w .45646 .48621 Mdot P p .852 1 .8 r .008 w .07266 .05311 Mdot P P p p 1 .75 .75 r .008 w .49899 .52586 Mdot P p .815 1 .75 r .008 w .10314 .08329 Mdot P P p p 1 .706 .706 r .008 w .5348 .55947 Mdot P p .782 1 .706 r .008 w .13343 .11373 Mdot P P p p 1 .667 .667 r .008 w .5655 .5884 Mdot P p .753 1 .667 r .008 w .16289 .14353 Mdot P P p p 1 .632 .632 r .008 w .59219 .61362 Mdot P p .727 1 .632 r .008 w .19119 .17227 Mdot P P p p 1 .6 .6 r .008 w .61565 .63584 Mdot P p .704 1 .6 r .008 w .2182 .19974 Mdot P P p p 1 .571 .571 r .008 w .63645 .65556 Mdot P p .683 1 .571 r .008 w .24386 .22588 Mdot P P p p 1 .545 .545 r .008 w .65505 .67322 Mdot P p .664 1 .545 r .008 w .2682 .25068 Mdot P P p p 1 .522 .522 r .008 w .67179 .68911 Mdot P p .646 1 .522 r .008 w .29124 .27417 Mdot P P p p 1 .5 .5 r .008 w .68694 .7035 Mdot P p .63 1 .5 r .008 w .31306 .29642 Mdot P P p p 1 .48 .48 r .008 w .70073 .7166 Mdot P p .615 1 .48 r .008 w .33371 .31749 Mdot P P p p 1 .462 .462 r .008 w .71333 .72858 Mdot P p .602 1 .462 r .008 w .35326 .33745 Mdot P P p p 1 .444 .444 r .008 w .72489 .73957 Mdot P p .589 1 .444 r .008 w .37179 .35636 Mdot P P p p 1 .429 .429 r .008 w .73554 .74969 Mdot P p .577 1 .429 r .008 w .38936 .37429 Mdot P P p p 1 .414 .414 r .008 w .74539 .75905 Mdot P p .566 1 .414 r .008 w .40603 .39131 Mdot P P p p 1 .4 .4 r .008 w .75452 .76773 Mdot P p .556 1 .4 r .008 w .42187 .40747 Mdot P P p p 1 .387 .387 r .008 w .76302 .7758 Mdot P p .546 1 .387 r .008 w .43692 .42284 Mdot P P p p 1 .375 .375 r .008 w .77093 .78333 Mdot P p .538 1 .375 r .008 w .45125 .43747 Mdot P P P p p p 1 .929 .929 r .008 w .31948 .35826 Mdot P p .947 1 .929 r .008 w .01658 .00371 Mdot P P p p 1 .867 .867 r .008 w .38348 .41605 Mdot P p .901 1 .867 r .008 w .04047 .02341 Mdot P P p p 1 .813 .813 r .008 w .43432 .46302 Mdot P p .861 1 .813 r .008 w .06811 .0497 Mdot P P p p 1 .765 .765 r .008 w .47637 .50233 Mdot P p .826 1 .765 r .008 w .09695 .0782 Mdot P P p p 1 .722 .722 r .008 w .51203 .53589 Mdot P p .794 1 .722 r .008 w .12576 .10709 Mdot P P p p 1 .684 .684 r .008 w .54279 .56497 Mdot P p .766 1 .684 r .008 w .15391 .13552 Mdot P P p p 1 .65 .65 r .008 w .56968 .59046 Mdot P p .741 1 .65 r .008 w .18107 .16306 Mdot P P p p 1 .619 .619 r .008 w .59342 .61303 Mdot P p .718 1 .619 r .008 w .20709 .18949 Mdot P P p p 1 .591 .591 r .008 w .61458 .63316 Mdot P p .697 1 .591 r .008 w .23191 .21473 Mdot P P p p 1 .565 .565 r .008 w .63357 .65124 Mdot P p .678 1 .565 r .008 w .25553 .23877 Mdot P P p p 1 .542 .542 r .008 w .65072 .66759 Mdot P p .661 1 .542 r .008 w .27797 .26162 Mdot P P p p 1 .52 .52 r .008 w .66629 .68244 Mdot P p .645 1 .52 r .008 w .29927 .28333 Mdot P P p p 1 .5 .5 r .008 w .6805 .696 Mdot P p .63 1 .5 r .008 w .3195 .30394 Mdot P P p p 1 .481 .481 r .008 w .69353 .70842 Mdot P p .616 1 .481 r .008 w .3387 .32351 Mdot P P p p 1 .464 .464 r .008 w .70551 .71986 Mdot P p .604 1 .464 r .008 w .35694 .3421 Mdot P P p p 1 .448 .448 r .008 w .71658 .73043 Mdot P p .592 1 .448 r .008 w .37427 .35978 Mdot P P p p 1 .433 .433 r .008 w .72684 .74021 Mdot P p .581 1 .433 r .008 w .39076 .37659 Mdot P P p p 1 .419 .419 r .008 w .73636 .7493 Mdot P p .57 1 .419 r .008 w .40645 .39259 Mdot P P p p 1 .406 .406 r .008 w .74524 .75778 Mdot P p .561 1 .406 r .008 w .42139 .40783 Mdot P P p p 1 .394 .394 r .008 w .75353 .76569 Mdot P p .552 1 .394 r .008 w .43564 .42236 Mdot P P P p p p 1 .933 .933 r .008 w .30232 .33961 Mdot P p .951 1 .933 r .008 w .01551 .00346 Mdot P P p p 1 .875 .875 r .008 w .36441 .39582 Mdot P p .908 1 .875 r .008 w .03799 .02192 Mdot P P p p 1 .824 .824 r .008 w .41418 .4419 Mdot P p .869 1 .824 r .008 w .06409 .0467 Mdot P P p p 1 .778 .778 r .008 w .45565 .48076 Mdot P p .836 1 .778 r .008 w .09147 .07369 Mdot P P p p 1 .737 .737 r .008 w .49105 .51416 Mdot P p .805 1 .737 r .008 w .11893 .10119 Mdot P P p p 1 .7 .7 r .008 w .52175 .54326 Mdot P p .778 1 .7 r .008 w .14588 .12836 Mdot P P p p 1 .667 .667 r .008 w .54872 .56891 Mdot P p .753 1 .667 r .008 w .17198 .15478 Mdot P P p p 1 .636 .636 r .008 w .57266 .59171 Mdot P p .731 1 .636 r .008 w .19708 .18025 Mdot P P p p 1 .609 .609 r .008 w .59406 .61213 Mdot P p .71 1 .609 r .008 w .2211 .20465 Mdot P P p p 1 .583 .583 r .008 w .61335 .63055 Mdot P p .692 1 .583 r .008 w .24402 .22796 Mdot P P p p 1 .56 .56 r .008 w .63082 .64726 Mdot P p .674 1 .56 r .008 w .26587 .25019 Mdot P P p p 1 .538 .538 r .008 w .64674 .66249 Mdot P p .658 1 .538 r .008 w .28667 .27136 Mdot P P p p 1 .519 .519 r .008 w .6613 .67643 Mdot P p .644 1 .519 r .008 w .30647 .29151 Mdot P P p p 1 .5 .5 r .008 w .67469 .68924 Mdot P p .63 1 .5 r .008 w .32531 .3107 Mdot P P p p 1 .483 .483 r .008 w .68703 .70106 Mdot P p .617 1 .483 r .008 w .34326 .32897 Mdot P P p p 1 .467 .467 r .008 w .69845 .712 Mdot P p .605 1 .467 r .008 w .36034 .34637 Mdot P P p p 1 .452 .452 r .008 w .70906 .72216 Mdot P p .594 1 .452 r .008 w .37663 .36296 Mdot P P p p 1 .438 .438 r .008 w .71893 .73162 Mdot P p .584 1 .438 r .008 w .39215 .37878 Mdot P P p p 1 .424 .424 r .008 w .72815 .74044 Mdot P p .574 1 .424 r .008 w .40697 .39387 Mdot P P p p 1 .412 .412 r .008 w .73677 .7487 Mdot P p .565 1 .412 r .008 w .42112 .40829 Mdot P P P p p p 1 .938 .938 r .008 w .28689 .3228 Mdot P p .954 1 .938 r .008 w .01458 .00325 Mdot P P p p 1 .882 .882 r .008 w .34712 .37744 Mdot P p .913 1 .882 r .008 w .03579 .02062 Mdot P P p p 1 .833 .833 r .008 w .39578 .4226 Mdot P p .877 1 .833 r .008 w .06052 .04404 Mdot P P p p 1 .789 .789 r .008 w .43661 .46093 Mdot P p .844 1 .789 r .008 w .08657 .06968 Mdot P P p p 1 .75 .75 r .008 w .47166 .49407 Mdot P p .815 1 .75 r .008 w .11281 .0959 Mdot P P p p 1 .714 .714 r .008 w .50222 .5231 Mdot P p .789 1 .714 r .008 w .13865 .12192 Mdot P P p p 1 .682 .682 r .008 w .52919 .5488 Mdot P p .765 1 .682 r .008 w .16376 .14731 Mdot P P p p 1 .652 .652 r .008 w .55322 .57175 Mdot P p .743 1 .652 r .008 w .18799 .17187 Mdot P P p p 1 .625 .625 r .008 w .57479 .59238 Mdot P p .723 1 .625 r .008 w .21125 .19547 Mdot P P p p 1 .6 .6 r .008 w .59429 .61106 Mdot P p .704 1 .6 r .008 w .23352 .21809 Mdot P P p p 1 .577 .577 r .008 w .61202 .62805 Mdot P p .687 1 .577 r .008 w .2548 .23972 Mdot P P p p 1 .556 .556 r .008 w .62821 .64358 Mdot P p .671 1 .556 r .008 w .27511 .26037 Mdot P P p p 1 .536 .536 r .008 w .64306 .65783 Mdot P p .656 1 .536 r .008 w .29449 .28007 Mdot P P p p 1 .517 .517 r .008 w .65674 .67097 Mdot P p .643 1 .517 r .008 w .31297 .29888 Mdot P P p p 1 .5 .5 r .008 w .66939 .68312 Mdot P p .63 1 .5 r .008 w .33061 .31682 Mdot P P p p 1 .484 .484 r .008 w .68113 .69439 Mdot P p .618 1 .484 r .008 w .34744 .33395 Mdot P P p p 1 .469 .469 r .008 w .69204 .70487 Mdot P p .607 1 .469 r .008 w .36351 .35031 Mdot P P p p 1 .455 .455 r .008 w .70221 .71464 Mdot P p .596 1 .455 r .008 w .37886 .36593 Mdot P P p p 1 .441 .441 r .008 w .71173 .72379 Mdot P p .586 1 .441 r .008 w .39353 .38087 Mdot P P p p 1 .429 .429 r .008 w .72065 .73235 Mdot P p .577 1 .429 r .008 w .40757 .39515 Mdot P P P p p p 1 .941 .941 r .008 w .27294 .30757 Mdot P p .956 1 .941 r .008 w .01375 .00306 Mdot P P p p 1 .889 .889 r .008 w .33138 .36068 Mdot P p .918 1 .889 r .008 w .03383 .01946 Mdot P P p p 1 .842 .842 r .008 w .37893 .40489 Mdot P p .883 1 .842 r .008 w .05733 .04167 Mdot P P p p 1 .8 .8 r .008 w .41907 .44264 Mdot P p .852 1 .8 r .008 w .08218 .06608 Mdot P P p p 1 .762 .762 r .008 w .4537 .47545 Mdot P p .824 1 .762 r .008 w .10729 .09114 Mdot P P p p 1 .727 .727 r .008 w .48405 .50434 Mdot P p .798 1 .727 r .008 w .1321 .1161 Mdot P P p p 1 .696 .696 r .008 w .51095 .53002 Mdot P p .775 1 .696 r .008 w .1563 .14054 Mdot P P p p 1 .667 .667 r .008 w .535 .55304 Mdot P p .753 1 .667 r .008 w .17972 .16424 Mdot P P p p 1 .64 .64 r .008 w .55667 .57381 Mdot P p .734 1 .64 r .008 w .20226 .18709 Mdot P P p p 1 .615 .615 r .008 w .57632 .59267 Mdot P p .715 1 .615 r .008 w .2239 .20905 Mdot P P p p 1 .593 .593 r .008 w .59423 .60988 Mdot P p .699 1 .593 r .008 w .24462 .2301 Mdot P P p p 1 .571 .571 r .008 w .61064 .62565 Mdot P p .683 1 .571 r .008 w .26446 .25024 Mdot P P p p 1 .552 .552 r .008 w .62573 .64016 Mdot P p .668 1 .552 r .008 w .28342 .26951 Mdot P P p p 1 .533 .533 r .008 w .63966 .65357 Mdot P p .655 1 .533 r .008 w .30155 .28794 Mdot P P p p 1 .516 .516 r .008 w .65256 .66599 Mdot P p .642 1 .516 r .008 w .31887 .30556 Mdot P P p p 1 .5 .5 r .008 w .66456 .67754 Mdot P p .63 1 .5 r .008 w .33544 .3224 Mdot P P p p 1 .485 .485 r .008 w .67573 .6883 Mdot P p .619 1 .485 r .008 w .35129 .33852 Mdot P P p p 1 .471 .471 r .008 w .68617 .69836 Mdot P p .608 1 .471 r .008 w .36646 .35394 Mdot P P p p 1 .457 .457 r .008 w .69595 .70778 Mdot P p .598 1 .457 r .008 w .38098 .36871 Mdot P P p p 1 .444 .444 r .008 w .70513 .71662 Mdot P p .589 1 .444 r .008 w .39488 .38286 Mdot P P P p p p 1 .944 .944 r .008 w .26028 .2937 Mdot P p .959 1 .944 r .008 w .01301 .00289 Mdot P P p p 1 .895 .895 r .008 w .31698 .34534 Mdot P p .922 1 .895 r .008 w .03207 .01842 Mdot P P p p 1 .85 .85 r .008 w .36342 .38858 Mdot P p .889 1 .85 r .008 w .05446 .03954 Mdot P P p p 1 .81 .81 r .008 w .40285 .42572 Mdot P p .859 1 .81 r .008 w .07821 .06283 Mdot P P p p 1 .773 .773 r .008 w .43703 .45816 Mdot P p .832 1 .773 r .008 w .10229 .08683 Mdot P P p p 1 .739 .739 r .008 w .46711 .48684 Mdot P p .807 1 .739 r .008 w .12615 .11081 Mdot P P p p 1 .708 .708 r .008 w .49388 .51244 Mdot P p .784 1 .708 r .008 w .1495 .13436 Mdot P P p p 1 .68 .68 r .008 w .5179 .53546 Mdot P p .763 1 .68 r .008 w .17214 .15726 Mdot P P p p 1 .654 .654 r .008 w .53961 .55631 Mdot P p .744 1 .654 r .008 w .19401 .17941 Mdot P P p p 1 .63 .63 r .008 w .55935 .5753 Mdot P p .726 1 .63 r .008 w .21504 .20073 Mdot P P p p 1 .607 .607 r .008 w .5774 .59267 Mdot P p .709 1 .607 r .008 w .23524 .22123 Mdot P P p p 1 .586 .586 r .008 w .59397 .60863 Mdot P p .694 1 .586 r .008 w .25461 .24089 Mdot P P p p 1 .567 .567 r .008 w .60924 .62335 Mdot P p .679 1 .567 r .008 w .27316 .25973 Mdot P P p p 1 .548 .548 r .008 w .62337 .63698 Mdot P p .666 1 .548 r .008 w .29094 .27778 Mdot P P p p 1 .531 .531 r .008 w .63649 .64964 Mdot P p .653 1 .531 r .008 w .30796 .29508 Mdot P P p p 1 .515 .515 r .008 w .64871 .66142 Mdot P p .641 1 .515 r .008 w .32427 .31164 Mdot P P p p 1 .5 .5 r .008 w .66011 .67243 Mdot P p .63 1 .5 r .008 w .33989 .32752 Mdot P P p p 1 .486 .486 r .008 w .67078 .68273 Mdot P p .619 1 .486 r .008 w .35486 .34273 Mdot P P p p 1 .472 .472 r .008 w .68078 .69239 Mdot P p .609 1 .472 r .008 w .36922 .35732 Mdot P P p p 1 .459 .459 r .008 w .6902 .70147 Mdot P p .6 1 .459 r .008 w .38299 .37132 Mdot P P P p p p 1 .947 .947 r .008 w .24873 .28103 Mdot P p .961 1 .947 r .008 w .01235 .00273 Mdot P P p p 1 .9 .9 r .008 w .30377 .33123 Mdot P p .926 1 .9 r .008 w .03049 .01749 Mdot P P p p 1 .857 .857 r .008 w .34912 .37352 Mdot P p .894 1 .857 r .008 w .05187 .03762 Mdot P P p p 1 .818 .818 r .008 w .38781 .41003 Mdot P p .865 1 .818 r .008 w .0746 .05989 Mdot P P p p 1 .783 .783 r .008 w .42151 .44206 Mdot P p .839 1 .783 r .008 w .09773 .08292 Mdot P P p p 1 .75 .75 r .008 w .45129 .47049 Mdot P p .815 1 .75 r .008 w .12072 .10598 Mdot P P p p 1 .72 .72 r .008 w .47787 .49595 Mdot P p .793 1 .72 r .008 w .14326 .1287 Mdot P P p p 1 .692 .692 r .008 w .50181 .51894 Mdot P p .772 1 .692 r .008 w .16519 .15085 Mdot P P p p 1 .667 .667 r .008 w .52352 .53982 Mdot P p .753 1 .667 r .008 w .18641 .17233 Mdot P P p p 1 .643 .643 r .008 w .54331 .55888 Mdot P p .736 1 .643 r .008 w .20687 .19306 Mdot P P p p 1 .621 .621 r .008 w .56144 .57636 Mdot P p .719 1 .621 r .008 w .22656 .21302 Mdot P P p p 1 .6 .6 r .008 w .57813 .59247 Mdot P p .704 1 .6 r .008 w .24548 .23221 Mdot P P p p 1 .581 .581 r .008 w .59355 .60736 Mdot P p .69 1 .581 r .008 w .26364 .25064 Mdot P P p p 1 .563 .563 r .008 w .60785 .62117 Mdot P p .676 1 .563 r .008 w .28107 .26833 Mdot P P p p 1 .545 .545 r .008 w .62114 .63402 Mdot P p .664 1 .545 r .008 w .29779 .2853 Mdot P P p p 1 .529 .529 r .008 w .63354 .646 Mdot P p .652 1 .529 r .008 w .31383 .30159 Mdot P P p p 1 .514 .514 r .008 w .64514 .65721 Mdot P p .641 1 .514 r .008 w .32922 .31722 Mdot P P p p 1 .5 .5 r .008 w .656 .66772 Mdot P p .63 1 .5 r .008 w .344 .33222 Mdot P P p p 1 .486 .486 r .008 w .66621 .6776 Mdot P p .62 1 .486 r .008 w .35818 .34663 Mdot P P p p 1 .474 .474 r .008 w .67582 .68689 Mdot P p .611 1 .474 r .008 w .37181 .36047 Mdot P P P p p p 1 .95 .95 r .008 w .23816 .2694 Mdot P p .963 1 .95 r .008 w .01175 .0026 Mdot P P p p 1 .905 .905 r .008 w .29161 .31823 Mdot P p .93 1 .905 r .008 w .02906 .01665 Mdot P P p p 1 .864 .864 r .008 w .33589 .35958 Mdot P p .899 1 .864 r .008 w .04951 .03587 Mdot P P p p 1 .826 .826 r .008 w .37384 .39544 Mdot P p .871 1 .826 r .008 w .07132 .05721 Mdot P P p p 1 .792 .792 r .008 w .40704 .42703 Mdot P p .846 1 .792 r .008 w .09356 .07934 Mdot P P p p 1 .76 .76 r .008 w .43648 .45517 Mdot P p .822 1 .76 r .008 w .11573 .10156 Mdot P P p p 1 .731 .731 r .008 w .46285 .48047 Mdot P p .801 1 .731 r .008 w .13753 .1235 Mdot P P p p 1 .704 .704 r .008 w .48667 .50337 Mdot P p .781 1 .704 r .008 w .15878 .14495 Mdot P P p p 1 .679 .679 r .008 w .50832 .52423 Mdot P p .762 1 .679 r .008 w .17938 .16579 Mdot P P p p 1 .655 .655 r .008 w .52812 .54333 Mdot P p .745 1 .655 r .008 w .1993 .18595 Mdot P P p p 1 .633 .633 r .008 w .5463 .56089 Mdot P p .729 1 .633 r .008 w .2185 .2054 Mdot P P p p 1 .613 .613 r .008 w .56308 .5771 Mdot P p .714 1 .613 r .008 w .23698 .22414 Mdot P P p p 1 .594 .594 r .008 w .57861 .59212 Mdot P p .699 1 .594 r .008 w .25476 .24217 Mdot P P p p 1 .576 .576 r .008 w .59303 .60607 Mdot P p .686 1 .576 r .008 w .27185 .2595 Mdot P P p p 1 .559 .559 r .008 w .60647 .61908 Mdot P p .674 1 .559 r .008 w .28827 .27616 Mdot P P p p 1 .543 .543 r .008 w .61902 .63124 Mdot P p .662 1 .543 r .008 w .30405 .29217 Mdot P P p p 1 .528 .528 r .008 w .63078 .64263 Mdot P p .651 1 .528 r .008 w .31921 .30756 Mdot P P p p 1 .514 .514 r .008 w .64182 .65332 Mdot P p .64 1 .514 r .008 w .33379 .32235 Mdot P P p p 1 .5 .5 r .008 w .6522 .66338 Mdot P p .63 1 .5 r .008 w .3478 .33658 Mdot P P p p 1 .487 .487 r .008 w .66198 .67286 Mdot P p .621 1 .487 r .008 w .36128 .35026 Mdot P P P p p p 1 .952 .952 r .008 w .22844 .25869 Mdot P p .965 1 .952 r .008 w .01121 .00247 Mdot P P p p 1 .909 .909 r .008 w .28038 .3062 Mdot P p .933 1 .909 r .008 w .02775 .01588 Mdot P P p p 1 .87 .87 r .008 w .32361 .34663 Mdot P p .903 1 .87 r .008 w .04735 .03429 Mdot P P p p 1 .833 .833 r .008 w .36083 .38184 Mdot P p .877 1 .833 r .008 w .06831 .05477 Mdot P P p p 1 .8 .8 r .008 w .39351 .41297 Mdot P p .852 1 .8 r .008 w .08974 .07605 Mdot P P p p 1 .769 .769 r .008 w .42258 .44081 Mdot P p .829 1 .769 r .008 w .11114 .09749 Mdot P P p p 1 .741 .741 r .008 w .44872 .4659 Mdot P p .808 1 .741 r .008 w .13224 .11871 Mdot P P p p 1 .714 .714 r .008 w .47238 .48869 Mdot P p .789 1 .714 r .008 w .15285 .1395 Mdot P P p p 1 .69 .69 r .008 w .49396 .5095 Mdot P p .77 1 .69 r .008 w .17287 .15973 Mdot P P p p 1 .667 .667 r .008 w .51373 .5286 Mdot P p .753 1 .667 r .008 w .19227 .17935 Mdot P P p p 1 .645 .645 r .008 w .53193 .54619 Mdot P p .737 1 .645 r .008 w .211 .19832 Mdot P P p p 1 .625 .625 r .008 w .54875 .56247 Mdot P p .723 1 .625 r .008 w .22907 .21662 Mdot P P p p 1 .606 .606 r .008 w .56436 .57759 Mdot P p .708 1 .606 r .008 w .24647 .23426 Mdot P P p p 1 .588 .588 r .008 w .57888 .59166 Mdot P p .695 1 .588 r .008 w .26323 .25124 Mdot P P p p 1 .571 .571 r .008 w .59243 .6048 Mdot P p .683 1 .571 r .008 w .27935 .26759 Mdot P P p p 1 .556 .556 r .008 w .60512 .61709 Mdot P p .671 1 .556 r .008 w .29487 .28333 Mdot P P p p 1 .541 .541 r .008 w .61701 .62863 Mdot P p .66 1 .541 r .008 w .30981 .29848 Mdot P P p p 1 .526 .526 r .008 w .62819 .63948 Mdot P p .649 1 .526 r .008 w .32418 .31306 Mdot P P p p 1 .513 .513 r .008 w .63872 .6497 Mdot P p .639 1 .513 r .008 w .33802 .32709 Mdot P P p p 1 .5 .5 r .008 w .64865 .65934 Mdot P p .63 1 .5 r .008 w .35134 .34061 Mdot P P P P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{282, 282}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False] }, Closed]], Cell[TextData["tst = Table[Random[Integer,{1,100}],{10},{2}];"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "Timing[res = Apply[Function[{x,y},BinomialCL[x,y,#,AccuracyGoal->1]& /@ \ {.025,.975}],tst,1];]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {7.550000000002911*Second, Null}\ \>", "\<\ {7.55 Second, Null}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["dB, dBInverse"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "The decibel (dB) is 1/20 of the log to the base 10. These functions convert \ to and from dB."], "Text", Evaluatable->False, AspectRatioFixed->False], Cell["dB[x_] := 20. Log[10.,x]", "Input", InitializationCell->True, AspectRatioFixed->False], Cell["dBInverse[x_] := 10.^( x .05)", "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData["Retained for backward compatibility:"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["dBinv := dBInverse", "Input", InitializationCell->True, AspectRatioFixed->False] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Protected log function."], "Subsection", Evaluatable->True, AspectRatioFixed->False], Cell[TextData[ "In the computation of log likelihoods, it is occasionally necessary to make \ use of the following rules, so that the log function does not blow up."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["NLogP[0,0] := 0", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["NLogP[n_,0] := -Sign[n] Infinity", "Input", InitializationCell->True, AspectRatioFixed->True], Cell["NLogP[n_,d_] := n Log[d]", "Input", InitializationCell->True, AspectRatioFixed->False], Cell["SetAttributes[NLogP,Listable]", "Input", InitializationCell->True, AspectRatioFixed->False] }, Closed]], Cell[CellGroupData[{ Cell["Turn on spell message", "Subsection"], Cell[TextData[{ "On[", StyleBox["General::spell1]", FontWeight->"Plain", FontColor->RGBColor[1, 0, 0]] }], "Input", InitializationCell->True, AspectRatioFixed->True] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Tutorial"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "In this section I provide some simple examples of how to use the functions \ PsychometricFit and PsychometricPlot, and how to create and use a new \ psychometric function."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Fitting and plotting one set of data"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "First we create some fictional data. These are triples of the form \ {strength, # wrong, # right}."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["data1={{2,4,3},{4,3,4},{6,10,34},{8,1,18},{10,0,10}};", "Input", AspectRatioFixed->True], Cell[TextData[ "We fit the data. The function returns the data, the name of the fitted \ psychometric function, and a list containing a list of function parameters \ and a measure of the error of the fit."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["fit1 = PsychometricFit[data1]", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{"{", RowBox[{ \({{2, 4, 3}, {4, 3, 4}, {6, 10, 34}, {8, 1, 18}, {10, 0, 10}}\), ",", "LogWeibullPF", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"6.37345013681766303`", ",", StyleBox["4.`", StyleBoxAutoDelete->True, PrintPrecision->1], ",", StyleBox["0.5`", StyleBoxAutoDelete->True, PrintPrecision->1], ",", StyleBox["0.01`", StyleBoxAutoDelete->True, PrintPrecision->1]}], "}"}], ",", "0.489602160290336119`"}], "}"}]}], "}"}]], "Output"] }, Open ]], Cell[TextData[ "This result can be plotted directly using the function PsychometricFit, \ about which we will say more in a moment."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["PsychometricPlot[fit1];", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -3 -9 ] [.1 -0.0125 3 0 ] [.3 -0.0125 -3 -9 ] [.3 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.7 -0.0125 -3 -9 ] [.7 -0.0125 3 0 ] [.9 -0.0125 -6 -9 ] [.9 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s [(2)] .1 -0.0125 0 1 Mshowa .3 0 m .3 .00625 L s [(4)] .3 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .7 0 m .7 .00625 L s [(8)] .7 -0.0125 0 1 Mshowa .9 0 m .9 .00625 L s [(10)] .9 -0.0125 0 1 Mshowa .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .75 g .5 Mabswid .1 .07341 m .1 .49252 L s .3 .1254 m .3 .54451 L s .5 .38165 m .5 .54344 L s .7 .44403 m .7 .61568 L s .9 .45775 m .9 .61742 L s 0 g .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .33941 m .08651 .34464 L .12633 .35128 L .16372 .35854 L .19969 .36656 L .23797 .37632 L .27482 .38701 L .31398 .39986 L .35172 .41373 L .38802 .42844 L .42664 .44548 L .46382 .46307 L .49958 .48082 L .53765 .50022 L .57429 .51888 L .61324 .53808 L .65077 .55526 L .68686 .56997 L .72527 .58317 L .76225 .59318 L .78113 .59726 L .80154 .60092 L .81959 .60354 L .83941 .60582 L .85825 .60748 L .87815 .60877 L .89659 .60963 L .90693 .61 L .91636 .61027 L .93247 .61062 L .94158 .61076 L .95 .61087 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogWeibullPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6.37) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4.) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.49) show 135.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?oo o`3oool05`3oool2000001/0oooo00<0_kno0?ooo`3oool0Q@3oool2000000L0oooo000Y0?ooo`03 0000003oool0oooo00X0oooo00<000000?ooo`3oool02`3oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo01T0oooo0`00000H0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool01`3oool4000000030?ooo`000000000000<00000 0P3oool4000000030?ooo`0000000000008000000P3oool4000000P0oooo1000000E0?ooo`800000 103oool2000000<0oooo0`00000M0?ooo`8000005P3oool00`2o_kl0oooo0?ooo`260?ooo`030000 003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00H0oooo00L000000?ooo`3oool0oooo 0000003oool000000080oooo00@000000?ooo`3oool000001@3oool0102o_kl0oooo0?ooo`000005 0?ooo`030000003oool0oooo01h0oooo00@000000?ooo`3oool000000`3oool2000000@0oooo00<0 _kno0?ooo`0000007P3oool2000001@0oooo00<0_kno0?ooo`3oool0QP3oool00`000000oooo0?oo o`050?ooo`00:@3oool00`000000oooo0?ooo`060?ooo`070000003oool0oooo0?ooo`000000oooo 000000020?ooo`030000003oool0oooo00D0000000<0oooo0000000000000P0000020?ooo`@00000 203oool4000001@0oooo00@000000?ooo`3oool000002@3oool00`2o_kl0oooo0000000P0?ooo`80 00004P3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo04l0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool01P3oool01`000000oooo0?ooo`3oool000000?oo o`0000000P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0000000D0oooo00<00000 0?ooo`3oool08@3oool010000000oooo0?ooo`0000080?ooo`<000008`3oool200000100oooo00<0 _kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`1?0?ooo`030000003oool0oooo00D0oooo000Y 0?ooo`030000003oool0oooo00L0oooo1P0000000`3oool00000000000030?ooo`<000000P3oool4 00000080oooo1000000P0?ooo`040000003oool0oooo000000P0oooo00<000000;no_`3oool09@3o ool2000000h0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`1?0?ooo`030000003o ool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0:03oool2 000000T0oooo1000000V0?ooo`800000303oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0 oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`00 0000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0:03oool20000 00X0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo 01P0oooo00<000000?ooo`3oool01@3oool002T0oooo0P00000I0?ooo`030;no_`3oool0oooo03@0 oooo00<0_kno0?ooo`3oool0:P3oool2000000H0oooo1000000e0?ooo`030;no_`3oool0oooo03@0 oooo00<0_kno0?ooo`3oool05`3oool2000000L0oooo000Y0?ooo`030000003oool0oooo01P0oooo 00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0/0?ooo`8000000`3oool6000003@0oooo 00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo 000Y0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?oo o`0^0?ooo`X00000<`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<0 00000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool05`3oool4000003@0oooo00<0_kno 0?ooo`3oool0<03oool8000003<0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<000000?oo o`3oool0=03oool00`2o_kl0oooo0?ooo`0`0?ooo`P00000<`3oool00`2o_kl0oooo0?ooo`0d0?oo o`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3o ool01P3oool400000080oooo1@0000020?ooo`<000000P3oool4000000<0oooo100000070?ooo`@0 00005@3oool3000000<0oooo0P0000040?ooo`030;no_`3oool0oooo0300oooo2000000c0?ooo`03 0;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00 5P3oool2000000@0oooo0P0000040?ooo`8000001@3oool00`000000oooo0?ooo`090?ooo`030000 003oool0oooo0080oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003oool0000000<0 oooo00<000000?ooo`0000009@3oool00`000000oooo0?ooo`020?ooo`800000103oool00`2o_kl0 oooo0?ooo`0a0?ooo`L00000<`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0 oooo00<000000?ooo`3oool01@3oool001D0oooo00@000000?ooo`3oool000000`3oool2000000<0 oooo00@000000?ooo`3oool00000103oool00`000000oooo0?ooo`060?ooo`@00000103oool01@00 0000oooo0?ooo`3oool0000000<0oooo00<000000?ooo`0000000`3oool00`000000oooo00000004 000000L0oooo1000000D0?ooo`@000002@3oool00`2o_kl0oooo0?ooo`0b0?ooo`@000000P3oool2 00000340oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0 oooo00D0oooo000E0?ooo`040000003oool0oooo000000P0oooo00@000000?ooo`3oool00000103o ool3000000H0oooo00<000000?ooo`3oool01@3oool01@000000oooo0?ooo`3oool0000000<0oooo 00<000000?ooo`0000000`3oool00`000000oooo000000030?ooo`030000003oool0oooo01d0oooo 00<000000?ooo`0000002P3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo00<0oooo 0P00000_0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool05P3oool3000000L0oooo 000E0?ooo`040000003oool0oooo000000T0oooo0P0000050?ooo`030000003oool0oooo00H0oooo 100000040?ooo`030000003oool0oooo0080oooo0`0000000`3oool0000000000003000000<0oooo 0`00000P0?ooo`030000003oool0000000X0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo 0?ooo`050?ooo`800000;@3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo 00<000000?ooo`3oool01@3oool001D0oooo00@000000?ooo`3oool00000203oool010000000oooo 0?ooo`0000040?ooo`030000003oool0oooo00h0oooo00<000000?ooo`3oool00?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?oo o`050?ooo`00:@3oool200000;00oooo0P00000<0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno 0?ooo`3oool05`3oool2000000L0oooo000Y0?ooo`030000003oool0oooo0;40oooo0`0000090?oo o`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?oo o`00:@3oool00`000000oooo0?ooo`2d0?ooo`8000001`3oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 4`3oool300000:00oooo0`0000040?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0 603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`0F0?ooo`030000003o ool0oooo0:00oooo0P0000020?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`050?ooo`D000000`3oool3 000000<0oooo100000001@3oool000000?ooo`3oool0000000<0oooo100000000`3oool000000000 0003000000030?ooo`0000000000008000000P3oool5000000030?ooo`000000000000<0000000<0 oooo0000000000001P0000030?ooo`<00000L@3oool4000003D0oooo00<0_kno0?ooo`3oool0603o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`060?ooo`040000003oool0 oooo00000080oooo00L000000?ooo`3oool0oooo0000003oool0000000<0oooo00<000000?ooo`00 00000P3oool010000000oooo0?ooo`0000070?ooo`050000003oool0oooo0?ooo`0000000`3oool0 0`000000oooo000000020?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool00`3oool0 1@000000oooo0?ooo`3oool0000000D0oooo00<000000?ooo`3oool0K`3oool7000003<0oooo00<0 _kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`06 0?ooo`040000003oool0oooo00000080oooo00L000000?ooo`3oool0oooo0000003oool0000000<0 oooo00<000000?ooo`0000000`0000020?ooo`D000000`3oool01@000000oooo0?ooo`3oool00000 00<0oooo00<000000?ooo`0000000P3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo 00<0oooo00@000000?ooo`3oool0oooo0`0000030?ooo`030000003oool0oooo06h0oooo2`00000` 0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?oo o`3oool01P3oool00`000000oooo0?ooo`030?ooo`070000003oool0oooo0?ooo`000000oooo0000 00030?ooo`040000003oool000000?ooo`8000000P3oool01@000000oooo0?ooo`3oool0000000<0 oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003oool000000080oooo00<000000?oo o`3oool00P3oool00`000000oooo0?ooo`030?ooo`050000003oool0oooo0?ooo`0000000P3oool0 0`000000oooo0?ooo`03000006h0oooo200000030?ooo`@00000;03oool00`2o_kl0oooo0?ooo`0H 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`8000001`3oool00`000000oooo0?ooo`040?oo o`<000000`3oool600000080oooo00@000000?ooo`3oool0oooo0`0000030?ooo`8000000`3oool4 000000040?ooo`00000000000?ooo`800000103oool00`000000oooo0?ooo`030?ooo`050000003o ool0oooo0?ooo`0000000P3oool010000000oooo0?ooo`00001`0?ooo`P000001`3oool5000002L0 oooo00<0_kno0?ooo`3oool05`3oool2000000L0oooo000Y0?ooo`030000003oool0oooo00D0oooo 0`00000?0?ooo`8000000P3oool2000000d0oooo00<000000?ooo`3oool02`3oool00`000000oooo 0?ooo`030?ooo`030000003oool0oooo00@000000P3oool5000006d0oooo2000000<0?ooo`D00000 8P3oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003o ool0oooo02H0oooo00<000000?ooo`3oool00P00000;0?ooo`<000000`3oool3000007/0oooo1P00 000B0?ooo`D000007@3oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y 0?ooo`030000003oool0oooo0;/0oooo1000000H0?ooo`H000005`3oool00`2o_kl0oooo0?ooo`0H 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo0;d0oooo00<0_kno0?oo o`3oool07@3oool500000180oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?oo o`00:@3oool00`000000oooo0?ooo`2m0?ooo`030;no_`3oool0oooo0280oooo2P0000060?ooo`@0 00006@3oool00`000000oooo0?ooo`050?ooo`008@3oool3000000D0oooo00<000000?ooo`3oool0 603oool00`000000oooo0?ooo`0d0?ooo`030000003oool0oooo03@0oooo00<000000?ooo`3oool0 =03oool00`2o_kl0oooo0?ooo`0/0?oooaH000003@3oool00`000000oooo0?ooo`050?ooo`008P3o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02P3o ool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3o ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3o ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3o ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3o ool00`2o_kl0oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3o ool00`000000oooo0?ooo`070?ooo`P000002@3oool00`000000oooo0?ooo`0;0?ooo`030000003o ool0oooo00D0oooo000R0?ooo`030000003oool0oooo00@0oooo`00000000`2o_kl000000000001@ 000000L0oooo000R0?ooo`030000003oool0oooo0?L0oooo2000000O0?ooo`008P3oool00`000000 oooo0?ooo`3g0?ooo`P000007`3oool00240oooo0P00003j0?ooo`H00000803oool00?l0oooo7`3o ool400000240oooo0000\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.518542, -0.145601, 0.0365175, 0.00592047}}] }, Open ]], Cell[TextData[ "By default, only the first parameter (threshold) is estimated. To estimate \ both the threshold and slope, we use the option FitParameters. Note the \ reduction in the error."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["PsychometricFit[data1,FitParameters->{True,True}]", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{"{", RowBox[{ \({{2, 4, 3}, {4, 3, 4}, {6, 10, 34}, {8, 1, 18}, {10, 0, 10}}\), ",", "LogWeibullPF", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ "6.43045809747111896`", ",", "5.30106261154034008`", ",", StyleBox["0.5`", StyleBoxAutoDelete->True, PrintPrecision->1], ",", StyleBox["0.01`", StyleBoxAutoDelete->True, PrintPrecision->1]}], "}"}], ",", "0.282460814040656238`"}], "}"}]}], "}"}]], "Output"] }, Open ]], Cell[TextData[ "The LogWeibullPF psychometric function has four parameters (threshold, \ slope, guess, and lapse). Here we estimate threshold and guess, and we alter \ the default value for the slope parameter."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["\<\ PsychometricFit[data1,FitParameters->{True,False,True} ,PsychometricParameters->{Automatic,3.,0.5,0.01}]\ \>", "Input", AspectRatioFixed->True], Cell[BoxData[ RowBox[{"{", RowBox[{ \({{2, 4, 3}, {4, 3, 4}, {6, 10, 34}, {8, 1, 18}, {10, 0, 10}}\), ",", "LogWeibullPF", ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"5.05881093791542646`", ",", StyleBox["3.`", StyleBoxAutoDelete->True, PrintPrecision->1], ",", "0.162373355073309859`", ",", StyleBox["0.01`", StyleBoxAutoDelete->True, PrintPrecision->1]}], "}"}], ",", "0.17102685849714807`"}], "}"}]}], "}"}]], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Fitting a different psychometric function"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Another widely used psychometric function is the LogisticPF. We have defined \ it in such a way that its parameters are identical in structure to those of \ the LogWeibull, though slightly different in effect."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ "To change the type of fitted function, we use the option ", StyleBox["PsychometricFunction", FontFamily->"Courier", FontWeight->"Bold"], "." }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["\<\ PsychometricPlot[PsychometricFit[data1 ,PsychometricFunction->LogisticPF ,FitParameters->{True,True} ]];\ \>", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -3 -9 ] [.1 -0.0125 3 0 ] [.3 -0.0125 -3 -9 ] [.3 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.7 -0.0125 -3 -9 ] [.7 -0.0125 3 0 ] [.9 -0.0125 -6 -9 ] [.9 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s [(2)] .1 -0.0125 0 1 Mshowa .3 0 m .3 .00625 L s [(4)] .3 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .7 0 m .7 .00625 L s [(8)] .7 -0.0125 0 1 Mshowa .9 0 m .9 .00625 L s [(10)] .9 -0.0125 0 1 Mshowa .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .75 g .5 Mabswid .1 .07341 m .1 .49252 L s .3 .1254 m .3 .54451 L s .5 .38165 m .5 .54344 L s .7 .44403 m .7 .61568 L s .9 .45775 m .9 .61742 L s 0 g .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .31117 m .06777 .31165 L .08651 .31228 L .10712 .31313 L .12633 .31413 L .16229 .31667 L .18159 .3185 L .19914 .32053 L .21876 .3233 L .23687 .3264 L .27317 .33461 L .31036 .34651 L .34612 .36216 L .38419 .384 L .42083 .41004 L .45978 .44189 L .49731 .47424 L .5334 .5042 L .57181 .53237 L .60879 .55449 L .64808 .57242 L .68595 .5849 L .72238 .59336 L .74122 .59666 L .76112 .59952 L .79701 .60337 L .81544 .60484 L .83521 .60612 L .85393 .60709 L .87429 .60795 L .91195 .6091 L .9304 .6095 L .95 .60985 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogisticPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5.81) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1.15) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.236) show 141.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg000003H0oooo00<0_kno0?ooo`3oool0_03oool2000000L0oooo000@ 0?ooo`050000003oool0oooo0?ooo`000000503oool00`000000oooo0?ooo`0H0?ooo`030;no_`00 0000000000/00000:@3oool00`2o_kl0oooo0?ooo`2m0?ooo`030000003oool0oooo00D0oooo000@ 0?ooo`@000005@3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo00/0oooo3@00000L 0?ooo`030;no_`3oool0oooo0;d0oooo00<000000?ooo`3oool01@3oool00100oooo00<000000?oo o`3oool05P3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo01P0oooo2P00000B0?oo o`030;no_`3oool0oooo0;d0oooo00<000000?ooo`3oool01@3oool000l0oooo1P00000D0?ooo`03 0000003oool0oooo01P0oooo00<0_kno0?ooo`3oool08P3oool4000000h0oooo00<0_kno0?ooo`3o ool0_@3oool00`000000oooo0?ooo`050?ooo`004P3oool00`000000oooo0?ooo`0D0?ooo`030000 003oool0oooo01P0oooo00<0_kno0?ooo`3oool09P3oool3000000/0oooo00<0_kno0?ooo`3oool0 _@3oool00`000000oooo0?ooo`050?ooo`004P3oool00`000000oooo0?ooo`0D0?ooo`030000003o ool0oooo01P0oooo00<0_kno0?ooo`3oool0:@3oool3000000P0oooo00<0_kno0?ooo`3oool0_@3o ool00`000000oooo0?ooo`050?ooo`004P3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0 oooo01P0oooo00<0_kno0?ooo`3oool0;03oool4000000@0oooo00<0_kno0?ooo`3oool0_@3oool0 0`000000oooo0?ooo`050?ooo`004@3oool2000001H0oooo0P00000I0?ooo`030;no_`3oool0oooo 0300oooo1`00002l0?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool0603oool00`2o_kl0 oooo0?ooo`0b0?ooo`H00000_03oool00`000000oooo0?ooo`050?ooo`00403oool5000001@0oooo 00<000000?ooo`3oool01`3oool4000000030?ooo`0000000000008000000P3oool400000080oooo 00@0_kno00000000000000000P3oool4000000P0oooo100000090?ooo`800000103oool2000000<0 oooo100000020?ooo`<0000000<0oooo0000000000001P00002k0?ooo`030000003oool0oooo00D0 oooo000B0?ooo`030000003oool0oooo01@0oooo00<000000?ooo`3oool01P3oool00`000000oooo 0?ooo`040?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool00P3oool01@000000oooo 0?ooo`3oool000000080oooo00<000000?ooo`3oool0503oool010000000oooo0?ooo`0000030?oo o`800000103oool00`000000oooo0?ooo`050?ooo``00000^03oool00`000000oooo0?ooo`050?oo o`004P3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo00H0oooo1@0000020?ooo`03 0000003oool0oooo00<0oooo00<000000?ooo`3oool00P3oool01@000000oooo0?ooo`3oool00000 0080oooo00<000000?ooo`3oool0203oool4000000P0oooo00@000000?ooo`3oool000002P3oool0 0`000000oooo0?ooo`040?ooo`T000000`3oool200000;H0oooo00<000000?ooo`3oool01@3oool0 0180oooo00<000000?ooo`3oool0503oool00`000000oooo0?ooo`060?ooo`050000003oool0oooo 0?ooo`0000000P3oool2000000@0oooo0P0000030?ooo`050000003oool0oooo0?ooo`0000000P3o ool2000001D0oooo00@000000?ooo`3oool000002`3oool010000000oooo0?ooo`3oool200000003 0?ooo`000000000000H000001@3oool300000;<0oooo00<000000?ooo`3oool01@3oool00180oooo 00@000000?ooo`3oool0oooo0P0000040?ooo`800000103oool2000000D0oooo00<000000?ooo`3o ool01`3oool300000080oooo0P000000103oool000000000003oool2000000050?ooo`0000000000 0?ooo`2o_kl00`0000020?ooo`80000000<0oooo0000000000004`3oool010000000oooo0?ooo`00 00080?ooo`040000003oool0oooo000000D0oooo00<000000?ooo`0000001@0000090?ooo`800000 /@3oool00`000000oooo0?ooo`050?ooo`004P3oool010000000oooo0?ooo`0000020?ooo`040000 003oool0oooo0?ooo`8000000`3oool010000000oooo0?ooo`0000040?ooo`030000003oool0oooo 01P0oooo00<0_kno0?ooo`3oool0703oool2000000X0oooo0P0000030?ooo`<000000`3oool40000 00`0oooo0P00002_0?ooo`030000003oool0oooo00D0oooo000@0?ooo`H000000P3oool00`000000 oooo0?ooo`060?ooo`040000003oool0oooo000000@0oooo0`00000H0?ooo`030;no_`3oool0oooo 03@0oooo00<0_kno0?ooo`3oool03P3oool00`000000oooo0?ooo`2Z0?ooo`<000001`3oool00180 oooo00@000000?ooo`3oool000000P3oool00`000000oooo0?ooo`060?ooo`<000001@3oool00`00 0000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool03`3oool20000 0:`0oooo00<000000?ooo`3oool01@3oool00180oooo00@000000?ooo`3oool000000P3oool00`00 0000oooo0?ooo`060?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0603oool00`2o _kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0140oooo0P00002Z0?ooo`030000003oool0oooo 00D0oooo000B0?ooo`040000003oool0oooo0?ooo`8000002P3oool3000000@0oooo00<000000?oo o`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01<0oooo00<000000?oo o`3oool07P3oool00`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000A0?ooo`80 00005P3oool00`000000oooo0?ooo`0A0?ooo`@000000`3oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo01@0oooo0P00000N0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool04P3oool00`000000oooo0?ooo`030?ooo`030;no _`3oool0oooo03@0oooo00<0_kno0?ooo`3oool05P3oool00`000000oooo0?ooo`0K0?ooo`030;no _`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool00140oooo0`00000E0?ooo`030000003o ool0oooo00H0oooo1@0000000`3oool0000000000003000000030?ooo`0000000000008000000P3o ool4000000<0oooo100000070?ooo`@000005@3oool2000000@0oooo0P0000040?ooo`8000000`3o ool300000180oooo0P00000K0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3o ool00140oooo00@000000?ooo`3oool00000503oool00`000000oooo0?ooo`080?ooo`050000003o ool0oooo0?ooo`0000000P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0_kno0080 oooo00@000000?ooo`3oool000008`3oool010000000oooo0?ooo`0000030?ooo`8000000`3oool0 10000000_kno0?ooo`0000030?ooo`030000003oool0oooo01<0oooo00<000000?ooo`3oool0603o ool00`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000A0?ooo`030000003oool0 oooo01D0oooo00<000000?ooo`3oool0203oool010000000oooo0?ooo`3oool400000080oooo00H0 00000?ooo`3oool0oooo0000003oool400000080oooo1@0000070?ooo`@00000503oool010000000 oooo0?ooo`0000080?ooo`040000002o_kl0oooo000000<0oooo00<000000?ooo`3oool0503oool0 0`000000oooo0?ooo`0G0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool0 0140oooo00<000000?ooo`3oool05@3oool2000000T0oooo00<000000?ooo`3oool0103oool01000 0000oooo0?ooo`0000030?ooo`030000003oool0000000D0oooo00D000000?ooo`3oool0oooo0000 000O0?ooo`040000003oool0oooo000000P0oooo00@000000;no_`3oool000000`3oool00`000000 oooo0?ooo`0E0?ooo`8000005`3oool00`2o_kl0oooo0?ooo`250?ooo`8000001`3oool000l0oooo 1@00000E0?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool00P3oool3000000030?oo o`000000000000<000000P3oool4000000<0oooo0`00000P0?ooo`040000003oool0oooo000000P0 oooo00@000000;no_`3oool000000`3oool00`000000oooo0?ooo`0G0?ooo`030000003oool0oooo 01@0oooo00<0_kno0?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool2000001L0 oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`0=0?ooo`030;no_`3oool0oooo02P0 oooo0P00000:0?ooo`8000000`3oool2000001X0oooo0P00000D0?ooo`030;no_`3oool0oooo08H0 oooo00<000000?ooo`3oool01@3oool00140oooo00<000000?ooo`3oool05@3oool00`000000oooo 0?ooo`060?ooo`<000003`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0200oooo 00<000000?ooo`3oool04@3oool00`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo 000A0?ooo`030000003oool0oooo01D0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?oo o`0d0?ooo`030;no_`3oool0oooo0240oooo00<000000?ooo`3oool0403oool00`2o_kl0oooo0?oo o`260?ooo`030000003oool0oooo00D0oooo000@0?ooo`030000003oool0000001H0oooo00<00000 0?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0280oooo00<00000 0?ooo`3oool03`3oool00`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000@0?oo o`030000003oool0000001H0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?oo o`030;no_`3oool0oooo02<0oooo0P00000?0?ooo`030;no_`3oool0oooo08H0oooo00<000000?oo o`3oool01@3oool000l0oooo0P0000000`3oool000000000000E0?ooo`030000003oool0oooo01P0 oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0U0?ooo`030000003oool0oooo00`0 oooo00<0_kno0?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00:@3oool2000000P0oooo 0`00000>0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool09P3oool00`000000oooo 0?ooo`0;0?ooo`030;no_`3oool0oooo08D0oooo0P0000070?ooo`00:@3oool00`000000oooo0?oo o`0:0?ooo`030000003oool0oooo00/0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?oo o`0W0?ooo`030000003oool0oooo00X0oooo00<0_kno0?ooo`3oool0QP3oool00`000000oooo0?oo o`050?ooo`00:@3oool00`000000oooo0?ooo`070?ooo`@0000000<0oooo0000000000000`000002 0?ooo`@0000000<0oooo0000000000000P0000020?ooo`@00000203oool4000001D0oooo0P000004 0?ooo`8000000`3oool3000002T0oooo00<000000?ooo`3oool02@3oool00`2o_kl0oooo0?ooo`26 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00H0oooo00L000000?oo o`3oool0oooo0000003oool000000080oooo00@000000?ooo`3oool000001@3oool0102o_kl0oooo 0?ooo`0000050?ooo`030000003oool0oooo01h0oooo00@000000?ooo`3oool000000`3oool20000 00@0oooo00<0_kno0?ooo`000000:@3oool2000000T0oooo00<0_kno0?ooo`3oool0QP3oool00`00 0000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`060?ooo`070000003oool0oooo0?oo o`000000oooo000000020?ooo`030000003oool0oooo00D0000000<0oooo0000000000000P000002 0?ooo`@00000203oool4000001@0oooo00@000000?ooo`3oool000002@3oool00`2o_kl0oooo0000 000[0?ooo`030000003oool0oooo00H0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?oo o`1?0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00H0oooo00L00000 0?ooo`3oool0oooo0000003oool000000080oooo00@000000?ooo`3oool000000`3oool00`000000 oooo000000050?ooo`030000003oool0oooo0240oooo00@000000?ooo`3oool00000203oool30000 02d0oooo00<000000?ooo`3oool01@3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo 04l0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01`3oool600000003 0?ooo`000000000000<0oooo0`0000020?ooo`@000000P3oool400000200oooo00@000000?ooo`3o ool00000203oool00`000000_kno0?ooo`0^0?ooo`030000003oool0oooo00@0oooo00<0_kno0?oo o`3oool0=03oool00`2o_kl0oooo0?ooo`1?0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`03 0000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0:03oool2000000T0oooo1000000^0?ooo`03 0000003oool0oooo00<0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo02l0oooo00<000000?ooo`3oool0 0P3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0 603oool00`000000oooo0?ooo`050?ooo`00:@3oool2000001T0oooo00<0_kno0?ooo`3oool0=03o ool00`2o_kl0oooo0?ooo`0`0?ooo`030000003oool0000000<00000=@3oool00`2o_kl0oooo0?oo o`0d0?ooo`030;no_`3oool0oooo01L0oooo0P0000070?ooo`00:@3oool00`000000oooo0?ooo`0H 0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0<@3oool6000003@0oooo00<0_kno 0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?oo o`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0`0?oo o`P00000<`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?oo o`3oool01@3oool002T0oooo00<000000?ooo`3oool05`3oool4000003@0oooo00<0_kno0?ooo`3o ool0<03oool8000003<0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`03 0000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<000000?ooo`3oool0 =03oool00`2o_kl0oooo0?ooo`0`0?ooo`P00000<`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no _`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3o ool400000080oooo1@0000020?ooo`<000000P3oool4000000<0oooo100000070?ooo`@00000503o ool3000000@0oooo0P0000030?ooo`<000000`3oool3000002/0oooo2000000c0?ooo`030;no_`3o ool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`005P3oool2 000000@0oooo0P0000040?ooo`8000001@3oool00`000000oooo0?ooo`090?ooo`030000003oool0 oooo0080oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003oool0000000<0oooo00<0 00000?ooo`000000903oool00`000000oooo0?ooo`030?ooo`800000103oool00`000000oooo0?oo o`050?ooo`030000003oool0oooo02T0oooo1`00000c0?ooo`030;no_`3oool0oooo03@0oooo00<0 _kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`005@3oool010000000oooo0?ooo`00 00030?ooo`8000000`3oool010000000oooo0?ooo`0000040?ooo`030000003oool0oooo00H0oooo 100000040?ooo`050000003oool0oooo0?ooo`0000000`3oool00`000000oooo000000030?ooo`03 0000003oool0000000@000001`3oool4000001D0oooo00<000000?ooo`3oool02@3oool00`000000 oooo0?ooo`050?ooo`030000003oool0oooo02X0oooo100000020?ooo`800000<@3oool00`2o_kl0 oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool001D0oooo 00@000000?ooo`3oool00000203oool010000000oooo0?ooo`0000040?ooo`<000001P3oool00`00 0000oooo0?ooo`050?ooo`050000003oool0oooo0?ooo`0000000`3oool00`000000oooo00000003 0?ooo`030000003oool0000000<0oooo00<000000?ooo`3oool07P3oool00`000000oooo0?ooo`09 0?ooo`030000003oool0oooo0080oooo0`00000_0?ooo`030;no_`3oool0oooo00<0oooo00<00000 0?ooo`3oool0;P3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01H0oooo0`000007 0?ooo`005@3oool010000000oooo0?ooo`0000090?ooo`8000001@3oool00`000000oooo0?ooo`06 0?ooo`@00000103oool00`000000oooo0?ooo`020?ooo`<0000000<0oooo0000000000000`000003 0?ooo`<000008@3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo0080oooo00<00000 0?ooo`3oool0;`3oool00`2o_kl0oooo0?ooo`040?ooo`030000003oool0oooo02d0oooo00<0_kno 0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000E0?oo o`040000003oool0oooo000000P0oooo00@000000?ooo`3oool00000103oool00`000000oooo0?oo o`0>0?ooo`030000003oool0oooo0340oooo0P00000:0?ooo`800000103oool4000002h0oooo00<0 _kno0?ooo`3oool01@3oool00`000000oooo0?ooo`0/0?ooo`030;no_`3oool0oooo03@0oooo00<0 _kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`005P3oool2000000X0oooo0P000005 0?ooo`030000003oool0oooo00`0oooo0`0000100?ooo`030;no_`3oool0oooo03@0oooo00<0_kno 0?ooo`3oool01P3oool2000002`0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo04l0oooo00<0_kno0?oo o`3oool0=03oool00`2o_kl0oooo0?ooo`080?ooo`030000003oool0oooo02T0oooo00<0_kno0?oo o`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`03 0000003oool0oooo04l0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`090?ooo`03 0000003oool0oooo02P0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`03 0000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo04l0oooo00<0_kno0?ooo`3oool0 =03oool00`2o_kl0oooo0?ooo`0:0?ooo`800000:03oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no _`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0C`3o ool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo00`0oooo00<000000?ooo`3oool09@3o ool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3o ool002T0oooo00<000000?ooo`3oool0C`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0 oooo00d0oooo0P00000U0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool0 0`000000oooo0?ooo`050?ooo`00:@3oool200000500oooo00<0_kno0?ooo`3oool0=03oool00`2o _kl0oooo0?ooo`0?0?ooo`030000003oool0oooo0280oooo00<0_kno0?ooo`3oool0=03oool00`2o _kl0oooo0?ooo`0G0?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool01`3oool300000080 oooo0P000000103oool000000000003oool4000000<0oooo100000000`3oool00000000000020000 0080oooo0P0000000`3oool00000000000020?ooo`<000000P3oool500000080oooo1@0000060?oo o`@000002@3oool00`2o_kl0oooo0?ooo`080?ooo`<00000103oool2000000@0oooo0P0000030?oo o`<000005`3oool00`2o_kl0oooo0?ooo`0@0?ooo`030000003oool0oooo0240oooo00<0_kno0?oo o`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`03 0000003oool0oooo00L0oooo00H000000?ooo`3oool000000?ooo`0000020?ooo`050000003oool0 oooo0?ooo`000000103oool00`000000oooo0?ooo`060?ooo`040000003oool0oooo00000080oooo 00@000000?ooo`3oool000000`3oool01@000000oooo0?ooo`3oool0000000<0oooo00D000000?oo o`3oool0oooo0000000D0?ooo`030;no_`3oool0oooo00/0oooo00@000000?ooo`3oool0oooo0P00 00030?ooo`040000003oool0oooo000000<0oooo00<000000?ooo`3oool05P3oool00`2o_kl0oooo 0?ooo`0A0?ooo`8000008@3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo 00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01`3oool00`000000oooo0?oo o`020?ooo`040000003oool0oooo000000<0oooo00<000000?ooo`3oool00P3oool5000000030?oo o`0000000000008000000P3oool010000000oooo0?ooo`0000020?ooo`050000003oool0oooo0?oo o`0000000`3oool01@000000oooo0?ooo`3oool0000000<0oooo00<000000?ooo`3oool01@3oool4 000000T0oooo00<0_kno0?ooo`3oool02`3oool00`000000oooo0?ooo`060?ooo`040000003oool0 oooo000000<0oooo00<000000?ooo`3oool05P3oool00`2o_kl0oooo0?ooo`0C0?ooo`8000007`3o ool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3o ool002T0oooo00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`020?ooo`040000003oool0 oooo000000<0oooo0P0000030?ooo`070000003oool0oooo0?ooo`000000oooo000000050?ooo`04 0000003oool0oooo00000080oooo00D000000?ooo`3oool0oooo000000030?ooo`050000003oool0 oooo0?ooo`0000000`3oool00`000000oooo0?ooo`0B0?ooo`030;no_`3oool0oooo00P0oooo0`00 000:0?ooo`800000103oool00`000000oooo0?ooo`0F0?ooo`030;no_`3oool0oooo01D0oooo00<0 00000?ooo`3oool0703oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<0 00000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3oool400000080oooo10000002 0?ooo`80000000<0oooo0000000000000P3oool300000080oooo100000020?ooo`@000000`3oool3 000000@0oooo00<000000?ooo`3oool00P3oool4000001@0oooo00<0_kno0?ooo`3oool0203oool0 0`000000oooo0?ooo`090?ooo`040000003oool0oooo000000<0oooo00<000000?ooo`3oool05P3o ool00`2o_kl0oooo0?ooo`0F0?ooo`800000703oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3o ool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01`3oool0 0`000000oooo0?ooo`020?ooo`030000003oool0oooo01D0oooo00<000000?ooo`3oool02`3oool0 0`000000oooo0?ooo`050?ooo`030000003oool0oooo01d0oooo100000090?ooo`8000000`3oool2 000003<0oooo0P00000J0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool0 0`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`070?ooo`040000003oool0oooo 0?ooo`8000005P3oool2000000/0oooo0`0000060?ooo`800000J03oool00`000000oooo0?ooo`0G 0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`05 0?ooo`00:@3oool200000:D0oooo0P00000G0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?oo o`3oool05`3oool2000000L0oooo000Y0?ooo`030000003oool0oooo0:H0oooo0P00000E0?ooo`03 0;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00 :@3oool00`000000oooo0?ooo`2X0?ooo`<000004P3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no _`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool04`3o ool3000009D0oooo0P00000@0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`0F0?ooo`030000003oool0 oooo09@0oooo0P00000>0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool0 0`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`050?ooo`D000000`3oool30000 00<0oooo100000000`3oool0000000000003000000030?ooo`0000000000008000000`3oool30000 0080oooo1@0000020?ooo`<0000000@0oooo00000000000000000`3oool300000740oooo0`000009 0?ooo`@00000=@3oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?oo o`030000003oool0oooo00H0oooo00@000000?ooo`3oool000000P3oool01`000000oooo0?ooo`3o ool000000?ooo`0000000`3oool01@000000oooo0?ooo`3oool0000000H0oooo00D000000?ooo`3o ool0oooo000000020?ooo`050000003oool0oooo0?ooo`0000000`3oool01`000000oooo0?ooo`3o ool000000?ooo`0000001@3oool00`000000oooo0?ooo`1c0?ooo`<000001@3oool6000003@0oooo 00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?oo o`060?ooo`040000003oool0oooo00000080oooo00L000000?ooo`3oool0oooo0000003oool00000 00<0oooo00D000000?ooo`3oool0oooo000000030?ooo`@000000`3oool00`000000oooo0?ooo`04 0?ooo`050000003oool0oooo0?ooo`0000001@3oool3000000<0oooo00<000000?ooo`3oool0MP3o ool3000000030?ooo`000000000000H00000<`3oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003o ool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool00`3oool0 1`000000oooo0?ooo`3oool000000?ooo`0000000`3oool01@000000oooo0?ooo`3oool0000000<0 oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`040?ooo`050000003oool0oooo0?oo o`0000000`3oool00`000000oooo000000020?ooo`030000003oool0oooo00<00000N@3oool90000 03<0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool2000000L0 oooo00<000000?ooo`3oool0103oool3000000<0oooo1@0000000`3oool00000000000030?ooo`@0 00000P3oool4000000<0oooo0P0000040?ooo`@0000000D0oooo0000003oool0oooo000000020?oo o`030000003oool0oooo07X0oooo2@00000b0?ooo`030;no_`3oool0oooo01L0oooo0P0000070?oo o`00:@3oool00`000000oooo0?ooo`050?ooo`<000007@3oool00`000000oooo0?ooo`0=0?ooo`@0 00000P3oool5000007T0oooo200000000`3oool0000000000003000002d0oooo00<0_kno0?ooo`3o ool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`0J0?ooo`030000 003oool0oooo00P0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`2;0?ooo`H00000 1`3oool5000002P0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3o ool00`000000oooo0?ooo`2k0?ooo`@000003@3oool800000200oooo00<0_kno0?ooo`3oool0603o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`2m0?ooo`030;no_`3oool0 oooo01@0oooo1`00000I0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool0 02T0oooo00<000000?ooo`3oool0_@3oool00`2o_kl0oooo0?ooo`0K0?oooa/000006@3oool00`00 0000oooo0?ooo`050?ooo`008@3oool3000000D0oooo00<000000?ooo`3oool0603oool00`000000 oooo0?ooo`0d0?ooo`030000003oool0oooo03@0oooo00<000000?ooo`3oool0=03oool00`2o_kl0 oooo0?ooo`0a0?oooa4000003@3oool00`000000oooo0?ooo`050?ooo`008P3oool00`000000oooo 0?ooo`040?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02P3oool00`000000oooo 0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3oool00`000000oooo 0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3oool00`000000oooo 0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3oool00`000000oooo 0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3oool00`2o_kl0oooo 0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02`3oool00`000000oooo 0?ooo`070?ooo`P000002@3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00D0oooo 000R0?ooo`030000003oool0oooo00@0oooo`00000000`2o_kl000000000001@000000L0oooo000R 0?ooo`030000003oool0oooo0?L0oooo2000000O0?ooo`008P3oool00`000000oooo0?ooo`3g0?oo o`P000007`3oool00240oooo0P00003j0?ooo`H00000803oool00?l0oooo7`3oool400000240oooo 0000\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.518542, -0.145601, 0.0365175, 0.00592047}}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Fitting and plotting several sets of data"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Both PsychometricFit and PsychometricPlot accept multiple data sets, as when \ an experiment contains several conditions. In this example each of two \ conditions contributes one list of triples."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ data2 = { {{3, 3, 4}, {5, 10, 34}, {7, 1, 18} } ,{{3, 4, 3}, {5, 16, 34}, {7,5,37}, {9, 1, 18} } };\ \>", "Input", AspectRatioFixed->False], Cell[CellGroupData[{ Cell["PsychometricPlot[PsychometricFit[data2]];", "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.333333 0.166667 0.0006168 0.6168 [ [.16667 -0.0125 -3 -9 ] [.16667 -0.0125 3 0 ] [.33333 -0.0125 -3 -9 ] [.33333 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.66667 -0.0125 -3 -9 ] [.66667 -0.0125 3 0 ] [.83333 -0.0125 -3 -9 ] [.83333 -0.0125 3 0 ] [1 -0.0125 -3 -9 ] [1 -0.0125 3 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .16667 0 m .16667 .00625 L s [(3)] .16667 -0.0125 0 1 Mshowa .33333 0 m .33333 .00625 L s [(4)] .33333 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(5)] .5 -0.0125 0 1 Mshowa .66667 0 m .66667 .00625 L s [(6)] .66667 -0.0125 0 1 Mshowa .83333 0 m .83333 .00625 L s [(7)] .83333 -0.0125 0 1 Mshowa 1 0 m 1 .00625 L s [(8)] 1 -0.0125 0 1 Mshowa .125 Mabswid .03333 0 m .03333 .00375 L s .06667 0 m .06667 .00375 L s .1 0 m .1 .00375 L s .13333 0 m .13333 .00375 L s .2 0 m .2 .00375 L s .23333 0 m .23333 .00375 L s .26667 0 m .26667 .00375 L s .3 0 m .3 .00375 L s .36667 0 m .36667 .00375 L s .4 0 m .4 .00375 L s .43333 0 m .43333 .00375 L s .46667 0 m .46667 .00375 L s .53333 0 m .53333 .00375 L s .56667 0 m .56667 .00375 L s .6 0 m .6 .00375 L s .63333 0 m .63333 .00375 L s .7 0 m .7 .00375 L s .73333 0 m .73333 .00375 L s .76667 0 m .76667 .00375 L s .8 0 m .8 .00375 L s .86667 0 m .86667 .00375 L s .9 0 m .9 .00375 L s .93333 0 m .93333 .00375 L s .96667 0 m .96667 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .61178 m 0 .61803 L s .16667 .61178 m .16667 .61803 L s .33333 .61178 m .33333 .61803 L s .5 .61178 m .5 .61803 L s .66667 .61178 m .66667 .61803 L s .83333 .61178 m .83333 .61803 L s .125 Mabswid .03333 .61428 m .03333 .61803 L s .06667 .61428 m .06667 .61803 L s .1 .61428 m .1 .61803 L s .13333 .61428 m .13333 .61803 L s .2 .61428 m .2 .61803 L s .23333 .61428 m .23333 .61803 L s .26667 .61428 m .26667 .61803 L s .3 .61428 m .3 .61803 L s .36667 .61428 m .36667 .61803 L s .4 .61428 m .4 .61803 L s .43333 .61428 m .43333 .61803 L s .46667 .61428 m .46667 .61803 L s .53333 .61428 m .53333 .61803 L s .56667 .61428 m .56667 .61803 L s .6 .61428 m .6 .61803 L s .63333 .61428 m .63333 .61803 L s .7 .61428 m .7 .61803 L s .73333 .61428 m .73333 .61803 L s .76667 .61428 m .76667 .61803 L s .8 .61428 m .8 .61803 L s .86667 .61428 m .86667 .61803 L s .9 .61428 m .9 .61803 L s .93333 .61428 m .93333 .61803 L s .96667 .61428 m .96667 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .75 g .5 Mabswid .16667 .1254 m .16667 .54451 L s .5 .38165 m .5 .54344 L s .83333 .44403 m .83333 .61568 L s 0 g .03 w .16667 .35307 Mdot .5 .47724 Mdot .83333 .58495 Mdot .5 Mabswid .08333 .38007 m .11714 .38606 L .15401 .39305 L .18863 .40007 L .22193 .40724 L .25738 .41533 L .2915 .42355 L .32776 .43274 L .3627 .44202 L .39631 .4513 L .43207 .46153 L .4665 .47167 L .49961 .48163 L .53486 .49238 L .56878 .5028 L .60486 .51384 L .6396 .52434 L .67302 .53422 L .70858 .54436 L .74282 .55365 L .77921 .56292 L .81427 .57114 L .848 .57832 L .88388 .58511 L .91667 .59053 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogWeibullPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5.36) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4.) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.117) show 141.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg00oooo0P0000090?ooo`004`3oool010000000oooo0?ooo`00000;0?ooo`030000003oool0oooo 00<0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo 00L0oooo000C0?ooo`040000003oool0oooo000000P0oooo00@000000?ooo`3oool000001@3oool0 0`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3oool0 01@0oooo0P00000:0?ooo`8000001P3oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo 0>40oooo00<000000?ooo`3oool01`3oool002P0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0 oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000X0?ooo`030000003oool0oooo02X0oooo 00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?oo o`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3oool002P0oooo00<00000 0?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000X0?oo o`800000:`3oool00`2o_kl0oooo0?ooo`3P0?ooo`8000002@3oool002P0oooo00<000000?ooo`3o ool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000X0?ooo`030000 003oool0oooo02X0oooo00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`00:03o ool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3o ool002P0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0 oooo00L0oooo000X0?ooo`030000003oool0oooo02X0oooo00<0_kno0?ooo`3oool0h@3oool00`00 0000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40 oooo00<000000?ooo`3oool01`3oool002P0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo 0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000X0?ooo`030000003oool0oooo02X0oooo00<0 _kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`00:03oool2000002/0oooo00<0_kno 0?ooo`3oool0h03oool2000000T0oooo000X0?ooo`030000003oool0oooo02X0oooo00<0_kno0?oo o`3oool0h@3oool00`000000oooo0?ooo`070?ooo`003P3oool3000001L0oooo00<000000?ooo`3o ool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000?0?ooo`030000 003oool0oooo01H0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000 003oool0oooo00L0oooo000?0?ooo`<000005P3oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3o ool0oooo0>40oooo00<000000?ooo`3oool01`3oool000l0oooo00@000000?ooo`3oool000005@3o ool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3o ool000l0oooo00@000000?ooo`3oool000005@3oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3o ool0oooo0>40oooo00<000000?ooo`3oool01`3oool000h0oooo1000000F0?ooo`030000003oool0 oooo02X0oooo00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`003`3oool40000 01D0oooo0P00000[0?ooo`030;no_`3oool0oooo0>00oooo0P0000090?ooo`00403oool00`000000 oooo0?ooo`0E0?ooo`030000003oool0oooo02X0oooo00<0_kno0?ooo`3oool0h@3oool00`000000 oooo0?ooo`070?ooo`00403oool00`000000oooo0?ooo`0E0?ooo`030000003oool0oooo02X0oooo 00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`00403oool2000001H0oooo00<0 00000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000? 0?ooo`80000000<0oooo000000000000503oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0 oooo0>40oooo00<000000?ooo`3oool01`3oool002P0oooo00<000000?ooo`3oool0:P3oool00`2o _kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000@0?ooo`<000005@3oool00`000000 oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3oool000l0oooo 00@000000?ooo`3oool0oooo0`0000040?ooo`800000103oool3000000D0oooo00<000000?ooo`3o ool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000?0?ooo`050000 003oool0oooo0?ooo`0000000P3oool010000000oooo0?ooo`3oool2000000D0oooo00<000000?oo o`3oool0103oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?oo o`3oool01`3oool000l0oooo00D000000?ooo`3oool0oooo000000020?ooo`030000003oool0oooo 00H0oooo100000050?ooo`800000:`3oool00`2o_kl0oooo0?ooo`3P0?ooo`8000002@3oool00100 oooo100000020?ooo`030000003oool0oooo00H0oooo00<000000?ooo`0000001P3oool00`000000 oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3oool001<0oooo 00@000000?ooo`3oool00000203oool00`000000oooo000000060?ooo`030000003oool0oooo02X0 oooo00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`003`3oool4000000030?oo o`000000000000X0oooo0P0000060?ooo`030000003oool0oooo02X0oooo00<0_kno0?ooo`3oool0 h@3oool00`000000oooo0?ooo`070?ooo`003`3oool01@000000oooo0?ooo`3oool0000001@0oooo 00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo 000?0?ooo`050000003oool0oooo0?ooo`000000503oool00`000000oooo0?ooo`0Z0?ooo`030;no _`3oool0oooo0>40oooo00<000000?ooo`3oool01`3oool000l0oooo00D000000?ooo`3oool0oooo 0000000D0?ooo`030000003oool0oooo02X0oooo00<0_kno0?ooo`3oool0h@3oool00`000000oooo 0?ooo`070?ooo`003`3oool4000001D0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?oo o`3Q0?ooo`030000003oool0oooo00L0oooo000?0?ooo`030000003oool0oooo01H0oooo0P00000[ 0?ooo`030;no_`3oool0oooo0>00oooo0P0000090?ooo`003P3oool6000001@0oooo00<000000?oo o`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000?0?ooo`04 0000003oool0oooo000001D0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?oo o`030000003oool0oooo00L0oooo000?0?ooo`@000005@3oool00`000000oooo0?ooo`0Z0?ooo`03 0;no_`3oool0oooo0>40oooo00<000000?ooo`3oool01`3oool00180oooo00<000000?ooo`3oool0 4`3oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?ooo`3oool0 1`3oool00100oooo0`00000E0?ooo`030000003oool0oooo02X0oooo00<0_kno0?ooo`3oool0h@3o ool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0 oooo0>40oooo00<000000?ooo`3oool01`3oool000l0oooo1000000E0?ooo`030000003oool0oooo 02X0oooo00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`003`3oool01@000000 oooo0?ooo`3oool0000001@0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?oo o`030000003oool0oooo00L0oooo000?0?ooo`050000003oool0oooo0?ooo`000000503oool20000 02/0oooo00<0_kno0?ooo`3oool0h03oool2000000T0oooo000?0?ooo`050000003oool0oooo0?oo o`000000503oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo0>40oooo00<000000?oo o`3oool01`3oool000l0oooo1000000E0?ooo`030000003oool0oooo02X0oooo00<0_kno0?ooo`3o ool0h@3oool00`000000oooo0?ooo`070?ooo`003`3oool00`000000oooo0?ooo`0F0?ooo`030000 003oool0oooo02X0oooo00<0_kno0?ooo`3oool0h@3oool00`000000oooo0?ooo`070?ooo`003P3o ool6000001@0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003o ool0oooo00L0oooo000A0?ooo`030000003oool0oooo01@0oooo00<000000?ooo`3oool0:P3oool0 0`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000A0?ooo`030000003oool0oooo 01@0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo 00L0oooo000A0?ooo`030000003oool0oooo01@0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0 oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000@0?ooo`8000005P3oool2000002X0oooo 1000003P0?ooo`8000002@3oool002P0oooo00<000000?ooo`3oool0:03oool600000>00oooo00<0 00000?ooo`3oool01`3oool000l0oooo1@00000D0?ooo`030000003oool0oooo00H0oooo10000000 0`3oool000000000000200000080oooo100000030?ooo`<000000P3oool4000000H0oooo20000007 0?ooo`800000103oool2000000<0oooo0`0000030?ooo`<00000103oool00`000000oooo0?ooo`2m 0?ooo`030000003oool0oooo00L0oooo000A0?ooo`030000003oool0oooo01@0oooo00<000000?oo o`3oool01@3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00<0oooo00<000000?oo o`3oool00P3oool01@000000oooo0?ooo`3oool000000080oooo00<000000?ooo`3oool01P3oool8 000000H0oooo00@000000?ooo`3oool000000`3oool2000000@0oooo00<000000?ooo`3oool00`3o ool00`000000oooo0?ooo`030?ooo`030000003oool0oooo0;d0oooo00<000000?ooo`3oool01`3o ool00140oooo00<000000?ooo`3oool0503oool00`000000oooo0?ooo`050?ooo`D000000P3oool0 0`000000oooo0?ooo`030?ooo`030000003oool0oooo0080oooo00D000000?ooo`3oool0oooo0000 00020?ooo`030000003oool0oooo00H0oooo200000060?ooo`040000003oool0oooo000000T0oooo 00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo0;`0oooo 00<000000?ooo`3oool01`3oool00140oooo00<000000?ooo`3oool0503oool00`000000oooo0?oo o`050?ooo`050000003oool0oooo0?ooo`0000000P3oool2000000@0oooo0P0000030?ooo`050000 003oool0oooo0?ooo`0000000P3oool2000000L0oooo200000060?ooo`040000003oool0oooo0000 00T0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo 0;`0oooo00<000000?ooo`3oool01`3oool00140oooo00<000000?ooo`3oool00P0000040?ooo`80 0000103oool2000000H0oooo00<000000?ooo`3oool01P3oool300000080oooo0P000000103oool0 00000000003oool2000000030?ooo`00000000000080oooo0`0000020?ooo`80000000<0oooo0000 000000001P3oool6000000L0oooo00@000000?ooo`3oool000002@3oool00`000000oooo0?ooo`03 0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0^`3oool00`000000oooo0?ooo`07 0?ooo`004@3oool00`000000oooo000000020?ooo`040000003oool0oooo0?ooo`8000000`3oool0 10000000oooo0?ooo`0000050?ooo`030000003oool0oooo02T0oooo100000090?ooo`8000002@3o ool2000000@0oooo0P0000040?ooo`@00000_@3oool00`000000oooo0?ooo`070?ooo`003`3oool5 00000080oooo00<000000?ooo`3oool01P3oool010000000oooo0?ooo`0000050?ooo`800000:`3o ool00`2o_kl0oooo0?ooo`3P0?ooo`8000002@3oool00140oooo00<000000?ooo`0000000P3oool0 0`000000oooo0?ooo`060?ooo`<000001P3oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0 oooo0>40oooo00<000000?ooo`3oool01`3oool00140oooo00<000000?ooo`0000000P3oool00`00 0000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0:P3oool00`2o _kl0oooo0?ooo`3Q0?ooo`030000003oool0oooo00L0oooo000A0?ooo`030000003oool0oooo0080 00002P3oool3000000D0oooo00<000000?ooo`3oool04`3oool4000001<0oooo00<0_kno0?ooo`3o ool0F@3oool00`2o_kl0oooo0?ooo`250?ooo`030000003oool0oooo00L0oooo000@0?ooo`800000 5P3oool00`000000oooo0?ooo`0@0?ooo`@000000`3oool5000000h0oooo00<0_kno0?ooo`3oool0 F@3oool00`2o_kl0oooo0?ooo`250?ooo`030000003oool0oooo00L0oooo000X0?ooo`030000003o ool0oooo0140oooo00<000000?ooo`3oool0203oool5000000T0oooo00<0_kno0?ooo`3oool0F@3o ool00`2o_kl0oooo0?ooo`250?ooo`030000003oool0oooo00L0oooo000@0?ooo`<000005@3oool0 0`000000oooo0?ooo`050?ooo`D0000000<0oooo0000000000000`0000000`3oool0000000000002 00000080oooo100000030?ooo`P000000`3oool4000001D0oooo0P0000040?ooo`800000103oool2 000000<0oooo0`00000`0?ooo`030;no_`3oool0oooo08D0oooo00<000000?ooo`3oool01`3oool0 0100oooo00@000000?ooo`3oool00000503oool00`000000oooo0?ooo`070?ooo`050000003oool0 oooo0?ooo`0000000P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo0080oooo 00@000000?ooo`3oool00000203oool7000001@0oooo00@000000?ooo`3oool000000`3oool20000 00<0oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?ooo`0_0?ooo`030;no_`3oool0 oooo08D0oooo00<000000?ooo`3oool01`3oool00100oooo00<000000?ooo`3oool05@3oool00`00 0000oooo0?ooo`070?ooo`040000003oool0oooo0?ooo`@000000P3oool01P000000oooo0?ooo`3o ool000000?ooo`@000000P3oool5000000L0oooo2P00000>0?ooo`040000003oool0oooo000000P0 oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?ooo`0_0?ooo`030;no_`3oool0oooo 08D0oooo00<000000?ooo`3oool01`3oool00100oooo00<000000?ooo`3oool05@3oool2000000P0 oooo00<000000?ooo`3oool0103oool010000000oooo0?ooo`0000030?ooo`030000003oool00000 00D0oooo00D000000?ooo`3oool0oooo000000080?ooo`030;no_`3oool0oooo00H0oooo1@000009 0?ooo`040000003oool0oooo000000P0oooo00@000000?ooo`3oool000000`3oool00`000000oooo 0?ooo`0_0?ooo`030;no_`3oool0oooo08@0oooo0P0000090?ooo`003P3oool5000001D0oooo00<0 00000?ooo`3oool01`3oool00`000000oooo0?ooo`020?ooo`<0000000<0oooo0000000000000`00 00020?ooo`@000000`3oool3000000T0oooo00<0_kno0?ooo`3oool02`3oool4000000D0oooo00@0 00000?ooo`3oool00000203oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo02l0 oooo00<0_kno0?ooo`3oool0Q@3oool00`000000oooo0?ooo`070?ooo`003`3oool2000001L0oooo 00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`0P0?ooo`030;no_`3oool0oooo00l0oooo 0`0000030?ooo`8000002P3oool2000000<0oooo0P00000a0?ooo`030;no_`3oool0oooo08D0oooo 00<000000?ooo`3oool01`3oool00100oooo00<000000?ooo`3oool05@3oool00`000000oooo0?oo o`050?ooo`<000008P3oool00`2o_kl0oooo0?ooo`0B0?ooo`<00000A03oool00`2o_kl0oooo0?oo o`250?ooo`030000003oool0oooo00L0oooo000@0?ooo`030000003oool0oooo01D0oooo00<00000 0?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`0E0?ooo`@00000@03oool00`2o_kl0oooo0?ooo`25 0?ooo`030000003oool0oooo00L0oooo000?0?ooo`030000003oool0000001H0oooo00<000000?oo o`3oool0:P3oool00`2o_kl0oooo0?ooo`0I0?ooo`D00000>`3oool00`2o_kl0oooo0?ooo`250?oo o`030000003oool0oooo00L0oooo000?0?ooo`030000003oool0000001H0oooo00<000000?ooo`3o ool0:P3oool00`2o_kl0oooo0?ooo`0N0?ooo`D00000=P3oool00`2o_kl0oooo0?ooo`250?ooo`03 0000003oool0oooo00L0oooo000>0?ooo`80000000<0oooo0000000000005@3oool00`000000oooo 0?ooo`0Z0?ooo`030;no_`3oool0oooo02<0oooo1@00000a0?ooo`030;no_`3oool0oooo08D0oooo 00<000000?ooo`3oool01`3oool002P0oooo0P0000070?ooo`<000008@3oool00`2o_kl0oooo0?oo o`0X0?ooo`@00000;@3oool00`2o_kl0oooo0?ooo`240?ooo`8000002@3oool002P0oooo00<00000 0?ooo`3oool02@3oool00`000000oooo0?ooo`0N0?ooo`030;no_`3oool0oooo02`0oooo0`00000Z 0?ooo`030;no_`3oool0oooo08D0oooo00<000000?ooo`3oool01`3oool002P0oooo00<000000?oo o`3oool01P3oool4000000030?ooo`000000000000<000000P3oool4000000030?ooo`0000000000 008000000P3oool4000000P0oooo1000000E0?ooo`800000103oool2000000<0oooo0`00000<0?oo o`<000009`3oool00`2o_kl0oooo0?ooo`250?ooo`030000003oool0oooo00L0oooo000X0?ooo`03 0000003oool0oooo00D0oooo00L000000?ooo`3oool0oooo0000003oool000000080oooo00@00000 0?ooo`3oool00000203oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00L0oooo00<0 _kno0?ooo`3oool0503oool010000000oooo0?ooo`0000030?ooo`8000001P3oool00`000000oooo 0?ooo`0<0?ooo`@000008`3oool00`2o_kl0oooo0?ooo`250?ooo`030000003oool0oooo00L0oooo 000X0?ooo`030000003oool0oooo00D0oooo00L000000?ooo`3oool0oooo0000003oool000000080 oooo00<000000?ooo`3oool01@0000000`3oool000000000000200000080oooo100000080?ooo`@0 0000503oool010000000oooo0?ooo`00000;0?ooo`030000003oool0oooo0100oooo0`00000P0?oo o`030;no_`3oool0oooo05P0oooo00<0_kno0?ooo`3oool0:P3oool00`000000oooo0?ooo`070?oo o`00:03oool00`000000oooo0?ooo`050?ooo`070000003oool0oooo0?ooo`000000oooo00000002 0?ooo`040000003oool0oooo000000<0oooo00<000000?ooo`0000001@3oool00`000000oooo0?oo o`0:0?ooo`030;no_`3oool0oooo01@0oooo00@000000?ooo`3oool00000203oool3000001H0oooo 0`00000M0?ooo`030;no_`3oool0oooo05P0oooo00<0_kno0?ooo`3oool0:P3oool00`000000oooo 0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`060?ooo`H0000000<0oooo0000000000000`3o ool300000080oooo100000020?ooo`@000002@3oool00`2o_kl0oooo0?ooo`0D0?ooo`040000003o ool0oooo000000P0oooo00<000000?ooo`3oool06@3oool4000001T0oooo00<0_kno0?ooo`3oool0 F03oool00`2o_kl0oooo0?ooo`0Z0?ooo`030000003oool0oooo00L0oooo000X0?ooo`030000003o ool0oooo02X0oooo00<0_kno0?ooo`3oool05@3oool2000000T0oooo1000000L0?ooo`D00000503o ool00`2o_kl0oooo0?ooo`1H0?ooo`030;no_`3oool0oooo02X0oooo00<000000?ooo`3oool01`3o ool002P0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0oooo0?ooo`150?ooo`@00000403oool0 0`2o_kl0oooo0?ooo`1H0?ooo`030;no_`3oool0oooo02X0oooo00<000000?ooo`3oool01`3oool0 02P0oooo0P00000[0?ooo`030;no_`3oool0oooo04T0oooo0`00000;0?ooo`@00000F@3oool00`2o _kl0oooo0?ooo`0Y0?ooo`8000002@3oool002P0oooo00<000000?ooo`3oool0:P3oool00`2o_kl0 oooo0?ooo`1<0?ooo`<000001`3oool6000005P0oooo00<0_kno0?ooo`3oool0:P3oool00`000000 oooo0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`0Z0?ooo`030;no_`3oool0oooo04l0oooo 0`0000030?ooo`P00000E`3oool00`2o_kl0oooo0?ooo`0Z0?ooo`030000003oool0oooo00L0oooo 000X0?ooo`030000003oool0oooo01H0oooo1000000@0?ooo`030;no_`3oool0oooo0580oooo2`00 001G0?ooo`030;no_`3oool0oooo02X0oooo00<000000?ooo`3oool01`3oool002P0oooo00<00000 0?ooo`3oool05`3oool00`000000oooo0?ooo`0@0?ooo`030;no_`3oool0oooo05D0oooo2000001G 0?ooo`030;no_`3oool0oooo02X0oooo00<000000?ooo`3oool01`3oool002P0oooo00<000000?oo o`3oool01@3oool400000080oooo1@0000020?ooo`<000000P3oool4000000<0oooo100000070?oo o`@000005@3oool3000000<0oooo0P00000h0?ooo`P00000E`3oool00`2o_kl0oooo0?ooo`0Z0?oo o`030000003oool0oooo00L0oooo000D0?ooo`800000103oool2000000@0oooo0P0000060?ooo`03 0000003oool0oooo00P0oooo00<000000?ooo`3oool00P3oool01@000000oooo0?ooo`3oool00000 00<0oooo00<000000?ooo`0000000`3oool00`000000oooo0000000<0?ooo`030;no_`3oool0oooo 01H0oooo00<000000?ooo`3oool00P3oool2000003T0oooo2000001F0?ooo`030;no_`3oool0oooo 02X0oooo00<000000?ooo`3oool01`3oool001<0oooo00@000000?ooo`3oool000000`3oool20000 00<0oooo00@000000?ooo`3oool000001@3oool00`000000oooo0?ooo`050?ooo`@00000103oool0 1@000000oooo0?ooo`3oool0000000<0oooo00<000000?ooo`0000000`3oool00`000000oooo0000 0004000000L0oooo1000000D0?ooo`@00000?`3oool4000000<0oooo0`00001C0?ooo`030;no_`3o ool0oooo02X0oooo00<000000?ooo`3oool01`3oool001<0oooo00@000000?ooo`3oool00000203o ool010000000oooo0?ooo`0000050?ooo`8000001P3oool00`000000oooo0?ooo`050?ooo`050000 003oool0oooo0?ooo`0000000`3oool00`000000oooo000000030?ooo`030000003oool0000000<0 oooo00<000000?ooo`3oool01P3oool00`2o_kl0oooo0?ooo`0D0?ooo`030000003oool000000480 oooo00<0_kno0?ooo`3oool01@3oool4000004l0oooo00<0_kno0?ooo`3oool0:@3oool2000000T0 oooo000C0?ooo`040000003oool0oooo000000T0oooo0P0000060?ooo`030000003oool0oooo00D0 oooo100000040?ooo`030000003oool0oooo0080oooo0`0000000`3oool0000000000003000000<0 oooo0`0000090?ooo`030;no_`3oool0oooo01@0oooo00<000000?ooo`000000@P3oool00`2o_kl0 oooo0?ooo`090?ooo`<00000C03oool00`2o_kl0oooo0?ooo`0Z0?ooo`030000003oool0oooo00L0 oooo000C0?ooo`040000003oool0oooo000000P0oooo00@000000?ooo`3oool000001@3oool00`00 0000oooo0?ooo`0=0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool05@3oool20000 0480oooo00<0_kno0?ooo`3oool0303oool3000004T0oooo00<0_kno0?ooo`3oool0:P3oool00`00 0000oooo0?ooo`070?ooo`00503oool2000000X0oooo0P0000060?ooo`030000003oool0oooo00/0 oooo0`00000L0?ooo`030;no_`3oool0oooo05T0oooo00<0_kno0?ooo`3oool03`3oool3000004H0 oooo00<0_kno0?ooo`3oool0:P3oool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo 0?ooo`0Z0?ooo`030;no_`3oool0oooo05T0oooo00<0_kno0?ooo`3oool04P3oool3000004<0oooo 00<0_kno0?ooo`3oool0:P3oool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?oo o`0Z0?ooo`030;no_`3oool0oooo05T0oooo00<0_kno0?ooo`3oool05@3oool300000400oooo00<0 _kno0?ooo`3oool0:P3oool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`0Z 0?ooo`030;no_`3oool0oooo05T0oooo00<0_kno0?ooo`3oool0603oool4000003`0oooo00<0_kno 0?ooo`3oool0:P3oool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`0Z0?oo o`030;no_`3oool0oooo05T0oooo00<0_kno0?ooo`3oool0703oool3000003T0oooo00<0_kno0?oo o`3oool0:P3oool00`000000oooo0?ooo`070?ooo`00:03oool00`000000oooo0?ooo`0Z0?ooo`03 0;no_`3oool0oooo05T0oooo00<0_kno0?ooo`3oool07`3oool3000003H0oooo00<0_kno0?ooo`3o ool0:P3oool00`000000oooo0?ooo`070?ooo`00:03oool2000002/0oooo00<0_kno0?ooo`3oool0 F@3oool00`2o_kl0oooo0?ooo`0R0?ooo`@0000040oooo00<0_kno0?ooo`3oool0:P3oool00`000000oooo0?ooo`070?ooo`007`3oool30000 00H0oooo00<000000?ooo`3oool0:P3oool00`000000oooo0?ooo`0[0?ooo`030000003oool0oooo 02/0oooo00<000000?ooo`3oool0:P3oool00`000000oooo0?ooo`0[0?ooo`030;no_`3oool0oooo 02X0oooo00<000000?ooo`3oool01`3oool00200oooo00<000000?ooo`3oool01@3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`070?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01`3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030;no_`3oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000 oooo0?ooo`070?ooo`00803oool00`000000oooo0?ooo`050?ooon@0000000<0_kno000000000000 :`0000090?ooo`00803oool00`000000oooo0?ooo`3o0?ooob40oooo000P0?ooo`030000003oool0 oooo0?l0oooo8@3oool001l0oooo0P00003o0?ooob<0oooo003o0?oood@0oooo0000\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {1.12037, -0.145601, 0.0219104, 0.00592047}}], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.25 0.125 0.0006168 0.6168 [ [.125 -0.0125 -3 -9 ] [.125 -0.0125 3 0 ] [.25 -0.0125 -3 -9 ] [.25 -0.0125 3 0 ] [.375 -0.0125 -3 -9 ] [.375 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.625 -0.0125 -3 -9 ] [.625 -0.0125 3 0 ] [.75 -0.0125 -3 -9 ] [.75 -0.0125 3 0 ] [.875 -0.0125 -3 -9 ] [.875 -0.0125 3 0 ] [1 -0.0125 -6 -9 ] [1 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .125 0 m .125 .00625 L s [(3)] .125 -0.0125 0 1 Mshowa .25 0 m .25 .00625 L s [(4)] .25 -0.0125 0 1 Mshowa .375 0 m .375 .00625 L s [(5)] .375 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .625 0 m .625 .00625 L s [(7)] .625 -0.0125 0 1 Mshowa .75 0 m .75 .00625 L s [(8)] .75 -0.0125 0 1 Mshowa .875 0 m .875 .00625 L s [(9)] .875 -0.0125 0 1 Mshowa 1 0 m 1 .00625 L s [(10)] 1 -0.0125 0 1 Mshowa .125 Mabswid .025 0 m .025 .00375 L s .05 0 m .05 .00375 L s .075 0 m .075 .00375 L s .1 0 m .1 .00375 L s .15 0 m .15 .00375 L s .175 0 m .175 .00375 L s .2 0 m .2 .00375 L s .225 0 m .225 .00375 L s .275 0 m .275 .00375 L s .3 0 m .3 .00375 L s .325 0 m .325 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .425 0 m .425 .00375 L s .45 0 m .45 .00375 L s .475 0 m .475 .00375 L s .525 0 m .525 .00375 L s .55 0 m .55 .00375 L s .575 0 m .575 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .675 0 m .675 .00375 L s .7 0 m .7 .00375 L s .725 0 m .725 .00375 L s .775 0 m .775 .00375 L s .8 0 m .8 .00375 L s .825 0 m .825 .00375 L s .85 0 m .85 .00375 L s .9 0 m .9 .00375 L s .925 0 m .925 .00375 L s .95 0 m .95 .00375 L s .975 0 m .975 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .61178 m 0 .61803 L s .125 .61178 m .125 .61803 L s .25 .61178 m .25 .61803 L s .375 .61178 m .375 .61803 L s .5 .61178 m .5 .61803 L s .625 .61178 m .625 .61803 L s .75 .61178 m .75 .61803 L s .875 .61178 m .875 .61803 L s .125 Mabswid .025 .61428 m .025 .61803 L s .05 .61428 m .05 .61803 L s .075 .61428 m .075 .61803 L s .1 .61428 m .1 .61803 L s .15 .61428 m .15 .61803 L s .175 .61428 m .175 .61803 L s .2 .61428 m .2 .61803 L s .225 .61428 m .225 .61803 L s .275 .61428 m .275 .61803 L s .3 .61428 m .3 .61803 L s .325 .61428 m .325 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .425 .61428 m .425 .61803 L s .45 .61428 m .45 .61803 L s .475 .61428 m .475 .61803 L s .525 .61428 m .525 .61803 L s .55 .61428 m .55 .61803 L s .575 .61428 m .575 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .675 .61428 m .675 .61803 L s .7 .61428 m .7 .61803 L s .725 .61428 m .725 .61803 L s .775 .61428 m .775 .61803 L s .8 .61428 m .8 .61803 L s .825 .61428 m .825 .61803 L s .85 .61428 m .85 .61803 L s .9 .61428 m .9 .61803 L s .925 .61428 m .925 .61803 L s .95 .61428 m .95 .61803 L s .975 .61428 m .975 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .75 g .5 Mabswid .125 .07341 m .125 .49252 L s .375 .32855 m .375 .49449 L s .625 .45437 m .625 .58985 L s .875 .44403 m .875 .61568 L s 0 g .03 w .125 .26496 Mdot .375 .42004 Mdot .625 .54399 Mdot .875 .58495 Mdot .5 Mabswid .0625 .35331 m .098 .35896 L .13671 .36585 L .17306 .37307 L .20803 .38074 L .24525 .38974 L .28107 .39924 L .31915 .41026 L .35583 .42178 L .39113 .43368 L .42867 .44715 L .46483 .46082 L .49959 .4745 L .5366 .48946 L .57222 .50404 L .6101 .51945 L .64658 .53391 L .68167 .54717 L .71901 .56027 L .75496 .57163 L .79317 .58211 L .82998 .5905 L .8654 .59697 L .90307 .60218 L .9375 .60561 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogWeibullPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6.5) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4.) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.668) show 141.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgd0oooo00<000000?ooo`3oool0203oool002H0oooo00<0 00000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000V 0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`08 0?ooo`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?oo o`3oool0203oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`03 0000003oool0oooo00P0oooo000V0?ooo`800000803oool00`2o_kl0oooo0?ooo`3/0?ooo`800000 2P3oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003o ool0oooo00P0oooo000V0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool0 0`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo 0>d0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0 oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo01l0oooo 00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?oo o`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool001<0oooo0P000004 0?ooo`8000000`3oool4000000@0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3] 0?ooo`030000003oool0oooo00P0oooo000B0?ooo`040000003oool0oooo000000<0oooo0P000004 0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3] 0?ooo`030000003oool0oooo00P0oooo000B0?ooo`040000003oool0oooo000000X0oooo00<00000 0?ooo`3oool00`3oool3000001l0oooo00<0_kno0?ooo`3oool0j`3oool3000000X0oooo000B0?oo o`040000003oool0oooo000000/0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`0O 0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool00180oooo00@000000?oo o`3oool00000203oool010000000oooo0?ooo`0000040?ooo`030000003oool0oooo01l0oooo00<0 _kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`004`3oool2000000X0oooo0P000005 0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`08 0?ooo`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?oo o`3oool0203oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`03 0000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0 k@3oool00`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3o ool0oooo0>d0oooo00<000000?ooo`3oool0203oool002H0oooo0P00000P0?ooo`030;no_`3oool0 oooo0>`0oooo0P00000:0?ooo`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo 0>d0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0 oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo01l0oooo 00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?oo o`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool002H0oooo00<00000 0?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000V0?oo o`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?oo o`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3o ool0203oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000 003oool0oooo00P0oooo000V0?ooo`800000803oool00`2o_kl0oooo0?ooo`3/0?ooo`8000002P3o ool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0 oooo00P0oooo000<0?ooo`<000005`3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo 0>d0oooo00<000000?ooo`3oool0203oool000d0oooo00<000000?ooo`3oool05P3oool00`000000 oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool000d0oooo 0`00000F0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo 0?ooo`080?ooo`003@3oool010000000oooo0?ooo`00000E0?ooo`030000003oool0oooo01l0oooo 00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`003@3oool010000000oooo0?oo o`00000E0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo 0?ooo`080?ooo`00303oool4000001H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?oo o`3]0?ooo`030000003oool0oooo00P0oooo000=0?ooo`@000005@3oool200000200oooo00<0_kno 0?ooo`3oool0k03oool2000000X0oooo000>0?ooo`030000003oool0oooo01D0oooo00<000000?oo o`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000>0?ooo`03 0000003oool0oooo01D0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`03 0000003oool0oooo00P0oooo000>0?ooo`8000005P3oool00`000000oooo0?ooo`0O0?ooo`030;no _`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool000d0oooo0P0000000`3oool000000000 000D0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?oo o`080?ooo`009P3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<00000 0?ooo`3oool0203oool000h0oooo0`00000E0?ooo`030000003oool0oooo01l0oooo00<0_kno0?oo o`3oool0k@3oool00`000000oooo0?ooo`080?ooo`003@3oool01P000000oooo0?ooo`3oool00000 0?ooo`800000103oool2000000@0oooo0`0000040?ooo`030000003oool0oooo01l0oooo00<0_kno 0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`003@3oool010000000oooo0?ooo`3oool2 00000080oooo00@000000?ooo`3oool0oooo0P0000050?ooo`030000003oool0oooo00<0oooo00<0 00000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000= 0?ooo`040000003oool0oooo0?ooo`8000000P3oool00`000000oooo0?ooo`060?ooo`@00000103o ool3000001l0oooo00<0_kno0?ooo`3oool0j`3oool3000000X0oooo000>0?ooo`<0000000D0oooo 0000003oool0oooo000000080?ooo`030000003oool0000000D0oooo00<000000?ooo`3oool07P3o ool400000>d0oooo00<000000?ooo`3oool0203oool00180oooo00@000000?ooo`3oool00000203o ool00`000000oooo000000050?ooo`030000003oool0oooo01d0oooo1P00003/0?ooo`030000003o ool0oooo00P0oooo000=0?ooo`@000000P3oool2000000X0oooo0P0000050?ooo`030000003oool0 oooo01`0oooo2000003[0?ooo`030000003oool0oooo00P0oooo000=0?ooo`050000003oool0oooo 0?ooo`000000503oool00`000000oooo0?ooo`0L0?ooo`P00000j`3oool00`000000oooo0?ooo`08 0?ooo`003@3oool01@000000oooo0?ooo`3oool0000001@0oooo00<000000?ooo`3oool0703oool8 00000>/0oooo00<000000?ooo`3oool0203oool000d0oooo00D000000?ooo`3oool0oooo0000000D 0?ooo`030000003oool0oooo01`0oooo2000003[0?ooo`030000003oool0oooo00P0oooo000=0?oo o`@000005@3oool00`000000oooo0?ooo`0M0?ooo`H00000k03oool00`000000oooo0?ooo`080?oo o`003@3oool00`000000oooo0?ooo`0F0?ooo`8000007`3oool400000>`0oooo0P00000:0?ooo`00 303oool6000001@0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000 003oool0oooo00P0oooo000=0?ooo`040000003oool0oooo000001D0oooo00<000000?ooo`3oool0 7`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000=0?ooo`@000005@3o ool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3oool0203o ool00100oooo00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0 oooo0>d0oooo00<000000?ooo`3oool0203oool000h0oooo0`00000E0?ooo`030000003oool0oooo 01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`009P3oool00`000000 oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool000d0oooo 1000000E0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo 0?ooo`080?ooo`003@3oool01@000000oooo0?ooo`3oool0000001@0oooo00<000000?ooo`3oool0 7`3oool00`2o_kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000=0?ooo`050000003o ool0oooo0?ooo`000000503oool200000200oooo00<0_kno0?ooo`3oool0k03oool2000000X0oooo 000=0?ooo`050000003oool0oooo0?ooo`000000503oool00`000000oooo0?ooo`0O0?ooo`030;no _`3oool0oooo0>d0oooo00<000000?ooo`3oool0203oool000d0oooo1000000E0?ooo`030000003o ool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool00`000000oooo0?ooo`080?ooo`003@3oool0 0`000000oooo0?ooo`0F0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0k@3oool0 0`000000oooo0?ooo`080?ooo`00303oool6000001@0oooo00<000000?ooo`3oool07`3oool00`2o _kl0oooo0?ooo`3]0?ooo`030000003oool0oooo00P0oooo000?0?ooo`030000003oool0oooo01@0 oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`120?ooo`030;no_`3oool0oooo0:P0 oooo00<000000?ooo`3oool0203oool000l0oooo00<000000?ooo`3oool0503oool00`000000oooo 0?ooo`0O0?ooo`030;no_`3oool0oooo0480oooo00<0_kno0?ooo`3oool0Z03oool00`000000oooo 0?ooo`080?ooo`003`3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo01l0oooo00<0 _kno0?ooo`3oool0@P3oool00`2o_kl0oooo0?ooo`2X0?ooo`030000003oool0oooo00P0oooo000> 0?ooo`8000005P3oool200000200oooo00<0_kno0?ooo`3oool0@P3oool00`2o_kl0oooo0?ooo`2W 0?ooo`8000002P3oool002H0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`120?oo o`030;no_`3oool0oooo0:P0oooo00<000000?ooo`3oool0203oool000d0oooo1@00000D0?ooo`03 0000003oool0oooo00L0oooo100000000`3oool000000000000200000080oooo100000030?ooo`<0 00000P3oool4000000P0oooo100000090?ooo`800000103oool2000000@0oooo0P0000040?ooo`80 0000103oool2000001<0oooo00<0_kno0?ooo`3oool0Z03oool00`000000oooo0?ooo`080?ooo`00 3`3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 103oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo0080oooo00D000000?ooo`3oool0 oooo000000020?ooo`030000003oool0oooo01@0oooo00@000000?ooo`3oool000000`3oool20000 00<0oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`0000020?ooo`040000003o ool0oooo00000180oooo00<0_kno0?ooo`3oool0Z03oool00`000000oooo0?ooo`080?ooo`003`3o ool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo00H0oooo1@0000020?ooo`L00000103o ool01@000000oooo0?ooo`3oool000000080oooo00<000000?ooo`3oool0203oool4000000P0oooo 00@000000?ooo`3oool00000203oool010000000oooo0?ooo`0000020?ooo`040000003oool0oooo 00000080oooo00@000000?ooo`3oool000004P3oool00`2o_kl0oooo0?ooo`2X0?ooo`030000003o ool0oooo00P0oooo000?0?ooo`030000003oool0oooo01@0oooo00<000000?ooo`3oool01P3oool0 1@000000oooo0?ooo`3oool000000080oooo0P0000040?ooo`X000000P3oool2000001D0oooo00@0 00000?ooo`3oool00000203oool3000000<0oooo0`0000040?ooo`8000004`3oool00`2o_kl0oooo 0?ooo`2X0?ooo`030000003oool0oooo00P0oooo000?0?ooo`040000003oool0oooo0?ooo`800000 103oool2000000@0oooo0P0000050?ooo`030000003oool0oooo00L0oooo0`0000020?ooo`800000 00@0oooo000000000000oooo0P0000000`3oool00000000000020?ooo`X000004`3oool010000000 oooo0?ooo`0000080?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool00`3oool01000 0000oooo0?ooo`00000B0?ooo`030;no_`3oool0oooo0:P0oooo00<000000?ooo`3oool0203oool0 00l0oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`3oool2000000<0oooo00@0 00000?ooo`3oool00000103oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0000000D00000 403oool2000000X0oooo0`0000030?ooo`<000000`3oool2000001<0oooo00<0_kno0?ooo`3oool0 Z03oool00`000000oooo0?ooo`080?ooo`003@3oool600000080oooo00<000000?ooo`3oool01P3o ool010000000oooo0?ooo`0000040?ooo`<000007`3oool00`2o_kl0oooo0?ooo`050?ooo`D00000 >03oool00`2o_kl0oooo0?ooo`2V0?ooo`<000002P3oool000l0oooo00@000000?ooo`3oool00000 0P3oool00`000000oooo0?ooo`060?ooo`<000001@3oool00`000000oooo0?ooo`0O0?ooo`030;no _`3oool0oooo00X0oooo1000000d0?ooo`030;no_`3oool0oooo0:P0oooo00<000000?ooo`3oool0 203oool000l0oooo00@000000?ooo`3oool000000P3oool00`000000oooo0?ooo`060?ooo`030000 003oool0oooo00D0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo0?ooo`0>0?ooo`D00000 ;`3oool00`2o_kl0oooo0?ooo`2X0?ooo`030000003oool0oooo00P0oooo000?0?ooo`040000003o ool0oooo0?ooo`8000002P3oool3000000@0oooo00<000000?ooo`3oool07`3oool00`2o_kl0oooo 0?ooo`0C0?ooo`@00000:`3oool00`2o_kl0oooo0?ooo`2X0?ooo`030000003oool0oooo00P0oooo 000>0?ooo`8000005P3oool00`000000oooo0?ooo`0A0?ooo`@000002P3oool00`2o_kl0oooo0?oo o`0G0?ooo`<00000:03oool00`2o_kl0oooo0?ooo`2X0?ooo`030000003oool0oooo00P0oooo000V 0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool02P3oool00`2o_kl0oooo0?ooo`0J 0?ooo`<000009@3oool00`2o_kl0oooo0?ooo`2X0?ooo`030000003oool0oooo00P0oooo000>0?oo o`<000005@3oool00`000000oooo0?ooo`060?ooo`D0000000<0oooo0000000000000`0000000`3o ool000000000000200000080oooo100000030?ooo`@000001`3oool400000140oooo1P0000040?oo o`800000103oool2000000<0oooo0`00000=0?ooo`030;no_`3oool0oooo0:P0oooo00<000000?oo o`3oool0203oool000h0oooo00@000000?ooo`3oool00000503oool00`000000oooo0?ooo`080?oo o`050000003oool0oooo0?ooo`0000000P3oool010000000oooo0?ooo`0000030?ooo`030000003o ool0oooo0080oooo00D000000?ooo`3oool000000;no_`0R0?ooo`030000003oool0000000H00000 0`3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo00`0oooo00<0_kno0?ooo`3o ool0Z03oool00`000000oooo0?ooo`080?ooo`003P3oool00`000000oooo0?ooo`0E0?ooo`030000 003oool0oooo00P0oooo00@000000?ooo`3oool0oooo100000020?ooo`060000003oool0oooo0?oo o`000000oooo100000020?ooo`D000001`3oool4000001@0oooo00@000000?ooo`3oool000000`3o ool4000000050?ooo`000000oooo0?ooo`0000000`3oool00`000000oooo0?ooo`0<0?ooo`030;no _`3oool0oooo0:P0oooo00<000000?ooo`3oool0203oool000h0oooo00<000000?ooo`3oool05@3o ool2000000T0oooo00<000000?ooo`3oool0103oool010000000oooo0?ooo`0000030?ooo`030000 003oool0000000D0oooo00D000000;no_`3oool0oooo0000000O0?ooo`040000003oool0oooo0000 00L0oooo1@0000030?ooo`030000003oool0oooo00`0oooo00<0_kno0?ooo`3oool0Y`3oool20000 00X0oooo000<0?ooo`D000005@3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo0080 oooo0`0000000`3oool000000000000300000080oooo100000030?ooo`<00000803oool010000000 oooo0?ooo`0000080?ooo`030000003oool0oooo00<0000000<0oooo0000003oool03@3oool00`2o _kl0oooo0?ooo`2X0?ooo`030000003oool0oooo00P0oooo000=0?ooo`8000005`3oool00`000000 oooo0?ooo`080?ooo`030000003oool0oooo01@0oooo00<0_kno0?ooo`3oool08@3oool2000000X0 oooo0P0000030?ooo`@000002P3oool400000:T0oooo00<000000?ooo`3oool0203oool000h0oooo 00<000000?ooo`3oool05@3oool00`000000oooo0?ooo`060?ooo`<000005P3oool00`2o_kl0oooo 0?ooo`0f0?ooo`<000001P3oool600000:P0oooo00<000000?ooo`3oool0203oool000h0oooo00<0 00000?ooo`3oool05@3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo03T0oooo0`00 00020?ooo`P00000Y`3oool00`000000oooo0?ooo`080?ooo`003@3oool00`000000oooo0000000F 0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3oool0?03oool:00000:L0oooo00<00000 0?ooo`3oool0203oool000d0oooo00<000000?ooo`0000005P3oool00`000000oooo0?ooo`0O0?oo o`030;no_`3oool0oooo03h0oooo2000002W0?ooo`030000003oool0oooo00P0oooo000<0?ooo`80 000000<0oooo0000000000005@3oool00`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo03h0 oooo2000002W0?ooo`030000003oool0oooo00P0oooo000V0?ooo`800000203oool3000001D0oooo 00<0_kno0?ooo`3oool0?`3oool700000:H0oooo0P00000:0?ooo`009P3oool00`000000oooo0?oo o`0:0?ooo`030000003oool0oooo0180oooo00<0_kno0?ooo`3oool0@03oool400000080oooo0`00 002T0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo00L0oooo10000000 0`3oool000000000000300000080oooo100000000`3oool000000000000200000080oooo10000008 0?ooo`@000005@3oool2000000@0oooo0P0000030?ooo`<000004`3oool00`2o_kl0oooo0?ooo`04 0?ooo`@00000X03oool00`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`060?oo o`070000003oool0oooo0?ooo`000000oooo000000020?ooo`040000003oool0oooo000000P0oooo 00L000000?ooo`3oool0oooo0;no_`3oool000000200oooo00@000000?ooo`3oool000000`3oool2 000000H0oooo00<000000?ooo`3oool0403oool00`2o_kl0oooo0?ooo`080?ooo`<00000W@3oool0 0`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`060?ooo`070000003oool0oooo 0?ooo`000000oooo000000020?ooo`030000003oool0oooo00D0000000<0oooo0000000000000P00 00020?ooo`@00000203oool4000001@0oooo00@000000?ooo`3oool000002`3oool00`000000oooo 0?ooo`0@0?ooo`030;no_`3oool0oooo00/0oooo0`00001h0?ooo`030;no_`3oool0oooo01l0oooo 00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool01P3oool01`000000oooo0?oo o`3oool000000?ooo`0000000P3oool010000000oooo0?ooo`0000030?ooo`030000003oool00000 00D0oooo00<000000;no_`3oool08@3oool010000000oooo0?ooo`0000080?ooo`<000004`3oool0 0`2o_kl0oooo0?ooo`0>0?ooo`800000MP3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0 oooo00P0oooo000V0?ooo`030000003oool0oooo00L0oooo1P0000000`3oool00000000000030?oo o`<000000P3oool400000080oooo1000000P0?ooo`040000003oool0oooo000000P0oooo00<00000 0?ooo`3oool04`3oool00`2o_kl0oooo0?ooo`0@0?ooo`<00000;P3oool00`2o_kl0oooo0?ooo`12 0?ooo`030;no_`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?oo o`3oool07`3oool00`2o_kl0oooo0?ooo`0Q0?ooo`8000002@3oool400000180oooo00<0_kno0?oo o`3oool04`3oool2000002`0oooo00<0_kno0?ooo`3oool0@P3oool00`2o_kl0oooo0?ooo`0O0?oo o`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo01l0oooo00<0_kno0?ooo`3o ool0@P3oool00`2o_kl0oooo0?ooo`0E0?ooo`800000:P3oool00`2o_kl0oooo0?ooo`120?ooo`03 0;no_`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool002H0oooo0P00000P0?ooo`030;no _`3oool0oooo0480oooo00<0_kno0?ooo`3oool05`3oool3000002L0oooo00<0_kno0?ooo`3oool0 @P3oool00`2o_kl0oooo0?ooo`0N0?ooo`8000002P3oool002H0oooo00<000000?ooo`3oool07`3o ool00`2o_kl0oooo0?ooo`120?ooo`030;no_`3oool0oooo01X0oooo0P00000U0?ooo`030;no_`3o ool0oooo0480oooo00<0_kno0?ooo`3oool07`3oool00`000000oooo0?ooo`080?ooo`009P3oool0 0`000000oooo0?ooo`0O0?ooo`030;no_`3oool0oooo0480oooo00<0_kno0?ooo`3oool0703oool3 00000280oooo00<0_kno0?ooo`3oool0@P3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0 oooo00P0oooo000V0?ooo`030000003oool0oooo01L0oooo100000040?ooo`030;no_`3oool0oooo 0480oooo00<0_kno0?ooo`3oool07`3oool200000200oooo00<0_kno0?ooo`3oool0@P3oool00`2o _kl0oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo01P0 oooo00<000000?ooo`3oool0103oool00`2o_kl0oooo0?ooo`120?ooo`030;no_`3oool0oooo0240 oooo0`00000M0?ooo`030;no_`3oool0oooo0480oooo00<0_kno0?ooo`3oool07`3oool00`000000 oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`060?ooo`@000000P3oool500000080oooo 0`0000020?ooo`@000000`3oool4000000L0oooo1000000E0?ooo`<000000`3oool2000001T0oooo 00<0_kno0?ooo`3oool0903oool2000001/0oooo00<0_kno0?ooo`3oool0@P3oool00`2o_kl0oooo 0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000C0?ooo`800000103oool2000000@0oooo0P00 00050?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool00P3oool01@000000oooo0?oo o`3oool0000000<0oooo00<000000?ooo`0000000`3oool010000000oooo0000002o_klT0?ooo`03 0000003oool0oooo0080oooo0P00000I0?ooo`030;no_`3oool0oooo02H0oooo0`00000H0?ooo`03 0;no_`3oool0oooo0480oooo00<0_kno0?ooo`3oool07`3oool00`000000oooo0?ooo`080?ooo`00 4P3oool010000000oooo0?ooo`0000030?ooo`8000000`3oool010000000oooo0?ooo`0000040?oo o`030000003oool0oooo00H0oooo100000040?ooo`050000003oool0oooo0?ooo`0000000`3oool0 0`000000oooo000000030?ooo`030000003oool0000000@000001`3oool4000001@0oooo1000000N 0?ooo`030;no_`3oool0oooo02T0oooo0P00000F0?ooo`030;no_`3oool0oooo0480oooo00<0_kno 0?ooo`3oool07`3oool00`000000oooo0?ooo`080?ooo`004P3oool010000000oooo0?ooo`000008 0?ooo`040000003oool0oooo000000@0oooo0`0000060?ooo`030000003oool0oooo00D0oooo00D0 00000?ooo`3oool0oooo000000030?ooo`030000003oool0000000<0oooo00@000000?ooo`000000 _kno0P3oool00`000000oooo0?ooo`0M0?ooo`030000003oool0000001l0oooo00<0_kno0?ooo`3o ool0:`3oool3000001<0oooo00<0_kno0?ooo`3oool0@P3oool00`2o_kl0oooo0?ooo`0M0?ooo`<0 00002P3oool00180oooo00@000000?ooo`3oool000002@3oool2000000D0oooo00<000000?ooo`3o ool01P3oool4000000@0oooo00<000000?ooo`3oool00P3oool3000000030?ooo`000000000000<0 00000`3oool300000200oooo00<000000?ooo`000000D03oool200000140oooo00<0_kno0?ooo`3o ool0@P3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000B0?ooo`040000 003oool0oooo000000P0oooo00@000000?ooo`3oool00000103oool00`000000oooo0?ooo`0>0?oo o`030000003oool0oooo0380oooo0P00001B0?ooo`<000003P3oool00`2o_kl0oooo0?ooo`120?oo o`030;no_`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool001<0oooo0P00000:0?ooo`80 00001@3oool00`000000oooo0?ooo`0<0?ooo`<00000R`3oool2000000`0oooo00<0_kno0?ooo`3o ool0@P3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000 003oool0oooo09`0oooo0`0000090?ooo`030;no_`3oool0oooo0480oooo00<0_kno0?ooo`3oool0 7`3oool00`000000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`2O0?ooo`8000001`3o ool00`2o_kl0oooo0?ooo`120?ooo`030;no_`3oool0oooo01l0oooo00<000000?ooo`3oool0203o ool002H0oooo00<000000?ooo`3oool0X@3oool3000000@0oooo00<0_kno0?ooo`3oool0@P3oool0 0`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo 0:@0oooo0P0000020?ooo`030;no_`3oool0oooo0480oooo00<0_kno0?ooo`3oool07`3oool00`00 0000oooo0?ooo`080?ooo`009P3oool00`000000oooo0?ooo`2V0?ooo`<00000A03oool00`2o_kl0 oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`800000Z@3oool00`2o_kl00000 000000120?ooo`030;no_`3oool0oooo01h0oooo0P00000:0?ooo`009P3oool00`000000oooo0?oo o`070?ooo`<000000P3oool2000000040?ooo`00000000000?ooo`@000000`3oool4000000030?oo o`0000000000008000000P3oool2000000030?ooo`00000000000080oooo0`0000020?ooo`D00000 0P3oool5000000H0oooo1000000E0?ooo`800000103oool2000000<0oooo0`00000n0?ooo`L00000 ?`3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003o ool0oooo00L0oooo00H000000?ooo`3oool000000?ooo`0000020?ooo`050000003oool0oooo0?oo o`000000103oool00`000000oooo0?ooo`060?ooo`040000003oool0oooo00000080oooo00@00000 0?ooo`3oool000000`3oool01@000000oooo0?ooo`3oool0000000<0oooo00D000000?ooo`3oool0 oooo0000000O0?ooo`040000003oool0oooo000000<0oooo0P0000060?ooo`030000003oool0oooo 03X0oooo1P0000020?ooo`800000?@3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0oooo 00P0oooo000V0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool00P3oool010000000 oooo0?ooo`0000030?ooo`030000003oool0oooo0080oooo1@0000000`3oool00000000000020000 0080oooo00@000000?ooo`3oool000000P3oool01@000000oooo0?ooo`3oool0000000<0oooo00D0 00000?ooo`3oool0oooo000000030?ooo`030000003oool0oooo00D0oooo1000000D0?ooo`040000 003oool0oooo000000/0oooo00<000000?ooo`3oool0>@3oool8000000<0oooo0`00000j0?ooo`03 0;no_`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool0 1`3oool00`000000oooo0?ooo`020?ooo`040000003oool0oooo000000<0oooo0P0000030?ooo`07 0000003oool0oooo0?ooo`000000oooo000000050?ooo`040000003oool0oooo00000080oooo00D0 00000?ooo`3oool0oooo000000030?ooo`050000003oool0oooo0?ooo`0000000`3oool00`000000 oooo0?ooo`0M0?ooo`<000002@3oool3000003`0oooo200000060?ooo`800000>03oool00`2o_kl0 oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo00H0oooo 100000020?ooo`@000000P3oool2000000030?ooo`00000000000080oooo0`0000020?ooo`@00000 0P3oool4000000<0oooo0`0000040?ooo`030000003oool0oooo0080oooo1000000O0?ooo`030000 003oool0oooo00T0oooo00<000000?ooo`3oool0?03oool8000000P0oooo0`00000e0?ooo`030;no _`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool01`3o ool00`000000oooo0?ooo`020?ooo`030000003oool0oooo01D0oooo00<000000?ooo`3oool02`3o ool00`000000oooo0?ooo`050?ooo`030000003oool0oooo01h0oooo0`0000080?ooo`@00000>`3o ool8000000/0oooo0`00000b0?ooo`030;no_`3oool0oooo01l0oooo00<000000?ooo`3oool0203o ool002H0oooo00<000000?ooo`3oool01`3oool010000000oooo0?ooo`3oool2000001H0oooo0P00 000;0?ooo`<000001P3oool2000006/0oooo1P00000?0?ooo`<00000;`3oool00`2o_kl0oooo0?oo o`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`800000Z03oool4000001<0oooo0`00000/ 0?ooo`030;no_`3oool0oooo01h0oooo0P00000:0?ooo`009P3oool00`000000oooo0?ooo`2X0?oo o`030;no_`3oool0oooo01H0oooo1000000X0?ooo`030;no_`3oool0oooo01l0oooo00<000000?oo o`3oool0203oool002H0oooo00<000000?ooo`3oool0Z03oool00`2o_kl0oooo0?ooo`0J0?ooo`<0 00009@3oool00`2o_kl0oooo0?ooo`0O0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000 003oool0oooo01<0oooo0`00002B0?ooo`030;no_`3oool0oooo01d0oooo0`00000R0?ooo`030;no _`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool05P3o ool00`000000oooo0?ooo`2?0?ooo`030;no_`3oool0oooo0200oooo1000000N0?ooo`030;no_`3o ool0oooo01l0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?ooo`3oool01@3oool5 000000<0oooo0`0000030?ooo`@0000000D0oooo0000003oool0oooo000000030?ooo`@0000000<0 oooo0000000000000`0000000`3oool000000000000200000080oooo1@0000000`3oool000000000 0003000000030?ooo`000000000000H000000`3oool3000005h0oooo00<0_kno0?ooo`3oool0903o ool3000001T0oooo1000000P0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0 oooo00H0oooo00@000000?ooo`3oool000000P3oool01`000000oooo0?ooo`3oool000000?ooo`00 00000`3oool00`000000oooo000000020?ooo`040000003oool0oooo000000L0oooo00D000000?oo o`3oool0oooo000000030?ooo`030000003oool000000080oooo00<000000?ooo`3oool00P3oool0 0`000000oooo0?ooo`030?ooo`050000003oool0oooo0?ooo`0000001@3oool00`000000oooo0?oo o`1M0?ooo`030;no_`3oool0oooo02L0oooo0`00000E0?ooo`H000007`3oool00`000000oooo0?oo o`080?ooo`009P3oool00`000000oooo0?ooo`060?ooo`040000003oool0oooo00000080oooo00L0 00000?ooo`3oool0oooo0000003oool0000000<0oooo00<000000?ooo`0000000`0000020?ooo`D0 00000`3oool01@000000oooo0?ooo`3oool0000000<0oooo00<000000?ooo`0000000P3oool00`00 0000oooo0?ooo`020?ooo`030000003oool0oooo00<0oooo00@000000?ooo`3oool0oooo0`000003 0?ooo`030000003oool0oooo05d0oooo00<0_kno0?ooo`3oool0:P3oool400000100oooo2000000N 0?ooo`030000003oool0oooo00P0oooo000V0?ooo`030000003oool0oooo00H0oooo00<000000?oo o`3oool00`3oool01`000000oooo0?ooo`3oool000000?ooo`0000000`3oool010000000oooo0000 003oool200000080oooo00D000000?ooo`3oool0oooo000000030?ooo`050000003oool0oooo0?oo o`0000000`3oool00`000000oooo000000020?ooo`030000003oool0oooo0080oooo00<000000?oo o`3oool00`3oool01@000000oooo0?ooo`3oool000000080oooo00<000000?ooo`3oool00`00001M 0?ooo`030;no_`3oool0oooo02h0oooo0`00000=0?ooo`P000007P3oool00`000000oooo0?ooo`08 0?ooo`009P3oool2000000L0oooo00<000000?ooo`3oool0103oool3000000<0oooo1P0000020?oo o`040000003oool0oooo0?ooo`<000000`3oool2000000<0oooo10000000103oool000000000003o ool2000000@0oooo00<000000?ooo`3oool00`3oool01@000000oooo0?ooo`3oool000000080oooo 00@000000?ooo`3oool00000G`3oool00`2o_kl0oooo0?ooo`0a0?ooo`<000002P3oool8000001d0 oooo0P00000:0?ooo`009P3oool00`000000oooo0?ooo`050?ooo`<000003`3oool200000080oooo 0P00000=0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool00`3oool00`000000oooo 0?ooo`0400000080oooo1@00002C0?ooo`L000000`3oool8000001h0oooo00<000000?ooo`3oool0 203oool002H0oooo00<000000?ooo`3oool09P3oool00`000000oooo0?ooo`02000000/0oooo0`00 00030?ooo`<00000Y`3oool:000001l0oooo00<000000?ooo`3oool0203oool002H0oooo00<00000 0?ooo`3oool0j`3oool8000001`0oooo00<000000?ooo`3oool0203oool002H0oooo00<000000?oo o`3oool0k@3oool00`2o_kl0oooo0?ooo`030?ooo`L000005@3oool00`000000oooo0?ooo`080?oo o`009P3oool00`000000oooo0?ooo`3]0?ooo`030;no_`3oool0oooo00X0oooo1@00000@0?ooo`03 0000003oool0oooo00P0oooo000N0?ooo`<000001@3oool00`000000oooo0?ooo`0O0?ooo`030000 003oool0oooo0200oooo00<000000?ooo`3oool07`3oool00`000000oooo0?ooo`0O0?ooo`030000 003oool0oooo01l0oooo00<000000?ooo`3oool0803oool00`000000oooo0?ooo`0O0?ooo`030;no _`3oool0oooo01l0oooo00<000000?ooo`3oool0203oool001l0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool00`3o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool00`3o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00@0oooo00<0_kno0?ooo`3oool0103o ool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00P0oooo000O0?ooo`030000003oool0 oooo00@0ooool00000000`2o_kl000000000000P000000X0oooo000O0?ooo`030000003oool0oooo 0?l0oooo8P3oool001l0oooo00<000000?ooo`3oool0o`3ooolR0?ooo`007P3oool200000?l0oooo 903oool00?l0ooooA03oool00001\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {0.870983, -0.145601, 0.029214, 0.00592047}}] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[ "Creating and fitting a new psychometric function"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Here we show how the user may create a new psychometric function. A \ psychometric function is easily created from any probabilty distribution. As \ an example, we choose the Cauchy distribution, which has infinite variance, \ and thus reminds us of certain observers we have known."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell["Needs[\"Statistics`ContinuousDistributions`\"]", "Input", AspectRatioFixed->True], Cell["\<\ CauchyPF[x_,{threshold_,slope_,guess_,lapse_}] := guess + (1. - guess - lapse) * CDF[CauchyDistribution[threshold,1/slope],x]\ \>", "Input", AspectRatioFixed->True], Cell[TextData["We plot the function with particular paramaters."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["\<\ Plot[CauchyPF[x,{0.,2,0,0}],{x,-3,3} ,PlotRange->{0,1} ,Frame->True,FrameLabel->{\"Strength\",\"Probability\"}];\ \>", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.15873 0 0.618034 [ [.02381 -0.0125 -6 -9 ] [.02381 -0.0125 6 0 ] [.18254 -0.0125 -6 -9 ] [.18254 -0.0125 6 0 ] [.34127 -0.0125 -6 -9 ] [.34127 -0.0125 6 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.65873 -0.0125 -3 -9 ] [.65873 -0.0125 3 0 ] [.81746 -0.0125 -3 -9 ] [.81746 -0.0125 3 0 ] [.97619 -0.0125 -3 -9 ] [.97619 -0.0125 3 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .12361 -18 -4.5 ] [-0.0125 .12361 0 4.5 ] [-0.0125 .24721 -18 -4.5 ] [-0.0125 .24721 0 4.5 ] [-0.0125 .37082 -18 -4.5 ] [-0.0125 .37082 0 4.5 ] [-0.0125 .49443 -18 -4.5 ] [-0.0125 .49443 0 4.5 ] [-0.0125 .61803 -6 -4.5 ] [-0.0125 .61803 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .02381 0 m .02381 .00625 L s [(-3)] .02381 -0.0125 0 1 Mshowa .18254 0 m .18254 .00625 L s [(-2)] .18254 -0.0125 0 1 Mshowa .34127 0 m .34127 .00625 L s [(-1)] .34127 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(0)] .5 -0.0125 0 1 Mshowa .65873 0 m .65873 .00625 L s [(1)] .65873 -0.0125 0 1 Mshowa .81746 0 m .81746 .00625 L s [(2)] .81746 -0.0125 0 1 Mshowa .97619 0 m .97619 .00625 L s [(3)] .97619 -0.0125 0 1 Mshowa .125 Mabswid .05556 0 m .05556 .00375 L s .0873 0 m .0873 .00375 L s .11905 0 m .11905 .00375 L s .15079 0 m .15079 .00375 L s .21429 0 m .21429 .00375 L s .24603 0 m .24603 .00375 L s .27778 0 m .27778 .00375 L s .30952 0 m .30952 .00375 L s .37302 0 m .37302 .00375 L s .40476 0 m .40476 .00375 L s .43651 0 m .43651 .00375 L s .46825 0 m .46825 .00375 L s .53175 0 m .53175 .00375 L s .56349 0 m .56349 .00375 L s .59524 0 m .59524 .00375 L s .62698 0 m .62698 .00375 L s .69048 0 m .69048 .00375 L s .72222 0 m .72222 .00375 L s .75397 0 m .75397 .00375 L s .78571 0 m .78571 .00375 L s .84921 0 m .84921 .00375 L s .88095 0 m .88095 .00375 L s .9127 0 m .9127 .00375 L s .94444 0 m .94444 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .12361 m .00625 .12361 L s [(0.2)] -0.0125 .12361 1 0 Mshowa 0 .24721 m .00625 .24721 L s [(0.4)] -0.0125 .24721 1 0 Mshowa 0 .37082 m .00625 .37082 L s [(0.6)] -0.0125 .37082 1 0 Mshowa 0 .49443 m .00625 .49443 L s [(0.8)] -0.0125 .49443 1 0 Mshowa 0 .61803 m .00625 .61803 L s [(1)] -0.0125 .61803 1 0 Mshowa .125 Mabswid 0 .0309 m .00375 .0309 L s 0 .0618 m .00375 .0618 L s 0 .09271 m .00375 .09271 L s 0 .15451 m .00375 .15451 L s 0 .18541 m .00375 .18541 L s 0 .21631 m .00375 .21631 L s 0 .27812 m .00375 .27812 L s 0 .30902 m .00375 .30902 L s 0 .33992 m .00375 .33992 L s 0 .40172 m .00375 .40172 L s 0 .43262 m .00375 .43262 L s 0 .46353 m .00375 .46353 L s 0 .52533 m .00375 .52533 L s 0 .55623 m .00375 .55623 L s 0 .58713 m .00375 .58713 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .02381 .61178 m .02381 .61803 L s .18254 .61178 m .18254 .61803 L s .34127 .61178 m .34127 .61803 L s .5 .61178 m .5 .61803 L s .65873 .61178 m .65873 .61803 L s .81746 .61178 m .81746 .61803 L s .97619 .61178 m .97619 .61803 L s .125 Mabswid .05556 .61428 m .05556 .61803 L s .0873 .61428 m .0873 .61803 L s .11905 .61428 m .11905 .61803 L s .15079 .61428 m .15079 .61803 L s .21429 .61428 m .21429 .61803 L s .24603 .61428 m .24603 .61803 L s .27778 .61428 m .27778 .61803 L s .30952 .61428 m .30952 .61803 L s .37302 .61428 m .37302 .61803 L s .40476 .61428 m .40476 .61803 L s .43651 .61428 m .43651 .61803 L s .46825 .61428 m .46825 .61803 L s .53175 .61428 m .53175 .61803 L s .56349 .61428 m .56349 .61803 L s .59524 .61428 m .59524 .61803 L s .62698 .61428 m .62698 .61803 L s .69048 .61428 m .69048 .61803 L s .72222 .61428 m .72222 .61803 L s .75397 .61428 m .75397 .61803 L s .78571 .61428 m .78571 .61803 L s .84921 .61428 m .84921 .61803 L s .88095 .61428 m .88095 .61803 L s .9127 .61428 m .9127 .61803 L s .94444 .61428 m .94444 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 0 m 1 0 L s .99375 .12361 m 1 .12361 L s .99375 .24721 m 1 .24721 L s .99375 .37082 m 1 .37082 L s .99375 .49443 m 1 .49443 L s .125 Mabswid .99625 .0309 m 1 .0309 L s .99625 .0618 m 1 .0618 L s .99625 .09271 m 1 .09271 L s .99625 .15451 m 1 .15451 L s .99625 .18541 m 1 .18541 L s .99625 .21631 m 1 .21631 L s .99625 .27812 m 1 .27812 L s .99625 .30902 m 1 .30902 L s .99625 .33992 m 1 .33992 L s .99625 .40172 m 1 .40172 L s .99625 .43262 m 1 .43262 L s .99625 .46353 m 1 .46353 L s .99625 .52533 m 1 .52533 L s .99625 .55623 m 1 .55623 L s .99625 .58713 m 1 .58713 L s .25 Mabswid 1 0 m 1 .61803 L s .5 0 m .5 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .03249 m .06244 .0353 L .10458 .03897 L .14415 .04317 L .18221 .04815 L .22272 .05484 L .26171 .06325 L .28158 .06857 L .30316 .0754 L .34309 .09212 L .36292 .10325 L .38395 .118 L .40349 .13539 L .42179 .15595 L .44203 .18492 L .46056 .21828 L .50027 .30968 L .53846 .39779 L .55813 .43339 L .57911 .4632 L .60052 .48655 L .62069 .5036 L .65924 .52707 L .67918 .53601 L .70024 .5438 L .73821 .55477 L .77864 .56345 L .81755 .56985 L .85891 .57522 L .89875 .57938 L .93708 .5827 L .97619 .58554 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool01@3oool002T0oooo 0P00001g0?ooo`030000003oool0oooo00d0oooo00<000000?ooo`3oool0Q@3oool2000000L0oooo 000?0?ooo`<000005`3oool00`000000oooo0?ooo`1f0?ooo`030000003oool0oooo00d0oooo00<0 00000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool00`000000oooo0?ooo`0F 0?ooo`030000003oool0oooo07L0oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`26 0?ooo`030000003oool0oooo00D0oooo000@0?ooo`<000005P3oool00`000000oooo0?ooo`1g0?oo o`030000003oool0oooo00`0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?oo o`00403oool010000000oooo0?ooo`00000E0?ooo`030000003oool0oooo07P0oooo00<000000?oo o`3oool02`3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000@0?ooo`04 0000003oool0oooo000001D0oooo00<000000?ooo`3oool0N@3oool00`000000oooo0?ooo`0:0?oo o`030000003oool0oooo08H0oooo00<000000?ooo`3oool01@3oool000l0oooo1000000F0?ooo`03 0000003oool0oooo07T0oooo00<000000?ooo`3oool02P3oool00`000000oooo0?ooo`260?ooo`03 0000003oool0oooo00D0oooo000@0?ooo`@000005@3oool00`000000oooo0?ooo`1j0?ooo`030000 003oool0oooo00T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`004@3o ool00`000000oooo0?ooo`0E0?ooo`800000N`3oool00`000000oooo0?ooo`090?ooo`030000003o ool0oooo08D0oooo0P0000070?ooo`004@3oool00`000000oooo0?ooo`0E0?ooo`030000003oool0 oooo07/0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`260?ooo`030000003oool0 oooo00D0oooo000A0?ooo`8000005P3oool00`000000oooo0?ooo`1k0?ooo`030000003oool0oooo 00P0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool200000003 0?ooo`000000000001@0oooo00<000000?ooo`3oool0O03oool00`000000oooo0?ooo`070?ooo`03 0000003oool0oooo08H0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 O03oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool0 1@3oool00140oooo0`00000E0?ooo`030000003oool0oooo07d0oooo00<000000?ooo`3oool01P3o ool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000@0?ooo`050000003oool0 oooo0?ooo`000000503oool00`000000oooo0?ooo`1m0?ooo`030000003oool0oooo00H0oooo00<0 00000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool01P000000oooo0?ooo`3o ool000000?ooo`800000103oool2000000@0oooo0`0000040?ooo`030000003oool0oooo07d0oooo 00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo 000@0?ooo`040000003oool0oooo0?ooo`8000000P3oool010000000oooo0?ooo`3oool2000000D0 oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`1n0?ooo`030000003oool0oooo00D0 oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`004@3oool3000000050?oo o`000000oooo0?ooo`000000203oool4000000@0oooo0`00001n0?ooo`030000003oool0oooo00D0 oooo00<000000?ooo`3oool0Q03oool3000000L0oooo000E0?ooo`040000003oool0oooo000000P0 oooo00<000000?ooo`0000001@3oool00`000000oooo0?ooo`1o0?ooo`030000003oool0oooo00@0 oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool4000000050?oo o`000000oooo0?ooo`000000203oool00`000000oooo000000050?ooo`030000003oool0oooo07l0 oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00D0 oooo000@0?ooo`060000003oool0oooo0?ooo`000000oooo0P00000:0?ooo`8000001@3oool00`00 0000oooo0?ooo`200?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0QP3oool00`00 0000oooo0?ooo`050?ooo`00403oool01@000000oooo0?ooo`3oool0000001@0oooo00<000000?oo o`3oool0P03oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo08H0oooo00<000000?oo o`3oool01@3oool00100oooo00D000000?ooo`3oool0oooo0000000D0?ooo`030000003oool0oooo 0840oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo 00D0oooo000@0?ooo`@000005@3oool00`000000oooo0?ooo`210?ooo`030000003oool0oooo0080 oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool00`000000oooo 0?ooo`0F0?ooo`030000003oool0oooo0840oooo00<000000?ooo`3oool00P3oool00`000000oooo 0?ooo`260?ooo`030000003oool0oooo00D0oooo000?0?ooo`H00000503oool2000008<0oooo00D0 00000?ooo`3oool0oooo000000270?ooo`8000001`3oool00100oooo00@000000?ooo`3oool00000 5@3oool00`000000oooo0?ooo`220?ooo`050000003oool0oooo0?ooo`000000R03oool00`000000 oooo0?ooo`050?ooo`00403oool4000001D0oooo00<000000?ooo`3oool0P`3oool010000000oooo 0?ooo`0000280?ooo`030000003oool0oooo00D0oooo000C0?ooo`030000003oool0oooo01<0oooo 00<000000?ooo`3oool0P`3oool010000000oooo0?ooo`0000280?ooo`030000003oool0oooo00D0 oooo000A0?ooo`<000005@3oool00`000000oooo0?ooo`240?ooo`030000003oool0000008P0oooo 00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0Q03oool00`000000oooo0000 00280?ooo`030000003oool0oooo00D0oooo000@0?ooo`@000005@3oool00`000000oooo0?ooo`24 0?ooo`030000003oool0000008P0oooo00<000000?ooo`3oool01@3oool00100oooo00D000000?oo o`3oool0oooo0000000D0?ooo`030000003oool0oooo08D0oooo0P0000280?ooo`030000003oool0 oooo00D0oooo000@0?ooo`050000003oool0oooo0?ooo`000000503oool2000008H0oooo0P000027 0?ooo`8000001`3oool00100oooo00D000000?ooo`3oool0oooo0000000D0?ooo`030000003oool0 oooo08H0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool40000 01D0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo 00D0oooo000@0?ooo`030000003oool0oooo01H0oooo00<000000?ooo`3oool0QP3oool2000008L0 oooo00<000000?ooo`3oool01@3oool000l0oooo1P00000D0?ooo`030000003oool0oooo08H0oooo 0P0000270?ooo`030000003oool0oooo00D0oooo000B0?ooo`030000003oool0oooo01@0oooo00<0 00000?ooo`3oool0QP3oool00`000000oooo000000260?ooo`030000003oool0oooo00D0oooo000B 0?ooo`030000003oool0oooo01@0oooo00<000000?ooo`3oool0QP3oool00`000000oooo00000026 0?ooo`030000003oool0oooo00D0oooo000B0?ooo`030000003oool0oooo01@0oooo00<000000?oo o`3oool0QP3oool010000000oooo0?ooo`0000250?ooo`030000003oool0oooo00D0oooo000A0?oo o`8000005P3oool00`000000oooo0?ooo`260?ooo`040000003oool0oooo000008D0oooo00<00000 0?ooo`3oool01@3oool002T0oooo0P0000270?ooo`040000003oool0oooo000008@0oooo0P000007 0?ooo`00403oool5000001@0oooo00<000000?ooo`3oool0QP3oool01@000000oooo0?ooo`3oool0 000008@0oooo00<000000?ooo`3oool01@3oool00180oooo00<000000?ooo`3oool0503oool00`00 0000oooo0?ooo`260?ooo`050000003oool0oooo0?ooo`000000Q03oool00`000000oooo0?ooo`05 0?ooo`004P3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo08H0oooo00<000000?oo o`3oool00P3oool00`000000oooo0?ooo`210?ooo`030000003oool0oooo00D0oooo000B0?ooo`03 0000003oool0oooo01@0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`020?ooo`03 0000003oool0oooo0840oooo00<000000?ooo`3oool01@3oool00180oooo00<000000?ooo`3oool0 503oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0 P03oool00`000000oooo0?ooo`050?ooo`004P3oool010000000oooo0?ooo`3oool2000000@0oooo 0P0000040?ooo`8000001@3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00<0oooo 00<000000?ooo`3oool0P03oool00`000000oooo0?ooo`050?ooo`00403oool600000080oooo00@0 00000?ooo`3oool0oooo0P0000030?ooo`040000003oool0oooo000000@0oooo00<000000?ooo`3o ool0QP3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo07l0oooo00<000000?ooo`3o ool01@3oool00180oooo00@000000?ooo`3oool000000P3oool00`000000oooo0?ooo`060?ooo`04 0000003oool0oooo000000@0oooo0`0000260?ooo`030000003oool0oooo00@0oooo00<000000?oo o`3oool0O@3oool3000000L0oooo000B0?ooo`040000003oool0oooo00000080oooo00<000000?oo o`3oool01P3oool3000000D0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`050?oo o`030000003oool0oooo07h0oooo00<000000?ooo`3oool01@3oool00180oooo00@000000?ooo`3o ool000000P3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00D0oooo00<000000?oo o`3oool0QP3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo07h0oooo00<000000?oo o`3oool01@3oool00140oooo0P0000030?ooo`8000002P3oool3000000@0oooo00<000000?ooo`3o ool0QP3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo07h0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`060?ooo`030000 003oool0oooo07d0oooo00<000000?ooo`3oool01@3oool00140oooo0`00000E0?ooo`030000003o ool0oooo08H0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`1m0?ooo`030000003o ool0oooo00D0oooo000A0?ooo`040000003oool0oooo000001@0oooo00<000000?ooo`3oool0QP3o ool00`000000oooo0?ooo`070?ooo`030000003oool0oooo07`0oooo00<000000?ooo`3oool01@3o ool00140oooo00<000000?ooo`3oool05@3oool00`000000oooo0?ooo`260?ooo`030000003oool0 oooo00L0oooo00<000000?ooo`3oool0O03oool00`000000oooo0?ooo`050?ooo`004@3oool00`00 0000oooo0?ooo`0E0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool0203oool00`00 0000oooo0?ooo`1k0?ooo`030000003oool0oooo00D0oooo000?0?ooo`D000005@3oool2000008L0 oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`1j0?ooo`8000001`3oool00100oooo 0P00000G0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool02@3oool00`000000oooo 0?ooo`1j0?ooo`030000003oool0oooo00D0oooo000A0?ooo`030000003oool0oooo01D0oooo00<0 00000?ooo`3oool0QP3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo07X0oooo00<0 00000?ooo`3oool01@3oool00140oooo00<000000?ooo`3oool05@3oool00`000000oooo0?ooo`26 0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool0N@3oool00`000000oooo0?ooo`05 0?ooo`00403oool00`000000oooo0000000F0?ooo`030000003oool0oooo08H0oooo00<000000?oo o`3oool02`3oool00`000000oooo0?ooo`1h0?ooo`030000003oool0oooo00D0oooo000@0?ooo`03 0000003oool0000001H0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`0;0?ooo`03 0000003oool0oooo07P0oooo00<000000?ooo`3oool01@3oool000l0oooo0P0000000`3oool00000 0000000E0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool0303oool00`000000oooo 0?ooo`1g0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo08H0oooo00<0 00000?ooo`3oool0303oool00`000000oooo0?ooo`1g0?ooo`030000003oool0oooo00D0oooo000Y 0?ooo`800000Q`3oool00`000000oooo0?ooo`0=0?ooo`030000003oool0oooo07D0oooo0P000007 0?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00d0oooo00<000000?oo o`3oool0MP3oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`03 0000003oool0oooo00h0oooo00<000000?ooo`3oool0M@3oool00`000000oooo0?ooo`050?ooo`00 :@3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00l0oooo00<000000?ooo`3oool0 M03oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003o ool0oooo00l0oooo00<000000?ooo`3oool0M03oool00`000000oooo0?ooo`050?ooo`00:@3oool0 0`000000oooo0?ooo`260?ooo`030000003oool0oooo0100oooo00<000000?ooo`3oool0L`3oool0 0`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo 0140oooo00<000000?ooo`3oool0LP3oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000 oooo0?ooo`260?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool0LP3oool00`000000 oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo0180oooo 00<000000?ooo`3oool0L@3oool00`000000oooo0?ooo`050?ooo`00:@3oool2000008L0oooo00<0 00000?ooo`3oool04`3oool00`000000oooo0?ooo`1_0?ooo`8000001`3oool002T0oooo00<00000 0?ooo`3oool0QP3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo06l0oooo00<00000 0?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`0E0?oo o`030000003oool0oooo06h0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3o ool0QP3oool00`000000oooo0?ooo`0F0?ooo`030000003oool0oooo06d0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`0G0?ooo`030000 003oool0oooo06`0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0QP3o ool00`000000oooo0?ooo`0H0?ooo`030000003oool0oooo06/0oooo00<000000?ooo`3oool01@3o ool001H0oooo0P0000040?ooo`800000103oool2000000D0oooo00<000000?ooo`3oool0QP3oool0 0`000000oooo0?ooo`0I0?ooo`030000003oool0oooo06X0oooo00<000000?ooo`3oool01@3oool0 01D0oooo00@000000?ooo`3oool000000`3oool2000000<0oooo00@000000?ooo`3oool00000103o ool00`000000oooo0?ooo`260?ooo`030000003oool0oooo01X0oooo00<000000?ooo`3oool0J@3o ool00`000000oooo0?ooo`050?ooo`005@3oool010000000oooo0?ooo`0000080?ooo`040000003o ool0oooo000000@0oooo0`0000260?ooo`030000003oool0oooo01/0oooo00<000000?ooo`3oool0 IP3oool3000000L0oooo000E0?ooo`040000003oool0oooo000000T0oooo0P0000050?ooo`030000 003oool0oooo08H0oooo00<000000?ooo`3oool0703oool00`000000oooo0?ooo`1W0?ooo`030000 003oool0oooo00D0oooo000E0?ooo`040000003oool0oooo000000P0oooo00@000000?ooo`3oool0 0000103oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo01d0oooo00<000000?ooo`3o ool0IP3oool00`000000oooo0?ooo`050?ooo`005P3oool2000000X0oooo0P0000050?ooo`030000 003oool0oooo08H0oooo00<000000?ooo`3oool07P3oool2000006H0oooo00<000000?ooo`3oool0 1@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`0P0?ooo`800000I03o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003oool0 oooo0280oooo0P00001R0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo 08H0oooo00<000000?ooo`3oool0903oool00`000000oooo0?ooo`1O0?ooo`030000003oool0oooo 00D0oooo000Y0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool09@3oool2000005l0 oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo 0?ooo`0W0?ooo`800000G@3oool00`000000oooo0?ooo`050?ooo`00:@3oool2000008L0oooo00<0 00000?ooo`3oool0:@3oool2000005X0oooo0P0000070?ooo`00:@3oool00`000000oooo0?ooo`26 0?ooo`030000003oool0oooo02/0oooo0P00001I0?ooo`030000003oool0oooo00D0oooo000Y0?oo o`030000003oool0oooo08H0oooo00<000000?ooo`3oool0;@3oool00`000000oooo0?ooo`1F0?oo o`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3o ool0;P3oool3000005D0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 QP3oool00`000000oooo0?ooo`0a0?ooo`<00000DP3oool00`000000oooo0?ooo`050?ooo`00:@3o ool00`000000oooo0?ooo`260?ooo`030000003oool0oooo03@0oooo0`00001?0?ooo`030000003o ool0oooo00D0oooo000Y0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool0=`3oool3 000004`0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`00 0000oooo0?ooo`0j0?ooo`<00000B@3oool00`000000oooo0?ooo`050?ooo`00:@3oool2000008L0 oooo00<000000?ooo`3oool0?@3oool5000004<0oooo0P0000070?ooo`00:@3oool00`000000oooo 0?ooo`260?ooo`030000003oool0oooo0480oooo1@00000o0?ooo`030000003oool0oooo00D0oooo 000Y0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool0A`3oool6000003T0oooo00<0 00000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`1= 0?ooo`D00000=03oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?oo o`030000003oool0oooo0580oooo2@00000[0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`03 0000003oool0oooo08H0oooo00<000000?ooo`3oool0F`3oool;00000200oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`1V0?ooo`/00000 5@3oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003o ool0oooo0740oooo2P00000;0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0 oooo08H0oooo00<000000?ooo`3oool0N`3oool5000000H0oooo00<000000?ooo`3oool01@3oool0 02T0oooo0P0000270?ooo`030000003oool0oooo08D0oooo0P0000070?ooo`00:@3oool00`000000 oooo0?ooo`260?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool01@3oool002T0oooo 00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo 000Y0?ooo`030000003oool0oooo08H0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?oo o`050?ooo`00:@3oool00`000000oooo0?ooo`260?ooo`030000003oool0oooo08H0oooo00<00000 0?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0QP3oool00`000000oooo0?ooo`260?oo o`030000003oool0oooo00D0oooo000Q0?ooo`<000001@3oool00`000000oooo0?ooo`040?ooo`03 0000003oool0oooo02P0oooo00<000000?ooo`3oool0:@3oool00`000000oooo0?ooo`0X0?ooo`03 0000003oool0oooo02P0oooo00<000000?ooo`3oool0:@3oool00`000000oooo0?ooo`0X0?ooo`03 0000003oool0oooo00@0oooo00<000000?ooo`3oool01@3oool00280oooo00<000000?ooo`3oool0 103oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0 1P3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0 1P3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1P3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0 1P3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0 1@3oool00280oooo00<000000?ooo`3oool0103ooooo000001@000001`3oool00280oooo00<00000 0?ooo`3oool0o`3ooolO0?ooo`008P3oool00`000000oooo0?ooo`3o0?oooal0oooo000Q0?ooo`80 0000o`3ooolQ0?ooo`00o`3ooom40?ooo`00\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-4.11061, -0.144432, 0.0230283, 0.00591437}}] }, Open ]], Cell[TextData[ "To fit the data with this function, we use the PsychometricFunction option. \ We also use the PsychometricParameters option to specify a reasonable \ starting point for the slope parameter."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["\<\ PsychometricPlot[PsychometricFit[data1 ,PsychometricFunction->CauchyPF ,FitParameters->{True,True} ,PsychometricParameters->{Automatic,1,0.5,0.01}]];\ \>", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -3 -9 ] [.1 -0.0125 3 0 ] [.3 -0.0125 -3 -9 ] [.3 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.7 -0.0125 -3 -9 ] [.7 -0.0125 3 0 ] [.9 -0.0125 -6 -9 ] [.9 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s [(2)] .1 -0.0125 0 1 Mshowa .3 0 m .3 .00625 L s [(4)] .3 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .7 0 m .7 .00625 L s [(8)] .7 -0.0125 0 1 Mshowa .9 0 m .9 .00625 L s [(10)] .9 -0.0125 0 1 Mshowa .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .75 g .5 Mabswid .1 .07341 m .1 .49252 L s .3 .1254 m .3 .54451 L s .5 .38165 m .5 .54344 L s .7 .44403 m .7 .61568 L s .9 .45775 m .9 .61742 L s 0 g .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .31805 m .08651 .31886 L .12633 .31992 L .16372 .32115 L .19969 .32262 L .23797 .32463 L .27482 .32721 L .2936 .32888 L .31398 .33107 L .35172 .33669 L .37046 .34066 L .39033 .34625 L .40879 .35342 L .42609 .36287 L .4359 .37 L .44522 .37842 L .46273 .4003 L .47179 .41556 L .48144 .43495 L .49882 .47435 L .5177 .51224 L .52833 .52828 L .53812 .53989 L .55653 .55564 L .5658 .56143 L .57598 .56664 L .59441 .57386 L .61418 .57947 L .63425 .58371 L .65327 .58682 L .68949 .59117 L .70817 .59287 L .72803 .59439 L .7637 .59657 L .80169 .59835 L .83825 .5997 L .87713 .60086 L .91457 .60177 L .95 .6025 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (CauchyPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (5.93) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2.4) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.422) show 141.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0 ;P3oool00`000000oooo0?ooo`030?ooo`030;no_`3oool0oooo08D0oooo0P0000070?ooo`00:@3o ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<0_kno0?ooo`3oool0=03o ool00`2o_kl0oooo0?ooo`0_0?ooo`030000003oool0oooo0080oooo00<0_kno0?ooo`3oool0QP3o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`070?ooo`@0000000<0oooo 0000000000000`0000020?ooo`@0000000<0oooo0000000000000P0000020?ooo`@00000203oool4 000001D0oooo0P0000040?ooo`8000000`3oool300000300oooo00<000000?ooo`3oool00P3oool0 0`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo 00H0oooo00L000000?ooo`3oool0oooo0000003oool000000080oooo00@000000?ooo`3oool00000 1@3oool0102o_kl0oooo0?ooo`0000050?ooo`030000003oool0oooo01h0oooo00@000000?ooo`3o ool000000`3oool2000000@0oooo00<0_kno0?ooo`000000<03oool01@000000oooo0?ooo`3oool0 _kno08P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3oool01`00 0000oooo0?ooo`3oool000000?ooo`0000000P3oool00`000000oooo0?ooo`05000000030?ooo`00 00000000008000000P3oool4000000P0oooo1000000D0?ooo`040000003oool0oooo000000T0oooo 00<0_kno0?ooo`000000<03oool01@000000oooo0?ooo`3oool0_kno03H0oooo00<0_kno0?ooo`3o ool0C`3oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`060?ooo`070000 003oool0oooo0?ooo`000000oooo000000020?ooo`040000003oool0oooo000000<0oooo00<00000 0?ooo`0000001@3oool00`000000oooo0?ooo`0Q0?ooo`040000003oool0oooo000000P0oooo0`00 000b0?ooo`040000003oool0oooo0;no_cH0oooo00<0_kno0?ooo`3oool0C`3oool00`000000oooo 0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`070?ooo`H0000000<0oooo0000000000000`3o ool300000080oooo100000020?ooo`@00000803oool010000000oooo0?ooo`0000080?ooo`030000 002o_kl0oooo0380oooo00@000000?ooo`3oool0_kno=P3oool00`2o_kl0oooo0?ooo`1?0?ooo`03 0000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0 :03oool2000000T0oooo1000000b0?ooo`030000003oool0_kno03H0oooo00<0_kno0?ooo`3oool0 =03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003o ool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0b0?ooo`030000003o ool0_kno03H0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003o ool0oooo00D0oooo000Y0?ooo`8000006@3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0 oooo0380oooo1000000e0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool05`3oool2 000000L0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool00`2o _kl0oooo0?ooo`0a0?ooo`H00000=03oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo 01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0603oool00`2o_kl0 oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0300oooo2000000c0?ooo`030;no_`3oool0oooo03@0 oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo 0?ooo`0G0?ooo`@00000=03oool00`2o_kl0oooo0?ooo`0`0?ooo`P00000<`3oool00`2o_kl0oooo 0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<0 00000?ooo`3oool0603oool00`000000oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0300oooo2000 000c0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?oo o`050?ooo`00:@3oool00`000000oooo0?ooo`060?ooo`@000000P3oool500000080oooo0`000002 0?ooo`@000000`3oool4000000L0oooo1000000D0?ooo`@000000`3oool2000000@0oooo0`00000` 0?ooo`P00000<`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<00000 0?ooo`3oool01@3oool001H0oooo0P0000040?ooo`800000103oool2000000D0oooo00<000000?oo o`3oool02@3oool00`000000oooo0?ooo`020?ooo`050000003oool0oooo0?ooo`0000000`3oool0 0`000000oooo000000030?ooo`030000003oool0000002@0oooo00<000000?ooo`3oool00`3oool2 000000@0oooo00<0_kno0000003oool0<@3oool6000003@0oooo00<0_kno0?ooo`3oool0=03oool0 0`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000E0?ooo`040000003oool0oooo 000000<0oooo0P0000030?ooo`040000003oool0oooo000000@0oooo00<000000?ooo`3oool01P3o ool4000000@0oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003oool0000000<0oooo 00<000000?ooo`000000100000070?ooo`@000005P3oool00`000000oooo0?ooo`070?ooo`@00000 0?ooo`030000003oool0oooo0380oooo0P00000:0?ooo`800000 =@3oool0102o_kl0oooo0?ooo`00000c0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3o ool0603oool00`000000oooo0?ooo`050?ooo`005P3oool2000000X0oooo0P0000050?ooo`030000 003oool0oooo00`0oooo0`0000100?ooo`030;no_`3oool0oooo03@0oooo00D0_kno0?ooo`3oool0 oooo0000000b0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000 oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`1?0?ooo`030;no_`3oool0oooo03@0oooo 00D0_kno0?ooo`3oool0oooo0000000b0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3o ool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`1?0?ooo`030;no _`3oool0oooo03@0oooo00<0_kno0?ooo`3oool00P3oool00`000000oooo0?ooo`0_0?ooo`030;no _`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3o ool00`000000oooo0?ooo`1?0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool00P3o ool00`000000oooo0?ooo`0_0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`1?0?ooo`030;no_`3oool0 oooo03@0oooo00<0_kno0?ooo`3oool00`3oool00`000000oooo0?ooo`0^0?ooo`030;no_`3oool0 oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`00 0000oooo0?ooo`1?0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0103oool00`00 0000oooo0?ooo`0]0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`00 0000oooo0?ooo`050?ooo`00:@3oool200000500oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0 oooo0?ooo`040?ooo`030000003oool0oooo02d0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0 oooo0?ooo`0G0?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool01`3oool300000080oooo 0P000000103oool000000000003oool4000000<0oooo100000000`3oool000000000000200000080 oooo0P0000000`3oool00000000000020?ooo`<000000P3oool500000080oooo1@0000060?ooo`@0 00002@3oool00`2o_kl0oooo0?ooo`080?ooo`<00000103oool2000000<0oooo0`0000030?ooo`<0 00005`3oool00`2o_kl0oooo0?ooo`050?ooo`030000003oool0oooo02`0oooo00<0_kno0?ooo`3o ool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000 003oool0oooo00L0oooo00H000000?ooo`3oool000000?ooo`0000020?ooo`050000003oool0oooo 0?ooo`000000103oool00`000000oooo0?ooo`060?ooo`040000003oool0oooo00000080oooo00@0 00000?ooo`3oool000000`3oool01@000000oooo0?ooo`3oool0000000<0oooo00D000000?ooo`3o ool0oooo0000000D0?ooo`030;no_`3oool0oooo00/0oooo00@000000?ooo`3oool0oooo0P000006 0?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0503oool00`2o_kl0oooo0?ooo`05 0?ooo`030000003oool0oooo02`0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00L0oooo00<000000?oo o`3oool00P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo0080oooo1@000000 0`3oool000000000000200000080oooo00@000000?ooo`3oool000000P3oool01@000000oooo0?oo o`3oool0000000<0oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003oool0oooo00D0 oooo100000090?ooo`030;no_`3oool0oooo00/0oooo00<000000?ooo`3oool01`3oool3000000D0 oooo00<000000?ooo`3oool0503oool00`2o_kl0oooo0?ooo`060?ooo`030000003oool0oooo02/0 oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0 oooo000Y0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool00P3oool010000000oooo 0?ooo`0000030?ooo`8000000`3oool01`000000oooo0?ooo`3oool000000?ooo`0000001@3oool0 10000000oooo0?ooo`0000020?ooo`050000003oool0oooo0?ooo`0000000`3oool01@000000oooo 0?ooo`3oool0000000<0oooo00<000000?ooo`3oool04P3oool00`2o_kl0oooo0?ooo`080?ooo`<0 00002@3oool010000000oooo0?ooo`0000030?ooo`8000005`3oool00`2o_kl0oooo0?ooo`070?oo o`800000:`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?oo o`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3oool400000080oooo100000020?ooo`80 000000<0oooo0000000000000P3oool300000080oooo100000020?ooo`@000000`3oool3000000@0 oooo00<000000?ooo`3oool00P3oool4000001@0oooo00<0_kno0?ooo`3oool0203oool00`000000 oooo0?ooo`090?ooo`040000003oool0oooo000000D0oooo00<000000?ooo`3oool0503oool00`2o _kl0oooo0?ooo`090?ooo`030000003oool0oooo02P0oooo00<0_kno0?ooo`3oool0=03oool00`2o _kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00L0 oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`0E0?ooo`030000003oool0oooo00/0 oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`0M0?ooo`@000002@3oool2000000<0 oooo0`00000T0?ooo`030000003oool0oooo02L0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0 oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00L0oooo 00@000000?ooo`3oool0oooo0P00000F0?ooo`8000002`3oool3000000H0oooo0P00001I0?ooo`03 0000003oool0oooo02H0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`03 0000003oool0oooo00D0oooo000Y0?ooo`800000UP3oool2000002H0oooo00<0_kno0?ooo`3oool0 =03oool00`2o_kl0oooo0?ooo`0G0?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool0U`3o ool00`000000oooo0?ooo`0S0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`2H0?ooo`<000008P3oool0 0`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool0 02T0oooo00<000000?ooo`3oool08`3oool3000007D0oooo0P00000P0?ooo`030;no_`3oool0oooo 03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000 oooo0?ooo`0T0?ooo`030000003oool0oooo07H0oooo0`00000M0?ooo`030;no_`3oool0oooo03@0 oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo 0?ooo`060?ooo`@000000P3oool5000000030?ooo`000000000000<000000P3oool300000080oooo 0P0000000`3oool00000000000020?ooo`040000003oool0oooo0?ooo`<000000`3oool3000006h0 oooo0P00000I0?ooo`@00000=@3oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0 oooo000Y0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0103oool010000000oooo 0?ooo`0000020?ooo`040000003oool0oooo00000080oooo00L000000?ooo`3oool0oooo0000003o ool000000080oooo00D000000?ooo`3oool0oooo000000040?ooo`030000003oool0oooo00<0oooo 00<000000?ooo`3oool0K`3oool3000001D0oooo1P00000d0?ooo`030;no_`3oool0oooo01P0oooo 00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?oo o`040?ooo`@000000P3oool010000000oooo0?ooo`0000020?ooo`030000003oool0oooo00<0oooo 00@000000?ooo`3oool000000P3oool00`000000oooo000000030?ooo`<000000`3oool00`000000 oooo0?ooo`1b0?ooo`@00000403oool8000003<0oooo00<0_kno0?ooo`3oool0603oool00`000000 oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00L0oooo 00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`0000030?ooo`030000003oool00000 0080oooo00H000000?ooo`3oool000000?ooo`0000030?ooo`040000003oool0oooo00000080oooo 0`00001f0?ooo`H000002P3oool8000003<0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo 0?ooo`050?ooo`00:@3oool2000000H0oooo00D000000?ooo`3oool0oooo000000030?ooo`<00000 00@0oooo000000000000oooo0P0000030?ooo`@0000000<0oooo0000000000000P000000103oool0 00000000003oool200000080oooo00@000000?ooo`3oool000000P3oool00`000000oooo0?ooo`1l 0?ooo`L000000`3oool8000003<0oooo00<0_kno0?ooo`3oool05`3oool2000000L0oooo000Y0?oo o`030000003oool0oooo00H0oooo1000000D0?ooo`030000003oool0oooo00P0oooo100000020?oo o`D00000PP3oool=00000340oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?oo o`00:@3oool00`000000oooo0?ooo`0M0?ooo`800000V`3oool6000000<0oooo4P00000O0?ooo`03 0;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 ^`3oool4000001H0oooo7`0000000`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo 000Y0?ooo`030000003oool0oooo0;d0oooo00<0_kno0?ooo`3oool0=03oool>000000d0oooo00<0 00000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0_@3oool00`2o_kl0oooo0?ooo`0b 0?ooo`@000006@3oool00`000000oooo0?ooo`050?ooo`008@3oool3000000D0oooo00<000000?oo o`3oool0603oool00`000000oooo0?ooo`0d0?ooo`030000003oool0oooo03@0oooo00<000000?oo o`3oool0=03oool00`2o_kl0oooo0?ooo`0a0?ooo`H00000603oool00`000000oooo0?ooo`050?oo o`008P3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02P3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`2o_kl0oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`070?ooo`P000002@3oool00`000000oooo0?ooo`0;0?ooo`03 0000003oool0oooo00D0oooo000R0?ooo`030000003oool0oooo00@0oooo`00000000`2o_kl00000 0000001@000000L0oooo000R0?ooo`030000003oool0oooo0?L0oooo2000000O0?ooo`008P3oool0 0`000000oooo0?ooo`3g0?ooo`P000007`3oool00240oooo0P00003j0?ooo`H00000803oool00?l0 oooo7`3oool400000240oooo0000\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.518542, -0.145601, 0.0365175, 0.00592047}}] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["What happens when a fit cannot be found?"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "If a fit cannot be produced, a structure of the correct shape is returned, \ but with Nulls in place of all parameters and the error (beeps and messages \ will also be produced). This sometimes happens when the parameter limits are \ exceeded, or when the error function has no minimum."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["PsychometricFit[{{2,4,3}}]", "Input", AspectRatioFixed->True], Cell[BoxData[ \(FindMinimum::"fmlim" \( : \ \) "The minimum could not be bracketed in \!\(30\) iterations."\)], "Message"], Cell[BoxData[ \({{{2, 4, 3}}, LogWeibullPF, {{Null, Null, Null, Null}, Null}}\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Some plotting options"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "The basic plot includes proportion correct (points), fitted function \ (curve), binomial confidence limits (grey vertical lines), and printed \ parameters. The latter two are optional."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["PsychometricPlot[fit1,PsychErrorBars->False];", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -3 -9 ] [.1 -0.0125 3 0 ] [.3 -0.0125 -3 -9 ] [.3 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.7 -0.0125 -3 -9 ] [.7 -0.0125 3 0 ] [.9 -0.0125 -6 -9 ] [.9 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s [(2)] .1 -0.0125 0 1 Mshowa .3 0 m .3 .00625 L s [(4)] .3 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .7 0 m .7 .00625 L s [(8)] .7 -0.0125 0 1 Mshowa .9 0 m .9 .00625 L s [(10)] .9 -0.0125 0 1 Mshowa .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .33941 m .08651 .34464 L .12633 .35128 L .16372 .35854 L .19969 .36656 L .23797 .37632 L .27482 .38701 L .31398 .39986 L .35172 .41373 L .38802 .42844 L .42664 .44548 L .46382 .46307 L .49958 .48082 L .53765 .50022 L .57429 .51888 L .61324 .53808 L .65077 .55526 L .68686 .56997 L .72527 .58317 L .76225 .59318 L .78113 .59726 L .80154 .60092 L .81959 .60354 L .83941 .60582 L .85825 .60748 L .87815 .60877 L .89659 .60963 L .90693 .61 L .91636 .61027 L .93247 .61062 L .94158 .61076 L .95 .61087 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogWeibullPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6.37) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4.) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.49) show 135.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`<000001`3oool001D0 oooo00@000000?ooo`3oool000002`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo 0?l0oooo403oool00`000000oooo0?ooo`050?ooo`005@3oool010000000oooo0?ooo`0000080?oo o`040000003oool0oooo000000@0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0 oooo00D0oooo000F0?ooo`8000002P3oool2000000D0oooo00<000000?ooo`3oool0o`3oool@0?oo o`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo0?l0oooo403oool00`000000 oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool0 1@3oool002T0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000Y 0?ooo`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00:@3oool20000 0?l0oooo403oool2000000L0oooo000Y0?ooo`030000003oool0oooo0?l0oooo403oool00`000000 oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool0 1@3oool002T0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000Y 0?ooo`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00:@3oool00`00 0000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3o ool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo0?l0oooo 403oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`3o0?oooa00oooo00<0 00000?ooo`3oool01@3oool002T0oooo0P00003o0?oooa00oooo0P0000070?ooo`00:@3oool00`00 0000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool01@3oool000l0oooo0`00000G0?ooo`03 0000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00403oool00`000000oooo 0?ooo`0F0?ooo`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00403o ool3000001H0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000@ 0?ooo`040000003oool0oooo000001D0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003o ool0oooo00D0oooo000@0?ooo`040000003oool0oooo000001D0oooo00<000000?ooo`3oool0o`3o ool@0?ooo`030000003oool0oooo00D0oooo000?0?ooo`@000005P3oool00`000000oooo0?ooo`3o 0?oooa00oooo00<000000?ooo`3oool01@3oool00100oooo1000000E0?ooo`800000o`3oool@0?oo o`8000001`3oool00140oooo00<000000?ooo`3oool05@3oool00`000000oooo0?ooo`3o0?oooa00 oooo00<000000?ooo`3oool01@3oool00140oooo00<000000?ooo`3oool05@3oool00`000000oooo 0?ooo`3o0?oooa00oooo00<000000?ooo`3oool01@3oool00140oooo0P00000F0?ooo`030000003o ool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00403oool2000000030?ooo`000000 000001@0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000Y0?oo o`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`004@3oool3000001D0 oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000@0?ooo`060000 003oool0oooo0?ooo`000000oooo0P0000040?ooo`800000103oool3000000@0oooo00<000000?oo o`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000@0?ooo`040000003oool0oooo0?oo o`8000000P3oool010000000oooo0?ooo`3oool2000000D0oooo00<000000?ooo`3oool00`3oool0 0`000000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool01@3oool00100oooo00@000000?oo o`3oool0oooo0P0000020?ooo`030000003oool0oooo00H0oooo100000040?ooo`<00000o`3oool> 0?ooo`<000001`3oool00140oooo0`0000001@3oool000000?ooo`3oool0000000P0oooo00<00000 0?ooo`0000001@3oool00`000000oooo0?ooo`0G0?ooo`@00000m03oool00`000000oooo0?ooo`05 0?ooo`005@3oool010000000oooo0?ooo`0000080?ooo`030000003oool0000000D0oooo00<00000 0?ooo`3oool05P3oool600000?<0oooo00<000000?ooo`3oool01@3oool00100oooo100000020?oo o`8000002P3oool2000000D0oooo00<000000?ooo`3oool05@3oool800000?80oooo00<000000?oo o`3oool01@3oool00100oooo00D000000?ooo`3oool0oooo0000000D0?ooo`030000003oool0oooo 01D0oooo2000003b0?ooo`030000003oool0oooo00D0oooo000@0?ooo`050000003oool0oooo0?oo o`000000503oool00`000000oooo0?ooo`0E0?ooo`P00000lP3oool00`000000oooo0?ooo`050?oo o`00403oool01@000000oooo0?ooo`3oool0000001@0oooo00<000000?ooo`3oool05@3oool80000 0?80oooo00<000000?ooo`3oool01@3oool00100oooo1000000E0?ooo`030000003oool0oooo01H0 oooo1P00003c0?ooo`030000003oool0oooo00D0oooo000@0?ooo`030000003oool0oooo01H0oooo 0P00000H0?ooo`@00000l`3oool2000000L0oooo000?0?ooo`H00000503oool00`000000oooo0?oo o`3o0?oooa00oooo00<000000?ooo`3oool01@3oool00100oooo00@000000?ooo`3oool000005@3o ool00`000000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool01@3oool00100oooo1000000E 0?ooo`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`004`3oool00`00 0000oooo0?ooo`0C0?ooo`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?oo o`004@3oool3000001D0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0 oooo000Y0?ooo`030000003oool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00403o ool4000001D0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000@ 0?ooo`050000003oool0oooo0?ooo`000000503oool00`000000oooo0?ooo`3o0?oooa00oooo00<0 00000?ooo`3oool01@3oool00100oooo00D000000?ooo`3oool0oooo0000000D0?ooo`800000o`3o ool@0?ooo`8000001`3oool00100oooo00D000000?ooo`3oool0oooo0000000D0?ooo`030000003o ool0oooo0?l0oooo403oool00`000000oooo0?ooo`050?ooo`00403oool4000001D0oooo00<00000 0?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000@0?ooo`030000003oool0oooo 01H0oooo00<000000?ooo`3oool0o`3oool@0?ooo`030000003oool0oooo00D0oooo000?0?ooo`H0 0000503oool00`000000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool01@3oool00180oooo 00<000000?ooo`3oool0503oool00`000000oooo0?ooo`3o0?oooa00oooo00<000000?ooo`3oool0 1@3oool00180oooo00<000000?ooo`3oool0503oool00`000000oooo0?ooo`3o0?oooa00oooo00<0 00000?ooo`3oool01@3oool00180oooo00<000000?ooo`3oool0503oool00`000000oooo0?ooo`3o 0?oooa00oooo00<000000?ooo`3oool01@3oool00140oooo0P00000F0?ooo`800000303oool60000 03d0oooo1000002l0?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool04@3oool8000003@0 oooo1P00002l0?ooo`030000003oool0oooo00D0oooo000@0?ooo`D00000503oool00`000000oooo 0?ooo`070?ooo`@0000000<0oooo0000000000000P0000020?ooo`@000000`3oool9000000P0oooo 100000090?ooo`800000103oool2000000@0oooo0`0000020?ooo`<0000000<0oooo000000000000 1P00002k0?ooo`030000003oool0oooo00D0oooo000B0?ooo`030000003oool0oooo01@0oooo00<0 00000?ooo`3oool01P3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00<0oooo00<0 00000?ooo`3oool00P3oool01P000000oooo0?ooo`3oool000000?ooo`H000004P3oool010000000 oooo0?ooo`0000030?ooo`8000001@3oool00`000000oooo0?ooo`040?ooo`T00000^`3oool00`00 0000oooo0?ooo`050?ooo`004P3oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo00H0 oooo1@0000020?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool00P3oool01@000000 oooo0?ooo`3oool000000080oooo00<000000?ooo`3oool00P3oool5000000030?ooo`0000000000 00800000203oool010000000oooo0?ooo`0000080?ooo`@000000`3oool;00000;/0oooo00<00000 0?ooo`3oool01@3oool00180oooo00<000000?ooo`3oool0503oool00`000000oooo0?ooo`060?oo o`050000003oool0oooo0?ooo`0000000P3oool2000000@0oooo0P0000030?ooo`050000003oool0 oooo0?ooo`0000000P3oool2000000P0oooo1@0000080?ooo`040000003oool0oooo000000P0oooo 00<000000?ooo`0000000`3oool00`000000oooo0?ooo`0900000;/0oooo00<000000?ooo`3oool0 1@3oool00180oooo00@000000?ooo`3oool0oooo0P0000040?ooo`800000103oool2000000D0oooo 00<000000?ooo`3oool01`3oool300000080oooo0P000000103oool000000000003oool200000003 0?ooo`00000000000080oooo0`0000020?ooo`80000000<0oooo0000000000002`3oool5000000<0 oooo00@000000?ooo`3oool00000203oool00`000000oooo000000030?ooo`050000003oool0oooo 0000003oool01P00002l0?ooo`030000003oool0oooo00D0oooo000B0?ooo`040000003oool0oooo 00000080oooo00@000000?ooo`3oool0oooo0P0000030?ooo`040000003oool0oooo000000@0oooo 00<000000?ooo`3oool0<`3oool6000000X0oooo0P0000040?ooo`8000000`3oool400000;d0oooo 00<000000?ooo`3oool01@3oool00100oooo1P0000020?ooo`030000003oool0oooo00H0oooo00@0 00000?ooo`3oool00000103oool3000003L0oooo0`00003C0?ooo`<000001`3oool00180oooo00@0 00000?ooo`3oool000000P3oool00`000000oooo0?ooo`060?ooo`<000001@3oool00`000000oooo 0?ooo`0j0?ooo`<00000dP3oool00`000000oooo0?ooo`050?ooo`004P3oool010000000oooo0?oo o`0000020?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01@3oool00`000000oooo 0?ooo`0m0?ooo`@00000cP3oool00`000000oooo0?ooo`050?ooo`004P3oool010000000oooo0?oo o`3oool2000000X0oooo0`0000040?ooo`030000003oool0oooo0440oooo0`00003;0?ooo`030000 003oool0oooo00D0oooo000A0?ooo`8000005P3oool00`000000oooo0?ooo`0A0?ooo`@00000;`3o ool30000003oool2000000X0oooo0P0000030?ooo`800000103oool300000;80oooo00<000000?oo o`3oool01@3oool00140oooo00<000000?ooo`3oool05@3oool00`000000oooo0?ooo`060?ooo`<0 0000E03oool200000;00oooo00<000000?ooo`3oool01@3oool00140oooo00<000000?ooo`3oool0 5@3oool00`000000oooo0?ooo`1O0?ooo`<00000[@3oool00`000000oooo0?ooo`050?ooo`00403o ool00`000000oooo0000000F0?ooo`030000003oool0oooo0680oooo0P00002[0?ooo`030000003o ool0oooo00D0oooo000@0?ooo`030000003oool0000001H0oooo00<000000?ooo`3oool0I03oool3 00000:P0oooo00<000000?ooo`3oool01@3oool000l0oooo0P0000000`3oool000000000000E0?oo o`030000003oool0oooo06L0oooo0P00002V0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`80 0000203oool3000005l0oooo0P00002S0?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool0 2P3oool00`000000oooo0?ooo`1N0?ooo`<00000X@3oool00`000000oooo0?ooo`050?ooo`00:@3o ool00`000000oooo0?ooo`070?ooo`@0000000<0oooo0000000000000`0000020?ooo`@0000000<0 oooo0000000000000P0000020?ooo`@00000203oool4000001D0oooo0P0000040?ooo`8000000`3o ool3000001d0oooo0P00002O0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0 oooo00H0oooo00L000000?ooo`3oool0oooo0000003oool000000080oooo00@000000?ooo`3oool0 0000203oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo01h0oooo00@000000?ooo`3o ool000000`3oool2000000H0oooo00<000000?ooo`3oool0703oool2000009d0oooo00<000000?oo o`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3oool01`000000oooo0?ooo`3oool00000 0?ooo`0000000P3oool00`000000oooo0?ooo`05000000030?ooo`0000000000008000000P3oool4 000000P0oooo1000000D0?ooo`040000003oool0oooo000000/0oooo00<000000?ooo`3oool07P3o ool2000009/0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3oool0 1`000000oooo0?ooo`3oool000000?ooo`0000000P3oool010000000oooo0?ooo`0000030?ooo`03 0000003oool0000000D0oooo00<000000?ooo`3oool08@3oool010000000oooo0?ooo`0000080?oo o`<000008`3oool2000009T0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3o ool01`3oool6000000030?ooo`000000000000<0oooo0`0000020?ooo`@000000P3oool400000200 oooo00@000000?ooo`3oool00000203oool00`000000oooo0?ooo`0U0?ooo`800000U`3oool00`00 0000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`130?ooo`8000002@3oool4000002H0 oooo0P00002E0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo07X0oooo 0P00002C0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`800000O@3oool2000000H0oooo1000 00260?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool0OP3oool2000000<0oooo1P000026 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo0800oooo2P0000250?oo o`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01L0oooo1000001W0?ooo`P0 0000Q@3oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`0H0?ooo`030000 003oool0oooo06L0oooo200000250?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003o ool0oooo00H0oooo100000020?ooo`D000000P3oool300000080oooo100000030?ooo`@000001`3o ool4000001D0oooo0`0000030?ooo`800000=`3oool8000008D0oooo00<000000?ooo`3oool01@3o ool001H0oooo0P0000040?ooo`800000103oool2000000D0oooo00<000000?ooo`3oool02@3oool0 0`000000oooo0?ooo`020?ooo`050000003oool0oooo0?ooo`0000000`3oool00`000000oooo0000 00030?ooo`030000003oool0000002D0oooo00<000000?ooo`3oool00P3oool2000003P0oooo1`00 00250?ooo`030000003oool0oooo00D0oooo000E0?ooo`040000003oool0oooo000000<0oooo0P00 00030?ooo`040000003oool0oooo000000@0oooo00<000000?ooo`3oool01P3oool4000000@0oooo 00D000000?ooo`3oool0oooo000000030?ooo`030000003oool0000000<0oooo00<000000?ooo`00 0000100000070?ooo`@00000503oool4000003h0oooo100000020?ooo`800000P`3oool00`000000 oooo0?ooo`050?ooo`005@3oool010000000oooo0?ooo`0000080?ooo`040000003oool0oooo0000 00@0oooo0`0000060?ooo`030000003oool0oooo00D0oooo00D000000?ooo`3oool0oooo00000003 0?ooo`030000003oool0000000<0oooo00<000000?ooo`0000000`3oool00`000000oooo0?ooo`0M 0?ooo`030000003oool0000004L0oooo0P00001o0?ooo`<000001`3oool001D0oooo00@000000?oo o`3oool000002@3oool2000000D0oooo00<000000?ooo`3oool01P3oool4000000@0oooo00<00000 0?ooo`3oool00P3oool3000000030?ooo`000000000000<000000`3oool300000200oooo00<00000 0?ooo`000000B@3oool2000007l0oooo00<000000?ooo`3oool01@3oool001D0oooo00@000000?oo o`3oool00000203oool010000000oooo0?ooo`0000040?ooo`030000003oool0oooo00h0oooo00<0 00000?ooo`3oool0`3oool200000680oooo00<000000?ooo`3oool01@3oool002T0 oooo00<000000?ooo`3oool01`3oool010000000oooo0?ooo`3oool2000001H0oooo0P00000;0?oo o`<000001P3oool200000780oooo0P00001P0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`80 0000/03oool2000005d0oooo0P0000070?ooo`00:@3oool00`000000oooo0?ooo`2a0?ooo`<00000 F`3oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`2d0?ooo`800000F@3o ool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`0C0?ooo`<00000X03oool3 000005H0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool05P3oool00`00 0000oooo0?ooo`2P0?ooo`800000E03oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000 oooo0?ooo`050?ooo`D000000`3oool3000000<0oooo100000001@3oool000000?ooo`3oool00000 00<0oooo100000000`3oool0000000000003000000030?ooo`0000000000008000000P3oool50000 00030?ooo`000000000000<0000000<0oooo0000000000001P0000030?ooo`<00000L@3oool40000 0500oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool01P3oool010000000 oooo0?ooo`0000020?ooo`070000003oool0oooo0?ooo`000000oooo000000030?ooo`030000003o ool000000080oooo00@000000?ooo`3oool000001`3oool01@000000oooo0?ooo`3oool0000000<0 oooo00<000000?ooo`0000000P3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo00<0 oooo00D000000?ooo`3oool0oooo000000050?ooo`030000003oool0oooo06l0oooo1`00001>0?oo o`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo00H0oooo00@000000?ooo`3o ool000000P3oool01`000000oooo0?ooo`3oool000000?ooo`0000000`3oool00`000000oooo0000 000300000080oooo1@0000030?ooo`050000003oool0oooo0?ooo`0000000`3oool00`000000oooo 000000020?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool00`3oool010000000oooo 0?ooo`3oool3000000<0oooo00<000000?ooo`3oool0KP3oool;000004/0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`030?ooo`070000 003oool0oooo0?ooo`000000oooo000000030?ooo`040000003oool000000?ooo`8000000P3oool0 1@000000oooo0?ooo`3oool0000000<0oooo00D000000?ooo`3oool0oooo000000030?ooo`030000 003oool000000080oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`030?ooo`050000 003oool0oooo0?ooo`0000000P3oool00`000000oooo0?ooo`03000006h0oooo200000030?ooo`@0 0000A`3oool00`000000oooo0?ooo`050?ooo`00:@3oool2000000L0oooo00<000000?ooo`3oool0 103oool3000000<0oooo1P0000020?ooo`040000003oool0oooo0?ooo`<000000`3oool2000000<0 oooo10000000103oool000000000003oool2000000@0oooo00<000000?ooo`3oool00`3oool01@00 0000oooo0?ooo`3oool000000080oooo00@000000?ooo`3oool00000L03oool8000000L0oooo1@00 00110?ooo`8000001`3oool002T0oooo00<000000?ooo`3oool01@3oool3000000l0oooo0P000002 0?ooo`8000003@3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00<0oooo00<00000 0?ooo`3oool0100000020?ooo`D00000K@3oool8000000`0oooo1@00000m0?ooo`030000003oool0 oooo00D0oooo000Y0?ooo`030000003oool0oooo02H0oooo00<000000?ooo`3oool00P00000;0?oo o`<000000`3oool3000007/0oooo1P00000B0?ooo`D00000>03oool00`000000oooo0?ooo`050?oo o`00:@3oool00`000000oooo0?ooo`2k0?ooo`@00000603oool600000380oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool0g@3oool5000002d0oooo00<000000?ooo`3oool0 1@3oool002T0oooo00<000000?ooo`3oool0hP3oool:000000H0oooo1000000I0?ooo`030000003o ool0oooo00D0oooo000Q0?ooo`<000001@3oool00`000000oooo0?ooo`0H0?ooo`030000003oool0 oooo03@0oooo00<000000?ooo`3oool0=03oool00`000000oooo0?ooo`0d0?ooo`030000003oool0 oooo02`0oooo5P00000=0?ooo`030000003oool0oooo00D0oooo000R0?ooo`030000003oool0oooo 00@0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo 00/0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo 00X0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo 00X0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo 00X0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo 00X0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo 00L0oooo200000090?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool01@3oool00280 oooo00<000000?ooo`3oool0103ooooo000001@000001`3oool00280oooo00<000000?ooo`3oool0 m`3oool8000001l0oooo000R0?ooo`030000003oool0oooo0?L0oooo2000000O0?ooo`008@3oool2 00000?X0oooo1P00000P0?ooo`00o`3ooolO0?ooo`@000008@3oool00001\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.518542, -0.145601, 0.0365175, 0.00592047}}] }, Open ]], Cell[CellGroupData[{ Cell["PsychometricPlot[fit1,PsychLegend->False];", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -3 -9 ] [.1 -0.0125 3 0 ] [.3 -0.0125 -3 -9 ] [.3 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.7 -0.0125 -3 -9 ] [.7 -0.0125 3 0 ] [.9 -0.0125 -6 -9 ] [.9 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -26 -21 ] [.5 -0.0125 26 -9 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30 -35 ] [-0.01875 .30902 -18 35 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s [(2)] .1 -0.0125 0 1 Mshowa .3 0 m .3 .00625 L s [(4)] .3 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .7 0 m .7 .00625 L s [(8)] .7 -0.0125 0 1 Mshowa .9 0 m .9 .00625 L s [(10)] .9 -0.0125 0 1 Mshowa .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -87 -25 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 111.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -120 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 96 10 translate 90 rotate -96 -10 translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 129.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Courier grestore .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .75 g .5 Mabswid .1 .07341 m .1 .49252 L s .3 .1254 m .3 .54451 L s .5 .38165 m .5 .54344 L s .7 .44403 m .7 .61568 L s .9 .45775 m .9 .61742 L s 0 g .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .33941 m .08651 .34464 L .12633 .35128 L .16372 .35854 L .19969 .36656 L .23797 .37632 L .27482 .38701 L .31398 .39986 L .35172 .41373 L .38802 .42844 L .42664 .44548 L .46382 .46307 L .49958 .48082 L .53765 .50022 L .57429 .51888 L .61324 .53808 L .65077 .55526 L .68686 .56997 L .72527 .58317 L .76225 .59318 L .78113 .59726 L .80154 .60092 L .81959 .60354 L .83941 .60582 L .85825 .60748 L .87815 .60877 L .89659 .60963 L .90693 .61 L .91636 .61027 L .93247 .61062 L .94158 .61076 L .95 .61087 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?oo o`D000007P3oool800000;/0oooo00<000000?ooo`3oool01@3oool00180oooo00@000000?ooo`3o ool0oooo0P0000040?ooo`800000103oool2000000D0oooo00<000000?ooo`3oool0603oool00`2o _kl0oooo0?ooo`0C0?ooo`D000006P3oool600000;`0oooo00<000000?ooo`3oool01@3oool00180 oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`3oool2000000<0oooo00@00000 0?ooo`3oool00000103oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo01P0oooo1000 000G0?ooo`@00000_@3oool00`000000oooo0?ooo`050?ooo`00403oool600000080oooo00<00000 0?ooo`3oool01P3oool010000000oooo0?ooo`0000040?ooo`<00000603oool00`2o_kl0oooo0?oo o`0L0?ooo`<000005@3oool00`2o_kl0oooo0?ooo`2k0?ooo`<000001`3oool00180oooo00@00000 0?ooo`3oool000000P3oool00`000000oooo0?ooo`060?ooo`<000001@3oool00`000000oooo0?oo o`0H0?ooo`030;no_`3oool0oooo01l0oooo0`00000B0?ooo`030;no_`3oool0oooo0;d0oooo00<0 00000?ooo`3oool01@3oool00180oooo00@000000?ooo`3oool000000P3oool00`000000oooo0?oo o`060?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?oo o`0R0?ooo`@000003P3oool00`2o_kl0oooo0?ooo`2m0?ooo`030000003oool0oooo00D0oooo000B 0?ooo`040000003oool0oooo0?ooo`8000002P3oool3000000@0oooo00<000000?ooo`3oool0603o ool00`2o_kl0oooo0?ooo`0V0?ooo`<000002`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3o ool0oooo08H0oooo00<000000?ooo`3oool01@3oool00140oooo0P00000F0?ooo`030000003oool0 oooo01P0oooo00<0_kno0?ooo`3oool0:@3oool3000000P0oooo00<0_kno0?ooo`3oool0=03oool0 0`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo 01P0oooo00<0_kno0?ooo`3oool0;03oool4000000@0oooo00<0_kno0?ooo`3oool0=03oool00`2o _kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000A0?ooo`<000005@3oool00`000000 oooo0?ooo`0H0?ooo`030;no_`3oool0oooo0300oooo100000000`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool00140oooo00@000000?ooo`3oool0 0000503oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo0`00000d0?ooo`03 0;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool00140oooo00<000000?ooo`3oool0 5@3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0 0`00000a0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool00140oooo00<0 00000?ooo`3oool05@3oool2000001T0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?oo o`030?ooo`<00000;P3oool00`2o_kl0oooo0?ooo`250?ooo`8000001`3oool000l0oooo1@00000E 0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`06 0?ooo`800000;03oool00`2o_kl0oooo0?ooo`260?ooo`030000003oool0oooo00D0oooo000@0?oo o`8000005`3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?oo o`3oool0203oool3000002T0oooo00<0_kno0?ooo`3oool0QP3oool00`000000oooo0?ooo`050?oo o`004@3oool00`000000oooo0?ooo`0E0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3o ool0=03oool00`2o_kl0oooo0?ooo`0;0?ooo`8000009`3oool00`2o_kl0oooo0?ooo`260?ooo`03 0000003oool0oooo00D0oooo000A0?ooo`030000003oool0oooo01D0oooo00<000000?ooo`3oool0 603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo00d0oooo0`00000T0?ooo`030;no _`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool00100oooo00<000000?ooo`0000005P3o ool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0403o ool200000280oooo00<0_kno0?ooo`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00403oool0 0`000000oooo0000000F0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool0 0`2o_kl0oooo0?ooo`0B0?ooo`<000007`3oool00`2o_kl0oooo0?ooo`260?ooo`030000003oool0 oooo00D0oooo000?0?ooo`80000000<0oooo0000000000005@3oool00`000000oooo0?ooo`0H0?oo o`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool05@3oool2000001d0oooo00<0_kno0?oo o`3oool0QP3oool00`000000oooo0?ooo`050?ooo`00:@3oool2000001T0oooo00<0_kno0?ooo`3o ool0=03oool00`2o_kl0oooo0?ooo`0G0?ooo`8000006`3oool00`2o_kl0oooo0?ooo`250?ooo`80 00001`3oool002T0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no _`3oool0oooo01T0oooo0`00000H0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3oool0 1@3oool002T0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3o ool0oooo01`0oooo0P00000F0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3o ool002T0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0 oooo01h0oooo0P00000D0?ooo`030;no_`3oool0oooo08H0oooo00<000000?ooo`3oool01@3oool0 02T0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo 0200oooo0P00000B0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0C`3oool00`00 0000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0 oooo00<0_kno0?ooo`3oool08P3oool200000100oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0 oooo0?ooo`1?0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo 00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0T0?ooo`8000003P3oool00`2o_kl0oooo 0?ooo`0d0?ooo`030;no_`3oool0oooo04l0oooo00<000000?ooo`3oool01@3oool002T0oooo00<0 00000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo02H0oooo0P00 000<0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?oo o`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<0_kno 0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0X0?ooo`8000002P3oool00`2o_kl0oooo0?ooo`0d 0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`05 0?ooo`00:@3oool2000001T0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0Z0?oo o`8000001P3oool4000003D0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0G0?oo o`8000001`3oool002T0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo02`0oooo0P0000030?ooo`H00000=03oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 603oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo02h0oooo2P00000c0?ooo`030;no _`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3o ool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0<03o ool8000003<0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003o ool0oooo00D0oooo000Y0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0=03oool0 0`2o_kl0oooo0?ooo`0`0?ooo`P00000<`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0 oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0603oool00`2o _kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0300oooo2000000c0?ooo`030;no_`3oool0oooo 03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`005P3oool2000000@0 oooo0P0000040?ooo`8000001@3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo03@0 oooo00<0_kno0?ooo`3oool0<@3oool7000003<0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0 oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000E0?ooo`040000003oool0oooo000000<0 oooo0P0000030?ooo`040000003oool0oooo000000@0oooo00<000000?ooo`3oool0603oool00`2o _kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo0380oooo100000020?ooo`800000<@3oool00`2o _kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool001D0 oooo00@000000?ooo`3oool00000203oool010000000oooo0?ooo`0000040?ooo`<00000603oool0 0`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool00`3oool2 000002l0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0F0?ooo`<000001`3oool0 01D0oooo00@000000?ooo`3oool000002@3oool2000000D0oooo00<000000?ooo`3oool0C`3oool0 0`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo00D0oooo0P00000]0?ooo`030;no_`3oool0 oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`005@3oool01000 0000oooo0?ooo`0000080?ooo`040000003oool0oooo000000@0oooo00<000000?ooo`3oool0C`3o ool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo00L0oooo0P00000[0?ooo`030;no_`3o ool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`005P3oool2 000000X0oooo0P0000050?ooo`030000003oool0oooo04l0oooo00<0_kno0?ooo`3oool0=03oool0 0`2o_kl0oooo0?ooo`090?ooo`800000:@3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0 oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0C`3oool00`2o _kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo00/0oooo0P00000W0?ooo`030;no_`3oool0oooo 03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000 oooo0?ooo`1?0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool03@3oool2000002D0 oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0 oooo000Y0?ooo`030000003oool0oooo04l0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo 0?ooo`0?0?ooo`8000008`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo 00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0C`3oool00`2o_kl0oooo0?oo o`0d0?ooo`030;no_`3oool0oooo0140oooo0P00000Q0?ooo`030;no_`3oool0oooo03@0oooo00<0 _kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`1? 0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool04`3oool2000001l0oooo00<0_kno 0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?oo o`800000D03oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01D0oooo0`00000L0?oo o`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool05`3oool2000000L0oooo000Y0?ooo`03 0000003oool0oooo04l0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`80 00006P3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3o ool01@3oool002T0oooo00<000000?ooo`3oool0C`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no _`3oool0oooo01X0oooo0P00000H0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0 603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`1?0?ooo`030;no_`3o ool0oooo03@0oooo00<0_kno0?ooo`3oool0703oool2000001H0oooo00<0_kno0?ooo`3oool0=03o ool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0 oooo04l0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0N0?ooo`800000503oool0 0`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool0 02T0oooo00<000000?ooo`3oool0C`3oool00`2o_kl0oooo0?ooo`0d0?ooo`030;no_`3oool0oooo 0200oooo0P00000B0?ooo`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`00 0000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`2[0?ooo`800000403oool00`2o_kl0 oooo0?ooo`0d0?ooo`030;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo 00<000000?ooo`3oool0[@3oool2000000h0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo 0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`800000/03oool2000000`0oooo00<0 _kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0G0?ooo`8000001`3oool002T0oooo00<00000 0?ooo`3oool0/@3oool3000000T0oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H 0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo0;@0oooo0P0000070?oo o`030;no_`3oool0oooo03@0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?oo o`00:@3oool00`000000oooo0?ooo`2f0?ooo`<00000103oool00`2o_kl0oooo0?ooo`0d0?ooo`03 0;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 ^@3oool200000080oooo00<0_kno0?ooo`3oool0=03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000 003oool0oooo00D0oooo000Y0?ooo`030000003oool0oooo0;/0oooo1000000e0?ooo`030;no_`3o ool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0^P3oool7 000003<0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`00 0000oooo0?ooo`2i0?ooo`/00000<03oool00`2o_kl0oooo0?ooo`0H0?ooo`030000003oool0oooo 00D0oooo000Y0?ooo`030000003oool0oooo0;T0oooo200000030?ooo`@00000;03oool00`2o_kl0 oooo0?ooo`0H0?ooo`030000003oool0oooo00D0oooo000Y0?ooo`800000^P3oool8000000L0oooo 1@00000W0?ooo`030;no_`3oool0oooo01L0oooo0P0000070?ooo`00:@3oool00`000000oooo0?oo o`2i0?ooo`P00000303oool500000280oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?oo o`050?ooo`00:@3oool00`000000oooo0?ooo`2j0?ooo`H000004P3oool5000001d0oooo00<0_kno 0?ooo`3oool0603oool00`000000oooo0?ooo`050?ooo`00:@3oool00`000000oooo0?ooo`2k0?oo o`@00000603oool6000001L0oooo00<0_kno0?ooo`3oool0603oool00`000000oooo0?ooo`050?oo o`00:@3oool00`000000oooo0?ooo`2m0?ooo`030;no_`3oool0oooo01d0oooo1@00000B0?ooo`03 0;no_`3oool0oooo01P0oooo00<000000?ooo`3oool01@3oool002T0oooo00<000000?ooo`3oool0 _@3oool00`2o_kl0oooo0?ooo`0R0?ooo`X000001P3oool4000001T0oooo00<000000?ooo`3oool0 1@3oool00240oooo0`0000050?ooo`030000003oool0oooo01P0oooo00<000000?ooo`3oool0=03o ool00`000000oooo0?ooo`0d0?ooo`030000003oool0oooo03@0oooo00<0_kno0?ooo`3oool0;03o oolF000000d0oooo00<000000?ooo`3oool01@3oool00280oooo00<000000?ooo`3oool0103oool0 0`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool02`3oool0 0`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02P3oool0 0`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02P3oool0 0`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02P3oool0 0`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<0_kno0?ooo`3oool02P3oool0 0`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool01`3oool8 000000T0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`050?ooo`008P3oool00`00 0000oooo0?ooo`040?oool00000000<0_kno000000000000D00000070?ooo`008P3oool00`000000 oooo0?ooo`3g0?ooo`P000007`3oool00280oooo00<000000?ooo`3oool0m`3oool8000001l0oooo 000Q0?ooo`800000nP3oool600000200oooo003o0?oooal0oooo1000000Q0?ooo`00\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.518542, -0.145601, 0.0365175, 0.00592047}}] }, Open ]], Cell[TextData["In addition, options for ListPlot may be included."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["\<\ PsychometricPlot[fit1,DefaultFont->{\"Helvetica-Oblique\",10}];\ \>\ ", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -5.125 -12 ] [.1 -0.0125 5.125 0 ] [.3 -0.0125 -4.875 -12 ] [.3 -0.0125 4.875 0 ] [.5 -0.0125 -5.09375 -12 ] [.5 -0.0125 5.09375 0 ] [.7 -0.0125 -5.03125 -12 ] [.7 -0.0125 5.03125 0 ] [.9 -0.0125 -7.8125 -12 ] [.9 -0.0125 7.8125 0 ] [ 0 0 -0.125 0 ] [.5 -0.0125 -20.8125 -24.1875 ] [.5 -0.0125 20.8125 -12 ] [-0.0125 .00062 -10.125 -6 ] [-0.0125 .00062 0 6 ] [-0.0125 .12398 -18.5 -6 ] [-0.0125 .12398 0 6 ] [-0.0125 .24734 -18 -6 ] [-0.0125 .24734 0 6 ] [-0.0125 .3707 -18.4375 -6 ] [-0.0125 .3707 0 6 ] [-0.0125 .49406 -18.3125 -6 ] [-0.0125 .49406 0 6 ] [-0.0125 .61742 -9.5 -6 ] [-0.0125 .61742 0 6 ] [ 0 0 -0.125 0 ] [-0.01875 .30902 -30.5625 -25.625 ] [-0.01875 .30902 -18.5 25.625 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s gsave .1 -0.0125 -66.125 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .3 0 m .3 .00625 L s gsave .3 -0.0125 -65.875 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .5 0 m .5 .00625 L s gsave .5 -0.0125 -66.0938 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .7 0 m .7 .00625 L s gsave .7 -0.0125 -66.0312 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (8) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .9 0 m .9 .00625 L s gsave .9 -0.0125 -68.8125 -16 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (10) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s gsave .5 -0.0125 -81.8125 -28.1875 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20.1875 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.187500 moveto 558.000000 16.187500 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.187500 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Strength) show 100.625000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .00062 m .00625 .00062 L s gsave -0.0125 .00062 -71.125 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .12398 m .00625 .12398 L s gsave -0.0125 .12398 -79.5 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.2) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .24734 m .00625 .24734 L s gsave -0.0125 .24734 -79 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.4) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .3707 m .00625 .3707 L s gsave -0.0125 .3707 -79.4375 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.6) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .49406 m .00625 .49406 L s gsave -0.0125 .49406 -79.3125 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.8) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .61742 m .00625 .61742 L s gsave -0.0125 .61742 -70.5 -10 Mabsadd m 1 1 Mabs scale currentpoint translate 0 20 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.000000 moveto 558.000000 16.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s gsave -0.01875 .30902 -111.156 -10.0312 Mabsadd m 1 1 Mabs scale currentpoint translate 86.625 10.0312 translate 90 rotate -86.625 -10.0312 translate 0 20.0625 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 16.062500 moveto 558.000000 16.062500 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 16.062500 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (Probability) show 110.250000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .75 g .5 Mabswid .1 .07341 m .1 .49252 L s .3 .1254 m .3 .54451 L s .5 .38165 m .5 .54344 L s .7 .44403 m .7 .61568 L s .9 .45775 m .9 .61742 L s 0 g .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .33941 m .08651 .34464 L .12633 .35128 L .16372 .35854 L .19969 .36656 L .23797 .37632 L .27482 .38701 L .31398 .39986 L .35172 .41373 L .38802 .42844 L .42664 .44548 L .46382 .46307 L .49958 .48082 L .53765 .50022 L .57429 .51888 L .61324 .53808 L .65077 .55526 L .68686 .56997 L .72527 .58317 L .76225 .59318 L .78113 .59726 L .80154 .60092 L .81959 .60354 L .83941 .60582 L .85825 .60748 L .87815 .60877 L .89659 .60963 L .90693 .61 L .91636 .61027 L .93247 .61062 L .94158 .61076 L .95 .61087 L s gsave 0 .61803 -56.8312 -82.75 Mabsadd m 1 1 Mabs scale currentpoint translate 0 83 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 79.000000 moveto 558.000000 79.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 79.000000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogWeibullPF) show 63.000000 25.687500 moveto (threshold) show 107.375000 25.687500 moveto %%IncludeResource: font Math1 %%IncludeFont: Math1 /Math1 findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 122.062500 25.687500 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6.37) show 63.000000 38.187500 moveto (slope) show 89.687500 38.187500 moveto %%IncludeResource: font Math1 %%IncludeFont: Math1 /Math1 findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 104.375000 38.187500 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4.) show 63.000000 50.750000 moveto (guess) show 92.687500 50.750000 moveto %%IncludeResource: font Math1 %%IncludeFont: Math1 /Math1 findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 107.375000 50.750000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.437500 moveto (lapse) show 89.687500 63.437500 moveto %%IncludeResource: font Math1 %%IncludeFont: Math1 /Math1 findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 104.375000 63.437500 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 76.000000 moveto (error) show 87.687500 76.000000 moveto %%IncludeResource: font Math1 %%IncludeFont: Math1 /Math1 findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 96.875000 76.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.49) show 116.750000 76.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1 %%+ font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1 %%+ Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Math1 %%+ font Helvetica-Oblique grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg`0oooo00<000000?ooo`3oool02@3oool002d0oooo00<00000 0?ooo`3oool0603oool00`2o_kl0oooo0?ooo`3/0?ooo`030000003oool0oooo00T0oooo000]0?oo o`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0k03oool00`000000oooo0?ooo`090?oo o`00;@3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo0>`0oooo00<000000?ooo`3o ool02@3oool002d0oooo0P00000I0?ooo`030;no_`3oool0oooo0>/0oooo0P00000;0?ooo`00;@3o ool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo0>`0oooo00<000000?ooo`3oool02@3o ool002d0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`3/0?ooo`030000003oool0 oooo00T0oooo000]0?ooo`030000003oool0oooo01P0oooo00<0_kno0?ooo`3oool0k03oool00`00 0000oooo0?ooo`090?ooo`00;@3oool00`000000oooo0?ooo`0H0?ooo`030;no_`3oool0oooo0>`0 oooo00<000000?ooo`3oool02@3oool002d0oooo00<000000?ooo`3oool0603oool00`2o_kl0oooo 0?ooo`3/0?ooo`030000003oool0oooo00T0oooo000J0?ooo`<000000`3oool6000000L0oooo00<0 00000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`3/0?ooo`030000003oool0oooo00T0oooo000J 0?ooo`030000003oool0oooo008000000`3oool00`000000oooo0?ooo`080?ooo`030000003oool0 oooo01P0oooo00<0_kno0?ooo`3oool0k03oool00`000000oooo0?ooo`090?ooo`006P3oool01@00 0000oooo0?ooo`3oool0000000@0oooo00<000000?ooo`3oool01`3oool3000001P0oooo00<0_kno 0?ooo`3oool00?ooo`030000003oool0oooo01T0oooo00<0_kno 0?ooo`3oool0;`3oool700000340oooo00<0_kno0?ooo`3oool0<`3oool00`2o_kl0oooo0?ooo`0G 0?ooo`030000003oool0oooo00T0oooo000J0?ooo`<000000`3oool00`000000oooo000000020000 00P0oooo00<000000?ooo`3oool01@3oool200000080oooo00<000000?ooo`0000000`3oool01000 0000oooo0?ooo`0000030?ooo`D000004`3oool5000001X0oooo00<0_kno0?ooo`3oool0<03oool5 000000030?ooo`000000000002l0oooo00<0_kno0?ooo`3oool0<`3oool00`2o_kl0oooo0?ooo`0G 0?ooo`030000003oool0oooo00T0oooo000J0?ooo`030000003oool0oooo008000000`3oool00`00 0000oooo0?ooo`02000000H0oooo00<000000?ooo`3oool0103oool300000080oooo00<000000?oo o`0000000`3oool00`000000oooo0?ooo`0200000080oooo00D000000?ooo`2o_kl0oooo00000004 0?ooo`@00000303oool00`000000oooo0000000K0?ooo`030;no_`3oool0oooo0340oooo0`000004 0?ooo`800000;@3oool00`2o_kl0oooo0?ooo`0c0?ooo`030;no_`3oool0oooo01L0oooo00<00000 0?ooo`3oool02@3oool001X0oooo00D000000?ooo`3oool0oooo000000030?ooo`050000003oool0 oooo0?ooo`0000001P3oool3000000D0oooo0`000000103oool000000?ooo`3oool4000000<0oooo 2000000E0?ooo`8000006`3oool00`2o_kl0oooo0?ooo`0b0?ooo`030;no_`3oool0oooo00D0oooo 0P00000[0?ooo`030;no_`3oool0oooo03<0oooo00<0_kno0?ooo`3oool05P3oool2000000/0oooo 000J0?ooo`050000003oool0oooo0?ooo`000000103oool3000000L0oooo00<000000?ooo`3oool0 2P3oool00`000000oooo0?ooo`0T0?ooo`8000006P3oool00`2o_kl0oooo0?ooo`0b0?ooo`030;no _`3oool0oooo00L0oooo0P00000Y0?ooo`030;no_`3oool0oooo03<0oooo00<0_kno0?ooo`3oool0 5`3oool00`000000oooo0?ooo`090?ooo`006`3oool00`000000oooo0?ooo`02000000<0oooo00@0 00000?ooo`3oool000001P3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo02D0oooo 00<000000?ooo`3oool0603oool00`2o_kl0oooo0?ooo`0b0?ooo`030;no_`3oool0oooo00T0oooo 0P00000W0?ooo`030;no_`3oool0oooo03<0oooo00<0_kno0?ooo`3oool05`3oool00`000000oooo 0?ooo`090?ooo`006`3oool01@000000oooo0?ooo`3oool0000000<0oooo00D000000?ooo`3oool0 oooo000000050?ooo`030000003oool0oooo04d0oooo00<0_kno0?ooo`3oool00?ooo`@00000W`3o ool3000000<0oooo00<0_kno0?ooo`3oool0<`3oool00`2o_kl0oooo0?ooo`0G0?ooo`030000003o ool0oooo00T0oooo000]0?ooo`030000003oool0oooo00h0oooo00<000000?ooo`3oool00P00002Q 0?ooo`<0000000<0_kno0?ooo`3oool0<`3oool00`2o_kl0oooo0?ooo`0G0?ooo`030000003oool0 oooo00T0oooo000]0?ooo`030000003oool0oooo00@0oooo1@000000103oool00000000000000002 0?ooo`@000000`3oool01@000000oooo0?ooo`3oool0000000<0oooo100000001P3oool000000?oo o`3oool000000?ooo`80000000@0oooo00000000000000000P3oool00`000000oooo000000020?oo o`030000003oool0oooo00@0oooo00<000000?ooo`3oool0M`3oool4000003<0oooo00<0_kno0?oo o`3oool05`3oool00`000000oooo0?ooo`090?ooo`00;@3oool00`000000oooo0?ooo`040?ooo`03 0000003oool0oooo00<0oooo00<000000?ooo`3oool00`0000020?ooo`8000000P3oool200000080 oooo0P0000020?ooo`040000003oool0oooo00000080oooo00@000000?ooo`00000000000P3oool2 000000070?ooo`00000000000?ooo`000000oooo000000020?ooo`8000001@3oool2000007L0oooo 2000000`0?ooo`030;no_`3oool0oooo01L0oooo00<000000?ooo`3oool02@3oool002d0oooo00<0 00000?ooo`3oool01@3oool00`000000oooo0?ooo`020?ooo`040000003oool0oooo0?ooo`800000 0`3oool01`000000oooo0?ooo`000000oooo0000003oool00P0000020?ooo`D0000000D0oooo0000 003oool0oooo000000030?ooo`040000003oool0oooo00000080oooo00<000000?ooo`0000000P3o ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo07@0oooo1`0000020?ooo`@00000;03o ool00`2o_kl0oooo0?ooo`0G0?ooo`030000003oool0oooo00T0oooo000]0?ooo`8000001P3oool0 0`000000oooo0?ooo`020?ooo`040000003oool0oooo0?ooo`8000000`3oool030000000oooo0?oo o`000000oooo0000003oool000000?ooo`000000oooo000000<0oooo00<000000?ooo`0000000P3o ool01@000000oooo0?ooo`3oool000000080oooo00H000000?ooo`3oool000000?ooo`0000020?oo o`@000000`3oool500000780oooo1`0000060?ooo`<00000:@3oool00`2o_kl0oooo0?ooo`0F0?oo o`8000002`3oool002d0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`030?ooo`@0 000000H0oooo00000000000000000?ooo`0000020?ooo`060000003oool000000000003oool00000 0P3oool400000080oooo00<000000?ooo`0000001@0000020?ooo`050000003oool000000?ooo`00 00000P3oool01@000000oooo0?ooo`3oool000000080oooo00<000000?ooo`3oool0M03oool70000 00T0oooo0`00000V0?ooo`030;no_`3oool0oooo01L0oooo00<000000?ooo`3oool02@3oool002d0 oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`0>0?ooo`040000003oool000000000 0080oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`070?ooo`030000003oool00000 0080oooo00D000000?ooo`3oool0oooo000000020?ooo`030000003oool0oooo07@0oooo1@00000= 0?ooo`D000008@3oool00`2o_kl0oooo0?ooo`0G0?ooo`030000003oool0oooo00T0oooo000]0?oo o`030000003oool0oooo00H0oooo00<000000?ooo`3oool03P3oool010000000oooo0?ooo`000003 0?ooo`030000003oool0oooo00@0oooo00@000000?ooo`3oool000002@3oool00`000000oooo0000 00020?ooo`D000000P3oool5000007<0oooo0`00000C0?ooo`D00000703oool00`2o_kl0oooo0?oo o`0G0?ooo`030000003oool0oooo00T0oooo000]0?ooo`030000003oool0oooo0;L0oooo00<0_kno 0?ooo`3oool05`3oool5000001L0oooo00<0_kno0?ooo`3oool05`3oool00`000000oooo0?ooo`09 0?ooo`00;@3oool00`000000oooo0?ooo`2g0?ooo`030;no_`3oool0oooo01`0oooo2`00000<0?oo o`030;no_`3oool0oooo01L0oooo00<000000?ooo`3oool02@3oool002D0oooo00<000000?ooo`3o ool01@3oool00`000000oooo0?ooo`2g0?ooo`030;no_`3oool0oooo02L0oooo3P00000H0?ooo`03 0000003oool0oooo00T0oooo000U0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0 603oool00`000000oooo0?ooo`0b0?ooo`030000003oool0oooo0380oooo00<000000?ooo`3oool0 "], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.708563, -0.168472, 0.0375375, 0.00608585}}] }, Open ]], Cell[CellGroupData[{ Cell["PsychometricPlot[fit1,FrameLabel->None];", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -3 -9 ] [.1 -0.0125 3 0 ] [.3 -0.0125 -3 -9 ] [.3 -0.0125 3 0 ] [.5 -0.0125 -3 -9 ] [.5 -0.0125 3 0 ] [.7 -0.0125 -3 -9 ] [.7 -0.0125 3 0 ] [.9 -0.0125 -6 -9 ] [.9 -0.0125 6 0 ] [ 0 0 -0.125 0 ] [-0.0125 .00062 -6 -4.5 ] [-0.0125 .00062 0 4.5 ] [-0.0125 .12398 -18 -4.5 ] [-0.0125 .12398 0 4.5 ] [-0.0125 .24734 -18 -4.5 ] [-0.0125 .24734 0 4.5 ] [-0.0125 .3707 -18 -4.5 ] [-0.0125 .3707 0 4.5 ] [-0.0125 .49406 -18 -4.5 ] [-0.0125 .49406 0 4.5 ] [-0.0125 .61742 -6 -4.5 ] [-0.0125 .61742 0 4.5 ] [ 0 0 -0.125 0 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s [(2)] .1 -0.0125 0 1 Mshowa .3 0 m .3 .00625 L s [(4)] .3 -0.0125 0 1 Mshowa .5 0 m .5 .00625 L s [(6)] .5 -0.0125 0 1 Mshowa .7 0 m .7 .00625 L s [(8)] .7 -0.0125 0 1 Mshowa .9 0 m .9 .00625 L s [(10)] .9 -0.0125 0 1 Mshowa .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s 0 .00062 m .00625 .00062 L s [(0)] -0.0125 .00062 1 0 Mshowa 0 .12398 m .00625 .12398 L s [(0.2)] -0.0125 .12398 1 0 Mshowa 0 .24734 m .00625 .24734 L s [(0.4)] -0.0125 .24734 1 0 Mshowa 0 .3707 m .00625 .3707 L s [(0.6)] -0.0125 .3707 1 0 Mshowa 0 .49406 m .00625 .49406 L s [(0.8)] -0.0125 .49406 1 0 Mshowa 0 .61742 m .00625 .61742 L s [(1)] -0.0125 .61742 1 0 Mshowa .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .75 g .5 Mabswid .1 .07341 m .1 .49252 L s .3 .1254 m .3 .54451 L s .5 .38165 m .5 .54344 L s .7 .44403 m .7 .61568 L s .9 .45775 m .9 .61742 L s 0 g .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .33941 m .08651 .34464 L .12633 .35128 L .16372 .35854 L .19969 .36656 L .23797 .37632 L .27482 .38701 L .31398 .39986 L .35172 .41373 L .38802 .42844 L .42664 .44548 L .46382 .46307 L .49958 .48082 L .53765 .50022 L .57429 .51888 L .61324 .53808 L .65077 .55526 L .68686 .56997 L .72527 .58317 L .76225 .59318 L .78113 .59726 L .80154 .60092 L .81959 .60354 L .83941 .60582 L .85825 .60748 L .87815 .60877 L .89659 .60963 L .90693 .61 L .91636 .61027 L .93247 .61062 L .94158 .61076 L .95 .61087 L s gsave 0 .61803 -55.4 -82.225 Mabsadd m 1 1 Mabs scale currentpoint translate 0 82.5 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 78.500000 moveto 558.000000 78.500000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 78.500000 lineto closepath clip newpath 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 63.000000 13.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (LogWeibullPF) show 63.000000 25.500000 moveto (threshold) show 123.000000 25.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 147.000000 25.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6.37) show 63.000000 38.000000 moveto (slope) show 99.000000 38.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 38.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4.) show 63.000000 50.500000 moveto (guess) show 99.000000 50.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 50.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.5) show 63.000000 63.000000 moveto (lapse) show 99.000000 63.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 123.000000 63.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.01) show 63.000000 75.500000 moveto (error) show 99.000000 75.500000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (=) show 111.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.49) show 135.000000 75.500000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor 0.000000 0.000000 rmoveto 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg@3oool2000003@0 oooo0`0000040?ooo`8000007`3oool003D0oooo00<000000?ooo`3oool0>@3oool00`000000oooo 0?ooo`0e0?ooo`040000003oool0oooo000003L0oooo00@000000?ooo`3oool00000=03oool00`00 0000oooo0?ooo`020?ooo`040000003oool0oooo000001h0oooo000f0?ooo`030000003oool0oooo 03H0oooo1000000f0?ooo`040000003oool0oooo000003L0oooo00@000000?ooo`3oool00000=03o ool00`000000oooo0?ooo`020?ooo`040000003oool0oooo000001h0oooo000g0?ooo`030000003o ool0oooo03D0oooo00<000000?ooo`000000=`3oool3000003T0oooo0P00000e0?ooo`030000003o ool0oooo0080oooo00@000000?ooo`3oool000007P3oool003@0oooo00@000000?ooo`3oool00000 =`3oool00`000000oooo0000000g0?ooo`030000003oool0oooo03P0oooo00@000000?ooo`3oool0 0000=03oool00`000000oooo0?ooo`020?ooo`040000003oool0oooo000001h0oooo000e0?ooo`80 0000>@3oool2000003P0oooo0`00000h0?ooo`800000=03oool2000000D0oooo0P00000O0?ooo`00 o`3ooom40?ooo`00o`3ooom40?ooo`00o`3ooom40?ooo`004@3oool200000?l0oooo<@3oool00100 oooo00@000000?ooo`3oool00000o`3oool`0?ooo`00403oool010000000oooo0?ooo`0000040?oo ool00000:00000040?ooo`00403oool010000000oooo0?ooo`0000040?ooo`8000003@3oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool02`3oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool02`3oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool02`3oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool02`3oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool0303oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool0303oool00`00 0000oooo0?ooo`0<0?ooo`030000003oool0oooo0080oooo000@0?ooo`040000003oool0oooo0000 00D0oooo00<000000?ooo`3oool06P3oool00`000000oooo0?ooo`0h0?ooo`030000003oool0oooo 03L0oooo00<000000?ooo`3oool0>03oool00`000000oooo0?ooo`0g0?ooo`030000003oool0oooo 01/0oooo00<000000?ooo`3oool00P3oool00140oooo0P0000060?ooo`030000003oool0oooo0?l0 oooo8`3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?ooo`3o0?ooob<0oooo 00<000000?ooo`3oool00P3oool001T0oooo00<000000?ooo`3oool0o`3ooolS0?ooo`030000003o ool0oooo0080oooo000I0?ooo`030000003oool0oooo0?l0oooo8`3oool00`000000oooo0?ooo`02 0?ooo`006@3oool00`000000oooo0?ooo`3o0?ooob<0oooo00<000000?ooo`3oool00P3oool001T0 oooo00<000000?ooo`3oool0o`3ooolS0?ooo`030000003oool0oooo0080oooo000I0?ooo`800000 o`3ooolS0?ooo`800000103oool001T0oooo00<000000?ooo`3oool0o`3ooolS0?ooo`030000003o ool0oooo0080oooo000I0?ooo`030000003oool0oooo0?l0oooo8`3oool00`000000oooo0?ooo`02 0?ooo`006@3oool00`000000oooo0?ooo`3o0?ooob<0oooo00<000000?ooo`3oool00P3oool001T0 oooo00<000000?ooo`3oool0o`3ooolS0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000 003oool0oooo0?l0oooo8`3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?oo o`3o0?ooob<0oooo00<000000?ooo`3oool00P3oool001T0oooo00<000000?ooo`3oool0o`3ooolS 0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo0?l0oooo8`3oool00`00 0000oooo0?ooo`020?ooo`006@3oool200000?l0oooo8`3oool2000000@0oooo000I0?ooo`030000 003oool0oooo0?l0oooo8`3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?oo o`3o0?ooob<0oooo00<000000?ooo`3oool00P3oool001T0oooo00<000000?ooo`3oool0o`3ooolS 0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?oo o`3oool0o`3oool60?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0 oooo00<0_kno0?ooo`3oool0o`3oool60?ooo`030000003oool0oooo0080oooo000I0?ooo`030000 003oool0oooo01X0oooo00<0_kno0?ooo`3oool0o`3oool60?ooo`030000003oool0oooo0080oooo 000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0o`3oool60?ooo`030000003o ool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0o`3oool6 0?ooo`030000003oool0oooo0080oooo000I0?ooo`8000006`3oool00`2o_kl0oooo0?ooo`3o0?oo o`D0oooo0P0000040?ooo`006@3oool00`000000oooo0?ooo`0J0?ooo`030;no_`3oool0oooo0?l0 oooo1P3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?ooo`0J0?ooo`030;no _`3oool0oooo0?l0oooo1P3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?oo o`0J0?ooo`030;no_`3oool0oooo0?l0oooo1P3oool00`000000oooo0?ooo`020?ooo`006@3oool0 0`000000oooo0?ooo`0J0?ooo`030;no_`3oool0oooo0?l0oooo1P3oool00`000000oooo0?ooo`02 0?ooo`006@3oool00`000000oooo0?ooo`0J0?ooo`030;no_`3oool0oooo0?l0oooo1P3oool00`00 0000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?ooo`0J0?ooo`030;no_`3oool0oooo0?l0 oooo1P3oool00`000000oooo0?ooo`020?ooo`001@3oool2000000@0oooo0P0000030?ooo`@00000 1@3oool00`000000oooo0?ooo`0J0?ooo`030;no_`3oool0oooo0?l0oooo1P3oool00`000000oooo 0?ooo`020?ooo`00103oool010000000oooo0?ooo`0000030?ooo`800000103oool00`000000oooo 0?ooo`050?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0o`3oool60?ooo`030000 003oool0oooo0080oooo00040?ooo`040000003oool0oooo000000X0oooo00<000000?ooo`3oool0 103oool3000001X0oooo00<0_kno0?ooo`3oool0o`3oool40?ooo`<00000103oool000@0oooo00@0 00000?ooo`3oool000002`3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo01X0oooo 00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo 00040?ooo`040000003oool0oooo000000P0oooo00@000000?ooo`3oool000001@3oool00`000000 oooo0?ooo`0J0?ooo`030;no_`3oool0oooo03P0oooo00<0_kno0?ooo`3oool0bP3oool00`000000 oooo0?ooo`020?ooo`001@3oool2000000X0oooo0P0000060?ooo`030000003oool0oooo01X0oooo 00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo 000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?oo o`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno 0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?oo o`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?oo o`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3o ool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000 003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000 003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03o ool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`8000006`3oool0 0`2o_kl0oooo0?ooo`0h0?ooo`030;no_`3oool0oooo003o ool00`2o_kl0oooo0?ooo`390?ooo`800000103oool001T0oooo00<000000?ooo`3oool06P3oool0 0`2o_kl0oooo0?ooo`0h0?ooo`030;no_`3oool0oooo003o ool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0 oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0 oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o _kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0 oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080 oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo 0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0 _kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo0005 0?ooo`800000103oool2000000@0oooo0`0000050?ooo`030000003oool0oooo01X0oooo00<0_kno 0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo00040?oo o`040000003oool0oooo000000<0oooo0P0000050?ooo`030000003oool0oooo00@0oooo00<00000 0?ooo`3oool06P3oool00`2o_kl0oooo0?ooo`0h0?ooo`030;no_`3oool0oooo003oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo 0080oooo000I0?ooo`8000006@3oool4000003T0oooo00<0_kno0?ooo`3oool0b@3oool2000000@0 oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo 0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0 _kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I 0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3: 0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?oo o`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`03 0000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`03 0000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0 >03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003o ool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`3:0?ooo`030000003o ool0oooo0080oooo000I0?ooo`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool0 0`2o_kl0oooo0?ooo`3:0?ooo`030000003oool0oooo0080oooo000I0?ooo`8000006`3oool00`2o _kl0oooo0?ooo`0h0?ooo`030;no_`3oool0oooo003oool00`2o_kl0oooo0?ooo`030?ooo`<0 0000<@3oool00`2o_kl0oooo0?ooo`2?0?ooo`800000103oool001T0oooo00<000000?ooo`3oool0 1@3oool5000000030?ooo`000000000000<0000000<0oooo0000000000000P0000020?ooo`@00000 0`3oool4000000L0oooo1000000E0?ooo`800000103oool2000000@0oooo0P0000030?ooo`<00000 203oool3000002h0oooo00<0_kno0?ooo`3oool0T03oool00`000000oooo0?ooo`020?ooo`006@3o ool00`000000oooo0?ooo`070?ooo`050000003oool0oooo0?ooo`0000000P3oool010000000oooo 0?ooo`0000030?ooo`030000003oool0oooo0080oooo00@000000?ooo`3oool000008`3oool01000 0000oooo0?ooo`0000030?ooo`8000000`3oool010000000oooo0?ooo`0000030?ooo`030000002o _kl0oooo00X0oooo0`00000[0?ooo`030;no_`3oool0oooo0900oooo00<000000?ooo`3oool00P3o ool001T0oooo00<000000?ooo`3oool01`3oool010000000oooo0?ooo`3oool400000080oooo00H0 00000?ooo`3oool0oooo0000003oool400000080oooo1@0000070?ooo`@00000503oool010000000 oooo0?ooo`0000080?ooo`040000003oool0oooo000000<0oooo00<000000;no_`3oool03@3oool2 000002T0oooo00<0_kno0?ooo`3oool0T03oool00`000000oooo0?ooo`020?ooo`006@3oool00`00 0000oooo0?ooo`070?ooo`030000003oool0oooo00@0oooo00@000000?ooo`3oool000000`3oool0 0`000000oooo000000020?ooo`040;no_`3oool0oooo000000<0oooo00<000000?ooo`3oool07@3o ool010000000oooo0?ooo`0000080?ooo`040000003oool0oooo000000<0oooo00<000000;no_`3o ool03`3oool2000002L0oooo00<0_kno0?ooo`3oool0T03oool00`000000oooo0?ooo`020?ooo`00 6@3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo0080oooo0`0000000`3oool00000 0000000300000080oooo100000030?ooo`<00000803oool010000000oooo0?ooo`0000080?ooo`04 0000003oool0oooo000000<0oooo00<000000;no_`3oool04@3oool2000002D0oooo00<0_kno0?oo o`3oool0T03oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?ooo`070?ooo`03 0000003oool0oooo0100oooo00<0_kno0?ooo`3oool09@3oool2000000X0oooo0P0000030?ooo`80 000000<0_kno0?ooo`3oool04P3oool2000002<0oooo00<0_kno0?ooo`3oool0T03oool00`000000 oooo0?ooo`020?ooo`006@3oool00`000000oooo0?ooo`050?ooo`<000004P3oool00`2o_kl0oooo 0?ooo`0h0?ooo`030;no_`3oool0oooo01@0oooo0P00000Q0?ooo`030;no_`3oool0oooo0900oooo 00<000000?ooo`3oool00P3oool001T0oooo00<000000?ooo`3oool06P3oool00`2o_kl0oooo0?oo o`0h0?ooo`030;no_`3oool0oooo01H0oooo0P00000O0?ooo`030;no_`3oool0oooo0900oooo00<0 00000?ooo`3oool00P3oool001T0oooo0P00000K0?ooo`030;no_`3oool0oooo03P0oooo00<0_kno 0?ooo`3oool0603oool3000001`0oooo00<0_kno0?ooo`3oool0S`3oool2000000@0oooo000I0?oo o`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`0K0?oo o`8000006P3oool00`2o_kl0oooo0?ooo`2@0?ooo`030000003oool0oooo0080oooo000I0?ooo`03 0000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`0M0?ooo`80 0000603oool00`2o_kl0oooo0?ooo`2@0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000 003oool0oooo00H0oooo0`00000A0?ooo`030;no_`3oool0oooo03P0oooo00<0_kno0?ooo`3oool0 7`3oool3000001D0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`1E0?ooo`030000 003oool0oooo0080oooo000I0?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool03P3o ool00`2o_kl0oooo0?ooo`0h0?ooo`030;no_`3oool0oooo0280oooo0P00000C0?ooo`030;no_`3o ool0oooo03P0oooo00<0_kno0?ooo`3oool0E@3oool00`000000oooo0?ooo`020?ooo`006@3oool0 0`000000oooo0?ooo`060?ooo`@0000000<0oooo0000000000000`0000020?ooo`@0000000<0oooo 0000000000000P0000020?ooo`@00000203oool4000001D0oooo0P0000040?ooo`8000000`3oool3 000000D0oooo00<0_kno0?ooo`3oool0903oool200000140oooo00<0_kno0?ooo`3oool0>03oool0 0`2o_kl0oooo0?ooo`1E0?ooo`030000003oool0oooo0080oooo000I0?ooo`030000003oool0oooo 00D0oooo00L000000?ooo`3oool0oooo0000003oool000000080oooo00@000000?ooo`3oool00000 203oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo01h0oooo00@000000?ooo`3oool0 00000`3oool2000000H0oooo00<000000?ooo`3oool00P3oool00`2o_kl0oooo0?ooo`0V0?ooo`<0 00003P3oool00`2o_kl0oooo0?ooo`0h0?ooo`030;no_`3oool0oooo05D0oooo00<000000?ooo`3o ool00P3oool001T0oooo00<000000?ooo`3oool01@3oool01`000000oooo0?ooo`3oool000000?oo o`0000000P3oool00`000000oooo0?ooo`05000000030?ooo`0000000000008000000P3oool40000 00P0oooo1000000D0?ooo`040000003oool0oooo000000/0oooo00<000000?ooo`3oool00P3oool0 0`2o_kl0oooo0?ooo`0Y0?ooo`800000303oool00`2o_kl0oooo0?ooo`0h0?ooo`030;no_`3oool0 oooo03L0oooo00<0_kno0?ooo`3oool06`3oool00`000000oooo0?ooo`020?ooo`006@3oool00`00 0000oooo0?ooo`050?ooo`070000003oool0oooo0?ooo`000000oooo000000020?ooo`040000003o ool0oooo000000<0oooo00<000000?ooo`0000000P3oool0102o_kl0oooo0?ooo`00000S0?ooo`04 0000003oool0oooo000000P0oooo0`0000050?ooo`030;no_`3oool0oooo02/0oooo0P00000:0?oo o`030;no_`3oool0oooo03P0oooo00<0_kno0?ooo`3oool0=`3oool00`2o_kl0oooo0?ooo`0K0?oo o`030000003oool0oooo0080oooo000I0?ooo`8000001`3oool6000000030?ooo`000000000000<0 oooo0`0000020?ooo`@000000P3oool400000200oooo00@000000?ooo`3oool00000203oool00`00 0000oooo0?ooo`050?ooo`030;no_`3oool0oooo02d0oooo0P0000080?ooo`030;no_`3oool0oooo 03P0oooo00<0_kno0?ooo`3oool0=`3oool00`2o_kl0oooo0?ooo`0J0?ooo`800000103oool001T0 oooo00<000000?ooo`3oool06P3oool00`2o_kl0oooo0?ooo`0U0?ooo`8000002@3oool4000000@0 oooo00<0_kno0?ooo`3oool0;`3oool2000000@0oooo1000000i0?ooo`030;no_`3oool0oooo03L0 oooo00<0_kno0?ooo`3oool06`3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo 0?ooo`0J0?ooo`030;no_`3oool0oooo03P0oooo00<0_kno0?ooo`3oool0<@3oool2000000030?oo o`000000000000@00000>03oool00`2o_kl0oooo0?ooo`0g0?ooo`030;no_`3oool0oooo01/0oooo 00<000000?ooo`3oool00P3oool001T0oooo00<000000?ooo`3oool06P3oool00`2o_kl0oooo0?oo o`0h0?ooo`030;no_`3oool0oooo03<0oooo2000000g0?ooo`030;no_`3oool0oooo03L0oooo00<0 _kno0?ooo`3oool06`3oool00`000000oooo0?ooo`020?ooo`006@3oool00`000000oooo0?ooo`0J 0?ooo`030;no_`3oool0oooo03P0oooo00<0_kno0?ooo`3oool0<`3oool8000003L0oooo00<0_kno 0?ooo`3oool0=`3oool00`2o_kl0oooo0?ooo`0K0?ooo`030000003oool0oooo0080oooo000I0?oo o`030000003oool0oooo01X0oooo00<0_kno0?ooo`3oool0>03oool00`2o_kl0oooo0?ooo`0c0?oo o`P00000=`3oool00`2o_kl0oooo0?ooo`0g0?ooo`030;no_`3oool0oooo01/0oooo00<000000?oo o`3oool00P3oool001T0oooo00<000000?ooo`3oool05P3oool4000000030;no_`3oool0oooo03P0 oooo00<0_kno0?ooo`3oool0<`3oool8000003L0oooo00<0_kno0?ooo`3oool0=`3oool00`2o_kl0 oooo0?ooo`0K0?ooo`030000003oool0oooo0080oooo00050?ooo`800000103oool2000000@0oooo 0P0000060?ooo`030000003oool0oooo01L0oooo00@000000?ooo`3oool0_kno>P3oool00`2o_kl0 oooo0?ooo`0d0?ooo`H0000000<0oooo000000000000=@3oool00`2o_kl0oooo0?ooo`0g0?ooo`03 0;no_`3oool0oooo01/0oooo00<000000?ooo`3oool00P3oool000@0oooo00@000000?ooo`3oool0 00000`3oool2000000<0oooo00@000000?ooo`3oool000001@3oool00`000000oooo0?ooo`050?oo o`@000000P3oool500000080oooo0`0000020?ooo`@000000`3oool4000000L0oooo1000000E0?oo o`<000000`3oool2000000/0oooo00<0_kno0?ooo`3oool0=@3oool4000000@0oooo00<000000?oo o`3oool003oool00`000000oooo0?ooo`0g0?ooo`030000003oool0oooo03P0oooo00<0_kno0?ooo`3o ool0=@3ooolB000000h0oooo00<000000?ooo`3oool00P3oool00140oooo00<000000?ooo`3oool0 1@3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool0 303oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool0 303oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool0 303oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool0 303oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00`0oooo00<0_kno0?ooo`3oool0 2`3oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool0 203oool8000000X0oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`020?ooo`004@3o ool00`000000oooo0?ooo`050?ooool000009`0000040?ooo`004@3oool00`000000oooo0?ooo`3o 0?ooo`X0oooo2000000N0?ooo`004@3oool00`000000oooo0?ooo`3o0?ooo`X0oooo2000000N0?oo o`00403oool200000?l0oooo3@3oool6000001l0oooo003o0?ooob00oooo1000000P0?ooo`00\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {0.135435, -0.0710896, 0.0341423, 0.0055354}}] }, Open ]], Cell[CellGroupData[{ Cell["\<\ PsychometricPlot[fit1, PsychErrorBars->False, PsychLegend->False, \ DefaultFont->{\"Helvetica-Oblique\",14}, FrameLabel->None];\ \>", "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14 scalefont setfont % Scaling calculations -0.1 0.1 0.0006168 0.6168 [ [.1 -0.0125 -6.40625 -16 ] [.1 -0.0125 6.40625 0 ] [.3 -0.0125 -6 -16 ] [.3 -0.0125 6 0 ] [.5 -0.0125 -6.34375 -16 ] [.5 -0.0125 6.34375 0 ] [.7 -0.0125 -6.28125 -16 ] [.7 -0.0125 6.28125 0 ] [.9 -0.0125 -10.1875 -16 ] [.9 -0.0125 10.1875 0 ] [ 0 0 -0.125 0 ] [-0.0125 .00062 -12.625 -8 ] [-0.0125 .00062 0 8 ] [-0.0125 .12398 -24.4375 -8 ] [-0.0125 .12398 0 8 ] [-0.0125 .24734 -23.625 -8 ] [-0.0125 .24734 0 8 ] [-0.0125 .3707 -24.3125 -8 ] [-0.0125 .3707 0 8 ] [-0.0125 .49406 -24.1875 -8 ] [-0.0125 .49406 0 8 ] [-0.0125 .61742 -11.75 -8 ] [-0.0125 .61742 0 8 ] [ 0 0 -0.125 0 ] [ 0 .61803 .125 0 ] [ 1 0 .125 0 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .1 0 m .1 .00625 L s gsave .1 -0.0125 -67.4062 -20 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .3 0 m .3 .00625 L s gsave .3 -0.0125 -67 -20 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (4) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .5 0 m .5 .00625 L s gsave .5 -0.0125 -67.3438 -20 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (6) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .7 0 m .7 .00625 L s gsave .7 -0.0125 -67.2812 -20 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (8) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .9 0 m .9 .00625 L s gsave .9 -0.0125 -71.1875 -20 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (10) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .125 Mabswid .15 0 m .15 .00375 L s .2 0 m .2 .00375 L s .25 0 m .25 .00375 L s .35 0 m .35 .00375 L s .4 0 m .4 .00375 L s .45 0 m .45 .00375 L s .55 0 m .55 .00375 L s .6 0 m .6 .00375 L s .65 0 m .65 .00375 L s .75 0 m .75 .00375 L s .8 0 m .8 .00375 L s .85 0 m .85 .00375 L s .05 0 m .05 .00375 L s .95 0 m .95 .00375 L s .25 Mabswid 0 0 m 1 0 L s 0 .00062 m .00625 .00062 L s gsave -0.0125 .00062 -73.625 -12 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .12398 m .00625 .12398 L s gsave -0.0125 .12398 -85.4375 -12 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.2) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .24734 m .00625 .24734 L s gsave -0.0125 .24734 -84.625 -12 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.4) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .3707 m .00625 .3707 L s gsave -0.0125 .3707 -85.3125 -12 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.6) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .49406 m .00625 .49406 L s gsave -0.0125 .49406 -85.1875 -12 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (0.8) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore 0 .61742 m .00625 .61742 L s gsave -0.0125 .61742 -72.75 -12 Mabsadd m 1 1 Mabs scale currentpoint translate 0 24 translate 1 -1 scale gsave 0.000000 0.000000 0.000000 setrgbcolor 1.000000 setlinewidth gsave newpath 61.000000 20.000000 moveto 558.000000 20.000000 lineto 558.000000 4.000000 lineto 61.000000 4.000000 lineto 61.000000 20.000000 lineto closepath clip newpath 63.000000 16.000000 moveto %%IncludeResource: font Helvetica-Oblique %%IncludeFont: Helvetica-Oblique /Helvetica-Oblique findfont 14.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (1) show 1.000000 setlinewidth grestore grestore %%DocumentNeededResources: font Helvetica-Oblique %%DocumentSuppliedResources: %%DocumentNeededFonts: Helvetica-Oblique %%DocumentSuppliedFonts: %%DocumentFonts: font Helvetica-Oblique grestore .125 Mabswid 0 .03146 m .00375 .03146 L s 0 .0623 m .00375 .0623 L s 0 .09314 m .00375 .09314 L s 0 .15482 m .00375 .15482 L s 0 .18566 m .00375 .18566 L s 0 .2165 m .00375 .2165 L s 0 .27818 m .00375 .27818 L s 0 .30902 m .00375 .30902 L s 0 .33986 m .00375 .33986 L s 0 .40154 m .00375 .40154 L s 0 .43238 m .00375 .43238 L s 0 .46322 m .00375 .46322 L s 0 .5249 m .00375 .5249 L s 0 .55574 m .00375 .55574 L s 0 .58658 m .00375 .58658 L s .25 Mabswid 0 0 m 0 .61803 L s .1 .61178 m .1 .61803 L s .3 .61178 m .3 .61803 L s .5 .61178 m .5 .61803 L s .7 .61178 m .7 .61803 L s .9 .61178 m .9 .61803 L s .125 Mabswid .15 .61428 m .15 .61803 L s .2 .61428 m .2 .61803 L s .25 .61428 m .25 .61803 L s .35 .61428 m .35 .61803 L s .4 .61428 m .4 .61803 L s .45 .61428 m .45 .61803 L s .55 .61428 m .55 .61803 L s .6 .61428 m .6 .61803 L s .65 .61428 m .65 .61803 L s .75 .61428 m .75 .61803 L s .8 .61428 m .8 .61803 L s .85 .61428 m .85 .61803 L s .05 .61428 m .05 .61803 L s .95 .61428 m .95 .61803 L s .25 Mabswid 0 .61803 m 1 .61803 L s .99375 .00062 m 1 .00062 L s .99375 .12398 m 1 .12398 L s .99375 .24734 m 1 .24734 L s .99375 .3707 m 1 .3707 L s .99375 .49406 m 1 .49406 L s .99375 .61742 m 1 .61742 L s .125 Mabswid .99625 .03146 m 1 .03146 L s .99625 .0623 m 1 .0623 L s .99625 .09314 m 1 .09314 L s .99625 .15482 m 1 .15482 L s .99625 .18566 m 1 .18566 L s .99625 .2165 m 1 .2165 L s .99625 .27818 m 1 .27818 L s .99625 .30902 m 1 .30902 L s .99625 .33986 m 1 .33986 L s .99625 .40154 m 1 .40154 L s .99625 .43238 m 1 .43238 L s .99625 .46322 m 1 .46322 L s .99625 .5249 m 1 .5249 L s .99625 .55574 m 1 .55574 L s .99625 .58658 m 1 .58658 L s .25 Mabswid 1 0 m 1 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .008 w 0 .00062 Mdot .03 w .1 .26496 Mdot .3 .35307 Mdot .5 .47724 Mdot .7 .58495 Mdot .9 .61742 Mdot .5 Mabswid .05 .33941 m .08651 .34464 L .12633 .35128 L .16372 .35854 L .19969 .36656 L .23797 .37632 L .27482 .38701 L .31398 .39986 L .35172 .41373 L .38802 .42844 L .42664 .44548 L .46382 .46307 L .49958 .48082 L .53765 .50022 L .57429 .51888 L .61324 .53808 L .65077 .55526 L .68686 .56997 L .72527 .58317 L .76225 .59318 L .78113 .59726 L .80154 .60092 L .81959 .60354 L .83941 .60582 L .85825 .60748 L .87815 .60877 L .89659 .60963 L .90693 .61 L .91636 .61027 L .93247 .61062 L .94158 .61076 L .95 .61087 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{323, 199}, ImageMargins->{{48, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`050000003oool0oooo0?ooo`0000001`3oool01@000000oooo0?ooo`3oool0 000000D0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000?0?oo o`<000002@3oool3000000H0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo 00P0oooo000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo0?ooo`080?ooo`00 903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool002@0oooo0P00 003o0?oooa80oooo0P00000:0?ooo`00903oool00`000000oooo0?ooo`3o0?oooa80oooo00<00000 0?ooo`3oool0203oool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo 00P0oooo000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo0?ooo`080?ooo`00 903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool002@0oooo00<0 00000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000T0?ooo`030000003oool0 oooo0?l0oooo4P3oool00`000000oooo0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3o0?oo oa80oooo00<000000?ooo`3oool0203oool002@0oooo0P00003o0?oooa80oooo0P00000:0?ooo`00 903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool002@0oooo00<0 00000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000T0?ooo`030000003oool0 oooo0?l0oooo4P3oool00`000000oooo0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3o0?oo oa80oooo00<000000?ooo`3oool0203oool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`03 0000003oool0oooo00P0oooo000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo 0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203o ool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000T0?oo o`800000o`3ooolB0?ooo`8000002P3oool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`03 0000003oool0oooo00P0oooo000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo 0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203o ool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000=0?oo o`<00000103oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00D0oooo00<000000?oo o`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000<0?ooo`8000000P3oool2000000/0 oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3o ool0203oool000`0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`030?ooo`L00000 1@3oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool000`0oooo00<0 00000?ooo`3oool00`3oool00`000000oooo0?ooo`030?ooo`8000000`3oool00`000000oooo0?oo o`040?ooo`<00000o`3ooolA0?ooo`8000002P3oool000`0oooo0P0000050?ooo`030000003oool0 oooo00@0oooo00@000000?ooo`3oool000001P3oool00`000000oooo0?ooo`3o0?oooa80oooo00<0 00000?ooo`3oool0203oool000d0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`05 0?ooo`040000003oool0oooo000000D0oooo00<000000?ooo`3oool05`3oool400000?H0oooo00<0 00000?ooo`3oool0203oool000d0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`06 0?ooo`030000003oool0000000D0oooo00<000000?ooo`3oool05P3oool600000?D0oooo00<00000 0?ooo`3oool0203oool000d0oooo0P0000040?ooo`030000003oool0oooo00L0oooo0P0000050?oo o`030000003oool0oooo01D0oooo2000003d0?ooo`030000003oool0oooo00P0oooo000?0?ooo`05 0000003oool0oooo0?ooo`0000002P3oool2000000@0oooo00<000000?ooo`3oool05@3oool80000 0?@0oooo00<000000?ooo`3oool0203oool00100oooo0`00000<0?ooo`030000003oool0oooo0080 oooo00<000000?ooo`3oool05@3oool800000?@0oooo00<000000?ooo`3oool0203oool002@0oooo 00<000000?ooo`3oool05@3oool800000?@0oooo00<000000?ooo`3oool0203oool002@0oooo00<0 00000?ooo`3oool05P3oool600000?D0oooo00<000000?ooo`3oool0203oool002@0oooo0P00000H 0?ooo`@00000m@3oool2000000X0oooo000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`00 0000oooo0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3o ool0203oool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo 000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo0?ooo`080?ooo`00903oool0 0`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool002@0oooo00<000000?oo o`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000T0?ooo`030000003oool0oooo0?l0 oooo4P3oool00`000000oooo0?ooo`080?ooo`00903oool200000?l0oooo4P3oool2000000X0oooo 000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo0?ooo`080?ooo`00903oool0 0`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool002@0oooo00<000000?oo o`3oool0o`3ooolB0?ooo`030000003oool0oooo00P0oooo000T0?ooo`030000003oool0oooo0?l0 oooo4P3oool00`000000oooo0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3o0?oooa80oooo 00<000000?ooo`3oool0203oool002@0oooo00<000000?ooo`3oool0o`3ooolB0?ooo`030000003o ool0oooo00P0oooo000T0?ooo`030000003oool0oooo0?l0oooo4P3oool00`000000oooo0?ooo`08 0?ooo`00903oool00`000000oooo0?ooo`3o0?oooa80oooo00<000000?ooo`3oool0203oool002@0 oooo0P00000<0?ooo`H00000?P3oool400000;d0oooo0P00000:0?ooo`00903oool00`000000oooo 0?ooo`0A0?ooo`P00000=@3oool600000;d0oooo00<000000?ooo`3oool0203oool002@0oooo00<0 00000?ooo`3oool06@3oool5000002l0oooo2000002l0?ooo`030000003oool0oooo00P0oooo000T 0?ooo`030000003oool0oooo01h0oooo1P00000Y0?ooo`P00000_03oool00`000000oooo0?ooo`08 0?ooo`00903oool00`000000oooo0?ooo`0T0?ooo`D00000903oool800000;`0oooo00<000000?oo o`3oool0203oool000d0oooo0`0000040?ooo`030000003oool0oooo00<0oooo0`0000070?ooo`03 0000003oool0oooo02T0oooo1@00000O0?ooo`P00000_03oool00`000000oooo0?ooo`080?ooo`00 303oool200000080oooo0P0000070?ooo`8000000P3oool2000000D0oooo00<000000?ooo`3oool0 ;P3oool5000001/0oooo1P00002m0?ooo`030000003oool0oooo00P0oooo000<0?ooo`030000003o ool0oooo00<0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`030?ooo`030000003o ool0oooo0080oooo00<000000?ooo`3oool0<`3oool4000001P0oooo1000002n0?ooo`030000003o ool0oooo00P0oooo000<0?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0103oool0 0`000000oooo0?ooo`030?ooo`030000003oool0oooo0080oooo0`00000g0?ooo`@00000e@3oool2 000000X0oooo000<0?ooo`8000001@3oool00`000000oooo0?ooo`030?ooo`<000000P3oool20000 00@0oooo00<000000?ooo`3oool0>`3oool300000=<0oooo00<000000?ooo`3oool0203oool000d0 oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`040?ooo`030000003oool000000080 00001@3oool00`000000oooo0?ooo`0n0?ooo`@00000c`3oool00`000000oooo0?ooo`080?ooo`00 3@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0 1`3oool00`000000oooo0?ooo`120?ooo`<00000c03oool00`000000oooo0?ooo`080?ooo`003@3o ool2000000@0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`020?ooo`050000003o ool0oooo0?ooo`000000A`3oool30000003oool00`000000 oooo0?ooo`080?ooo`00903oool00`000000oooo0?ooo`3I0?ooo`H00000T0oooo4@00000G0?ooo`030000003oool0oooo00P0oooo000L0?oo o`030000003oool0oooo00D0oooo00<000000?ooo`3oool06@3oool00`000000oooo0?ooo`0d0?oo o`030000003oool0oooo03@0oooo00<000000?ooo`3oool0=@3oool00`000000oooo0?ooo`0`0?oo oa<00000303oool00`000000oooo0?ooo`080?ooo`00703oool00`000000oooo0?ooo`050?ooo`<0 00002`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02P3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3o ool02`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00L0oooo2000000:0?ooo`03 0000003oool0oooo00T0oooo0P00000:0?ooo`00703oool00`000000oooo0?ooo`050?ooool00000 5P00000:0?ooo`007@3oool00`000000oooo0?ooo`3i0?ooo`P000008P3oool001d0oooo00<00000 0?ooo`3oool0nP3oool6000002<0oooo000J0?ooo`@00000o@3oool4000002@0oooo000M0?ooo`80 0000o`3ooolU0?ooo`007P3oool00`000000oooo0?ooo`3o0?ooob<0oooo003o0?oood@0oooo003o 0?oood@0oooo0000\ \>"], ImageRangeCache->{{{0, 322}, {198, 0}} -> {-0.331217, -0.115182, 0.0362027, 0.00586943}}] }, Open ]] }, Closed]] }, Closed]] }, Open ]] }, FrontEndVersion->"Macintosh 3.0", ScreenRectangle->{{0, 1280}, {0, 1004}}, AutoGeneratedPackage->Automatic, WindowToolbars->{}, CellGrouping->Automatic, WindowSize->{635, 972}, WindowMargins->{{Automatic, 53}, {Automatic, 3}}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, 128}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False}, CharacterEncoding->"MacintoshAutomaticEncoding", MacintoshSystemPageSetup->"\<\ >30c82h`<3Hb=B1<2eDg/0eK:30^=RUM82he=SP`C@c830PK@d^=c@i=3C@c830P<20b830P\>" ] (*********************************************************************** Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. ***********************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[1731, 51, 185, 6, 158, "Title", Evaluatable->False], Cell[1919, 59, 131, 3, 26, "SmallText", Evaluatable->False], Cell[CellGroupData[{ Cell[2075, 66, 95, 2, 50, "Section", Evaluatable->False], Cell[2173, 70, 334, 9, 48, "Text", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[2544, 84, 84, 2, 50, "Section", Evaluatable->False], Cell[CellGroupData[{ Cell[2653, 90, 88, 2, 46, "Subsection", Evaluatable->False], Cell[2744, 94, 643, 10, 158, "Text", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[3424, 109, 88, 2, 30, "Subsection", Evaluatable->False], Cell[3515, 113, 97, 2, 70, "Text", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[3649, 120, 88, 2, 30, "Subsection", Evaluatable->False], Cell[3740, 124, 241, 5, 110, "Text", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[4018, 134, 29, 0, 30, "Subsection"], Cell[4050, 136, 121, 3, 30, "Text"] }, Closed]], Cell[CellGroupData[{ Cell[4208, 144, 30, 0, 30, "Subsection"], Cell[4241, 146, 118, 3, 30, "Text"], Cell[4362, 151, 253, 7, 62, "Text"], Cell[4618, 160, 55, 0, 30, "Text"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[4722, 166, 90, 2, 30, "Section", Evaluatable->False], Cell[4815, 170, 381, 7, 78, "Text", Evaluatable->False], Cell[5199, 179, 260, 5, 46, "Text", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[5496, 189, 80, 2, 30, "Section", Evaluatable->False], Cell[5579, 193, 106, 2, 27, "Input", InitializationCell->True], Cell[5688, 197, 76, 2, 27, "Input", InitializationCell->True], Cell[5767, 201, 182, 7, 27, "Input", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ Cell[5986, 213, 89, 2, 30, "Section", Evaluatable->False], Cell[6078, 217, 714, 11, 110, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[6817, 232, 83, 2, 46, "Subsection", Evaluatable->False], Cell[6903, 236, 302, 6, 46, "Text", Evaluatable->False], Cell[7208, 244, 480, 8, 126, "Text", Evaluatable->False], Cell[7691, 254, 471, 8, 78, "Text", Evaluatable->False], Cell[8165, 264, 457, 10, 50, "Info", Evaluatable->True, InitializationCell->True], Cell[8625, 276, 283, 10, 117, "Input", InitializationCell->True], Cell[8911, 288, 126, 2, 30, "Text", Evaluatable->False], Cell[9040, 292, 156, 5, 42, "Input", InitializationCell->True], Cell[9199, 299, 184, 3, 57, "Input"], Cell[CellGroupData[{ Cell[9408, 306, 91, 2, 42, "Subsubsection", Evaluatable->False], Cell[CellGroupData[{ Cell[9524, 312, 92, 1, 70, "Input"], Cell[9619, 315, 511, 18, 70, "Output", Evaluatable->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[10179, 339, 106, 2, 28, "Subsubsection", Evaluatable->False], Cell[CellGroupData[{ Cell[10310, 345, 175, 3, 70, "Input"], Cell[10488, 350, 7730, 849, 70, 7572, 844, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[18255, 1204, 206, 4, 70, "Input"], Cell[18464, 1210, 11339, 1039, 70, 11181, 1034, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[29840, 2254, 186, 3, 70, "Input"], Cell[30029, 2259, 6771, 764, 70, 6613, 759, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[36837, 3028, 191, 3, 70, "Input"], Cell[37031, 3033, 7785, 838, 70, 7627, 833, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[44865, 3877, 149, 4, 28, "Subsubsection", Evaluatable->False], Cell[45017, 3883, 231, 5, 46, "Text", Evaluatable->False], Cell[45251, 3890, 99, 1, 27, "Input"], Cell[45353, 3893, 94, 2, 22, "Name", Evaluatable->False], Cell[45450, 3897, 161, 4, 30, "Text", Evaluatable->False], Cell[45614, 3903, 73, 1, 27, "Input"], Cell[45690, 3906, 231, 6, 72, "Input"], Cell[45924, 3914, 170, 4, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[46119, 3922, 158, 3, 57, "Input"], Cell[46280, 3927, 94, 2, 70, "Print", Evaluatable->False], Cell[46377, 3931, 126, 6, 70, "Output", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[46540, 3942, 157, 3, 54, "Input"], Cell[46700, 3947, 94, 2, 70, "Print", Evaluatable->False], Cell[46797, 3951, 126, 6, 70, "Output", Evaluatable->False] }, Closed]], Cell[46938, 3960, 84, 2, 22, "Name", Evaluatable->False], Cell[CellGroupData[{ Cell[47047, 3966, 86, 1, 27, "Input"], Cell[47136, 3969, 181, 9, 70, "Output", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[47354, 3983, 79, 1, 24, "Input"], Cell[47436, 3986, 146, 8, 70, "Output", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[47619, 3999, 108, 2, 24, "Input"], Cell[47730, 4003, 263, 10, 70, "Output", Evaluatable->False] }, Closed]], Cell[48008, 4016, 96, 1, 24, "Input"], Cell[CellGroupData[{ Cell[48129, 4021, 96, 1, 27, "Input"], Cell[48228, 4024, 175, 9, 70, "Output", Evaluatable->False] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell[48452, 4039, 94, 2, 28, "Subsubsection", Evaluatable->False], Cell[48549, 4043, 87, 2, 70, "Text", Evaluatable->False], Cell[48639, 4047, 95, 1, 70, "Input"], Cell[CellGroupData[{ Cell[48759, 4052, 95, 1, 70, "Input"], Cell[48857, 4055, 153, 7, 70, "Output", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[49047, 4067, 85, 1, 70, "Input"], Cell[49135, 4070, 160, 8, 70, "Output", Evaluatable->False] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[49356, 4085, 91, 2, 30, "Subsection", Evaluatable->False], Cell[49450, 4089, 337, 6, 62, "Text", Evaluatable->False], Cell[49790, 4097, 449, 10, 50, "Info", Evaluatable->True, InitializationCell->True], Cell[50242, 4109, 70, 1, 27, "Input"], Cell[50315, 4112, 202, 6, 57, "Input", InitializationCell->True], Cell[50520, 4120, 285, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[50830, 4129, 35, 0, 42, "Subsubsection"], Cell[50868, 4131, 89, 1, 27, "Input"], Cell[CellGroupData[{ Cell[50982, 4136, 89, 1, 27, "Input"], Cell[51074, 4139, 265, 11, 49, "Output", Evaluatable->False] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell[51388, 4156, 106, 2, 28, "Subsubsection", Evaluatable->False], Cell[51497, 4160, 263, 5, 46, "Text", Evaluatable->False], Cell[51763, 4167, 183, 5, 57, "Input"], Cell[51949, 4174, 235, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[52209, 4183, 263, 4, 102, "Input"], Cell[52475, 4189, 5967, 539, 70, 5809, 534, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[58479, 4733, 329, 5, 129, "Input"], Cell[58811, 4740, 8548, 848, 70, 8390, 843, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[67396, 5593, 73, 1, 24, "Input"], Cell[67472, 5596, 37, 1, 26, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[67558, 5603, 84, 2, 28, "Subsubsection", Evaluatable->False], Cell[67645, 5607, 87, 2, 70, "Text", Evaluatable->False], Cell[67735, 5611, 95, 1, 70, "Input"], Cell[CellGroupData[{ Cell[67855, 5616, 93, 1, 70, "Input"], Cell[67951, 5619, 157, 7, 70, "Output", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[68145, 5631, 93, 1, 70, "Input"], Cell[68241, 5634, 157, 7, 70, "Output", Evaluatable->False] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[68459, 5648, 88, 2, 30, "Subsection", Evaluatable->False], Cell[68550, 5652, 346, 7, 62, "Text", Evaluatable->False], Cell[68899, 5661, 455, 9, 50, "Info", Evaluatable->True, InitializationCell->True], Cell[69357, 5672, 291, 10, 117, "Input", InitializationCell->True], Cell[CellGroupData[{ Cell[69673, 5686, 111, 2, 42, "Subsubsection", Evaluatable->False], Cell[69787, 5690, 224, 6, 72, "Input"], Cell[70014, 5698, 203, 6, 72, "Input"], Cell[CellGroupData[{ Cell[70242, 5708, 71, 1, 27, "Input"], Cell[70316, 5711, 37, 1, 26, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[70402, 5718, 106, 2, 28, "Subsubsection", Evaluatable->False], Cell[CellGroupData[{ Cell[70533, 5724, 173, 3, 70, "Input"], Cell[70709, 5729, 9024, 931, 70, 8866, 926, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[79770, 6665, 407, 6, 70, "Input"], Cell[80180, 6673, 8725, 924, 70, 8567, 919, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[88942, 7602, 185, 3, 70, "Input"], Cell[89130, 7607, 14529, 1325, 70, 14371, 1320, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[103696, 8937, 187, 3, 70, "Input"], Cell[103886, 8942, 9419, 937, 70, 9261, 932, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[CellGroupData[{ Cell[113342, 9884, 187, 3, 70, "Input"], Cell[113532, 9889, 10379, 1008, 70, 10221, 1003, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[123960, 10903, 94, 2, 28, "Subsubsection", Evaluatable->False], Cell[124057, 10907, 87, 2, 70, "Text", Evaluatable->False], Cell[124147, 10911, 95, 1, 70, "Input"], Cell[CellGroupData[{ Cell[124267, 10916, 91, 1, 70, "Input"], Cell[124361, 10919, 157, 7, 70, "Output", Evaluatable->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[124567, 10932, 93, 2, 28, "Subsubsection", Evaluatable->False], Cell[CellGroupData[{ Cell[124685, 10938, 57, 1, 27, "Input"], Cell[124745, 10941, 189, 4, 70, "Print", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[124971, 10950, 113, 2, 24, "Input"], Cell[125087, 10954, 192, 10, 70, "Output", Evaluatable->False] }, Closed]], Cell[125294, 10967, 99, 1, 24, "Input"], Cell[CellGroupData[{ Cell[125418, 10972, 77, 1, 27, "Input"], Cell[125498, 10975, 227, 11, 70, "Output", Evaluatable->False] }, Closed]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[125786, 10993, 89, 2, 30, "Subsection", Evaluatable->False], Cell[125878, 10997, 816, 24, 70, "Info", Evaluatable->True, InitializationCell->True], Cell[126697, 11023, 212, 6, 70, "Input", InitializationCell->True], Cell[126912, 11031, 174, 3, 70, "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[127135, 11040, 115, 2, 30, "Section", Evaluatable->False], Cell[CellGroupData[{ Cell[127275, 11046, 95, 2, 46, "Subsection", Evaluatable->False], Cell[127373, 11050, 2291, 34, 260, "Info", Evaluatable->True, InitializationCell->True], Cell[129667, 11086, 55, 1, 27, "Input"], Cell[129725, 11089, 329, 8, 102, "Input", InitializationCell->True], Cell[130057, 11099, 1640, 49, 702, "Input", InitializationCell->True], Cell[131700, 11150, 237, 7, 72, "Input", InitializationCell->True], Cell[131940, 11159, 215, 7, 72, "Input", InitializationCell->True], Cell[CellGroupData[{ Cell[132180, 11170, 28, 0, 42, "Subsubsection"], Cell[132211, 11172, 300, 7, 87, "Input", Evaluatable->False], Cell[132514, 11181, 1187, 32, 477, "Input", Evaluatable->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[133750, 11219, 97, 2, 30, "Subsection", Evaluatable->False], Cell[133850, 11223, 554, 11, 78, "Info", Evaluatable->True, InitializationCell->True], Cell[134407, 11236, 151, 5, 42, "Input", InitializationCell->True], Cell[134561, 11243, 1478, 39, 567, "Input", InitializationCell->True], Cell[136042, 11284, 88, 1, 42, "Input"], Cell[136133, 11287, 174, 6, 57, "Input", InitializationCell->True], Cell[CellGroupData[{ Cell[136332, 11297, 90, 2, 42, "Subsubsection", Evaluatable->False], Cell[136425, 11301, 210, 4, 72, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[136684, 11311, 102, 2, 30, "Subsection", Evaluatable->False], Cell[136789, 11315, 309, 7, 70, "Info", Evaluatable->True, InitializationCell->True], Cell[137101, 11324, 296, 5, 70, "Text", Evaluatable->False], Cell[137400, 11331, 108, 2, 70, "Input", InitializationCell->True], Cell[137511, 11335, 115, 2, 70, "Input", InitializationCell->True], Cell[137629, 11339, 199, 5, 70, "Input", InitializationCell->True], Cell[137831, 11346, 200, 5, 70, "Input", InitializationCell->True], Cell[138034, 11353, 201, 5, 70, "Input", InitializationCell->True], Cell[138238, 11360, 173, 5, 70, "Input", InitializationCell->True], Cell[138414, 11367, 144, 5, 70, "Input", InitializationCell->True], Cell[CellGroupData[{ Cell[138583, 11376, 76, 1, 70, "Input"], Cell[138662, 11379, 161, 7, 70, "Output", Evaluatable->False] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[138872, 11392, 98, 2, 30, "Subsection", Evaluatable->False], Cell[138973, 11396, 328, 6, 62, "Text", Evaluatable->False], Cell[139304, 11404, 97, 1, 27, "Input"], Cell[139404, 11407, 246, 5, 46, "Text", Evaluatable->False], Cell[139653, 11414, 103, 1, 27, "Input"], Cell[139759, 11417, 97, 2, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[139881, 11423, 67, 1, 27, "Input"], Cell[139951, 11426, 381, 14, 70, "Output", Evaluatable->False] }, Closed]], Cell[140347, 11443, 153, 4, 27, "Text", Evaluatable->False], Cell[140503, 11449, 122, 3, 42, "Input"], Cell[140628, 11454, 159, 4, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[140812, 11462, 88, 1, 27, "Input"], Cell[140903, 11465, 324, 12, 70, "Output", Evaluatable->False] }, Closed]], Cell[141242, 11480, 154, 3, 54, "Input"], Cell[141399, 11485, 100, 2, 30, "Text", Evaluatable->False], Cell[141502, 11489, 102, 1, 27, "Input"], Cell[141607, 11492, 150, 4, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[141782, 11500, 85, 1, 27, "Input"], Cell[141870, 11503, 371, 15, 65, "Output", Evaluatable->False] }, Open ]], Cell[142256, 11521, 130, 3, 30, "Text", Evaluatable->False], Cell[142389, 11526, 208, 4, 57, "Input"], Cell[142600, 11532, 185, 4, 30, "Text", Evaluatable->False], Cell[142788, 11538, 70, 1, 27, "Input"], Cell[142861, 11541, 180, 3, 72, "Input"], Cell[143044, 11546, 370, 7, 62, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[143439, 11557, 364, 6, 132, "Input"], Cell[143806, 11565, 41355, 5537, 70, 41197, 5532, "GraphicsData", "PostScript", "Graphics", Evaluatable->False, ImageCacheValid->False] }, Closed]], Cell[185176, 17105, 99, 1, 24, "Input"], Cell[CellGroupData[{ Cell[185300, 17110, 149, 3, 57, "Input"], Cell[185452, 17115, 154, 7, 70, "Output", Evaluatable->False] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[185655, 17128, 93, 2, 30, "Subsection", Evaluatable->False], Cell[185751, 17132, 169, 4, 70, "Text", Evaluatable->False], Cell[185923, 17138, 96, 2, 70, "Input", InitializationCell->True], Cell[186022, 17142, 100, 2, 70, "Input", InitializationCell->True], Cell[186125, 17146, 110, 2, 70, "Text", Evaluatable->False], Cell[186238, 17150, 90, 2, 70, "Input", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ Cell[186365, 17157, 103, 2, 30, "Subsection", Evaluatable->True], Cell[186471, 17161, 226, 5, 70, "Text", Evaluatable->False], Cell[186700, 17168, 86, 2, 70, "Input", InitializationCell->True], Cell[186789, 17172, 103, 2, 70, "Input", InitializationCell->True], Cell[186895, 17176, 96, 2, 70, "Input", InitializationCell->True], Cell[186994, 17180, 101, 2, 70, "Input", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ Cell[187132, 17187, 43, 0, 30, "Subsection"], Cell[187178, 17189, 181, 7, 27, "Input", InitializationCell->True] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[187408, 17202, 85, 2, 30, "Section", Evaluatable->False], Cell[187496, 17206, 246, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[187767, 17215, 116, 2, 46, "Subsection", Evaluatable->False], Cell[187886, 17219, 173, 4, 30, "Text", Evaluatable->False], Cell[188062, 17225, 96, 1, 27, "Input"], Cell[188161, 17228, 263, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[188449, 17237, 72, 1, 27, "Input"], Cell[188524, 17240, 711, 18, 41, "Output"] }, Open ]], Cell[189250, 17261, 190, 4, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[189465, 17269, 66, 1, 27, "Input"], Cell[189534, 17272, 44403, 1050, 207, 10644, 627, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[233952, 18325, 249, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[234226, 18334, 92, 1, 27, "Input"], Cell[234321, 18337, 635, 16, 41, "Output"] }, Open ]], Cell[234971, 18356, 269, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[235265, 18365, 155, 4, 42, "Input"], Cell[235423, 18371, 617, 15, 41, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[236089, 18392, 121, 2, 46, "Subsection", Evaluatable->False], Cell[236213, 18396, 284, 5, 46, "Text", Evaluatable->False], Cell[236500, 18403, 231, 8, 31, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[236756, 18415, 159, 5, 57, "Input"], Cell[236918, 18422, 44801, 1056, 207, 10653, 628, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[281768, 19484, 121, 2, 46, "Subsection", Evaluatable->False], Cell[281892, 19488, 271, 5, 46, "Text", Evaluatable->False], Cell[282166, 19495, 154, 5, 57, "Input"], Cell[CellGroupData[{ Cell[282345, 19504, 84, 1, 27, "Input"], Cell[CellGroupData[{ Cell[282454, 19509, 42257, 1066, 207, 11368, 679, "GraphicsData", "PostScript", "Graphics", Evaluatable->False], Cell[324714, 20577, 44254, 1155, 207, 11866, 749, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[369029, 21739, 129, 3, 46, "Subsection", Evaluatable->False], Cell[369161, 21744, 357, 6, 62, "Text", Evaluatable->False], Cell[369521, 21752, 89, 1, 27, "Input"], Cell[369613, 21755, 179, 5, 57, "Input"], Cell[369795, 21762, 123, 2, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[369943, 21768, 163, 5, 57, "Input"], Cell[370109, 21775, 33308, 862, 207, 7958, 543, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[403432, 22640, 264, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[403721, 22649, 203, 6, 72, "Input"], Cell[403927, 22657, 44432, 1056, 207, 10746, 634, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[448408, 23719, 120, 2, 46, "Subsection", Evaluatable->False], Cell[448531, 23723, 361, 6, 62, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[448917, 23733, 69, 1, 27, "Input"], Cell[448989, 23736, 136, 3, 22, "Message"], Cell[449128, 23741, 98, 2, 26, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[449275, 23749, 101, 2, 46, "Subsection", Evaluatable->False], Cell[449379, 23753, 259, 5, 46, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[449663, 23762, 88, 1, 27, "Input"], Cell[449754, 23765, 36598, 937, 207, 10494, 609, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[486389, 24707, 85, 1, 27, "Input"], Cell[486477, 24710, 34617, 842, 207, 7128, 497, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[521109, 25555, 124, 2, 30, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[521258, 25561, 116, 4, 27, "Input"], Cell[521377, 25567, 53655, 1402, 207, 19860, 979, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[575069, 26974, 83, 1, 27, "Input"], Cell[575155, 26977, 41197, 940, 207, 8112, 526, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[616389, 27922, 178, 4, 57, "Input"], Cell[616570, 27928, 32658, 977, 207, 13159, 730, "GraphicsData", "PostScript", "Graphics", Evaluatable->False] }, Open ]] }, Closed]] }, Closed]] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)