|
ILIAS
eassessment Revision 61809
|
Go to the source code of this file.
Functions | |
| polyfit ($X, $Y, $n) | |
| printpoly ($C=null) | |
Variables | |
| $X = array(0,1,2,3,4,5) | |
| $Y = array(4,3,12,67,228, 579) | |
| $points = new Matrix(array($X, $Y)) | |
| polyfit | ( | $X, | |
| $Y, | |||
| $n | |||
| ) |
Definition at line 18 of file polyfit.php.
| printpoly | ( | $C = null | ) |
Definition at line 30 of file polyfit.php.
| $points = new Matrix(array($X, $Y)) |
Definition at line 46 of file polyfit.php.
Referenced by assAnswerMatchingPair\__construct(), assAnswerErrorText\__construct(), ilObjTestAccess\_isPassed(), ilTestNewScoring\calcReachedPoints(), ilPageQuestionProcessor\calculatePoints(), ilMultipleChoiceWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), assTextQuestionGUI\editQuestion(), assFileUploadGUI\editQuestion(), assOrderingHorizontalGUI\editQuestion(), assTextSubsetGUI\editQuestion(), assNumericGUI\editQuestion(), assJavaAppletGUI\editQuestion(), assFlashQuestionGUI\editQuestion(), assClozeTestGUI\editQuestion(), assOrderingQuestionGUI\editQuestion(), ilQuestionBrowserTableGUI\fillRow(), assNumericImport\fromXML(), assOrderingQuestionImport\fromXML(), ilSCORMCertificateAdapter\getCertificateVariablesForPresentation(), ilCourseObjectiveQuestion\getFinalTestPoints(), TCPDF\getHTMLUnitToUnits(), ilCourseObjectiveQuestion\getMaxPointsByObjective(), ilCourseObjectiveQuestion\getMaxPointsByTest(), ilTestServiceGUI\getPassListOfAnswersWithScoring(), ilCourseObjectiveQuestion\getSelfAssessmentPoints(), assTextSubsetGUI\getSolutionOutput(), assSingleChoiceGUI\getSolutionOutput(), assOrderingQuestionGUI\getSolutionOutput(), assMatchingQuestionGUI\getSolutionOutput(), assClozeTestGUI\getSolutionOutput(), ilTestOutputGUI\outQuestionSummary(), ilPageQuestionProcessor\saveQuestionAnswer(), assClozeGap\setItemPoints(), TCPDF\setPageBoxes(), ilTestScoringGUI\setPointsManual(), TCPDF\startSVGElementHandler(), assTextSubsetExport\toXML(), ilCourseObjectiveQuestion\updateLimits(), HTMLPurifier_AttrDef_HTML_Length\validate(), and assMatchingQuestionGUI\writePostData().
| $X = array(0,1,2,3,4,5) |
Definition at line 44 of file polyfit.php.
Referenced by TestMatrix\checkMatrices(), polyfit(), CholeskyDecomposition\solve(), PHPExcel_Shared_JAMA_QRDecomposition\solve(), PHPExcel_Shared_JAMA_LUDecomposition\solve(), TestMatrix\TestMatrix(), and tile().
| $Y = array(4,3,12,67,228, 579) |
Definition at line 45 of file polyfit.php.
Referenced by TestMatrix\checkMatrices(), ilBMFType_duration\mkduration(), polyfit(), and getid3_pcd\YCbCr2RGB().