Caucy changed to Cauchy. Descriptions and titles changed within general

parent 40437504
......@@ -105,10 +105,10 @@
}
}
},
"_caucy" : {
"_cauchy" : {
"type" : "object",
"title" : "Caucy",
"description" : "Caucy",
"title" : "Cauchy",
"description" : "Cauchy",
"properties" : {
"location" : {
"type" : "number",
......@@ -228,7 +228,7 @@
"Binomial",
"Poisson",
"Logistic",
"Caucy",
"Cauchy",
"Geometric",
"Gama",
"Weibull"
......@@ -251,7 +251,7 @@
}, {
"$ref" : "#/definitions/distributionTypes/_logistic"
}, {
"$ref" : "#/definitions/distributionTypes/_caucy"
"$ref" : "#/definitions/distributionTypes/_cauchy"
}, {
"$ref" : "#/definitions/distributionTypes/_geometric"
}, {
......@@ -716,28 +716,28 @@
"general" : {
"properties" : {
"numberOfReplications" : {
"title" : "Numberofreplications",
"title" : "Number of replications",
"type" : "integer",
"description" : "Numberofreplicationstorun",
"description" : "Number of replications to run",
"default" : 10
},
"maxSimTime" : {
"title" : "LengthofExperiment",
"description" : "Lengthofthesimulationrun",
"title" : "Length of Experiment",
"description" : "Length of the simulation run",
"type" : "number",
"default" : 100
},
"confidenceLevel" : {
"title" : "Confidencelevel",
"title" : "Confidence level",
"type" : "number",
"default" : 0.95,
"description" : "Confidencelevelforstatisticalanalysisofstochasticexperiments"
"description" : "Confidence level for statistical analysis of stochastic experiments"
},
"processTimeout" : {
"title" : "ProcessTimeout",
"type" : "number",
"default" : 10,
"description" : "Numberofsecondsbeforethecalculationprocessisinterrupted"
"description" : "Number of seconds before the calculation process is interrupted"
},
"currentDate" : {
"default" : "2014/10/01",
......@@ -747,26 +747,27 @@
},
"timeUnitPerDay" : {
"default" : 24,
"description" : "Used for input and reporting widgets. Forexample, 24 means that simulation clock time unit is one hour.",
"title" : "Numberoftimeunitsperday",
"description" : "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title" : "Number of time units per day",
"type" : "number"
},
"trace" : {
"default" : false,
"description" : "Createanexceltracefile(trueorfalse)",
"default" : "No",
"enum" : ["No", "Yes"],
"description" : "Create an excel trace file (Yes or No)",
"title" : "OutputTrace",
"type" : "boolean"
"type" : "string"
},
"seed" : {
"default" : "",
"default" : "1",
"description" : "When using the same seed, the random number generator produce the same sequence of numbers",
"title" : "Seedforrandomnumbergenerator",
"type" : "string"
"title" : "Seed for random number generator",
"type" : "number"
},
"ke_url" : {
"default" : "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"description" : "TheURLforknowledgeextractiontoaccessitsdataforexamplehttp: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"title" : "URLforKnowledgeExtractionSpreadsheet",
"description" : "The URL for knowledge extraction to access its data for example http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"title" : "URL for Knowledge Extraction Spreadsheet",
"type" : "string"
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment