Caucy changed to Cauchy. Descriptions and titles changed within general

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