Namespace: |
|
Content: |
complex, 15 attributes, 16 elements |
Defined: |
globally in ccmsk.xsd, see XML source |
Includes: |
definitions of 12 attributes and 13 elements |
Used: |
at 2 locations |
XML Representation Summary | |||||
<... | |||||
arrivalsMult | = |
xsd:double : "1" | |||
checkAgentsForCall | = |
xsd:boolean : "false" | |||
correlationFit | = |
("FULLCORRELATION" | "MARKOVLINEARFIT" | "MARKOVSINGLERHO") : "MARKOVLINEARFIT" | |||
estimateBusyness | = |
xsd:boolean : "false" | |||
gammaShapeEstimatorType | = |
("SINGLESHAPE" | "SPLINESHAPE") : "SINGLESHAPE" | |||
gammaShapeSmoothingFactor | = |
xsd:double : "0.95" | |||
maxIter | = |
xsd:int : "200" | |||
movingWindowSize | = |
xsd:int : "5" | |||
name | = |
xsd:string | |||
normalize | = |
xsd:boolean : "false" | |||
numMonteCarlo | = |
xsd:int : "200" | |||
sourceEnabled | = |
xsd:boolean : "true" | |||
splineSmoothingFactor | = |
xsd:double : "1" | |||
type | = |
xsd:string | |||
varianceEpsilon | = |
xsd:double : "1.0e-4" | |||
> | |||||
|
|||||
</...> |
Most arrival processes are influenced by a busyness factor which change the arrival rates. In particular, for Poisson-based arrival processes, the busyness factor simply multiplies the arrival rates. For other arrival processes, the generated number of arrivals is multiplied by the factor, and the result is rounded to the nearest integer. This factor is the product of a random variate common to all inbound call types, a multiplier specific to the arrival process and given by the arrivalsMult attribute, and a global multiplier given by the arrivalsMult attribute in MSKCCParams. The random busyness factor follows the distribution given by the busynessGen element in MSKCCParams. By default, all the multipliers are 1, and the random variate follows a degenerate distribution assigning probability 1 to the constant 1.
Type Derivation Tree![]() ![]() |
<xsd:complexType name="ArrivalProcessParams"> <xsd:complexContent> <xsd:sequence> </xsd:element> <xsd:choice> </xsd:element> <xsd:sequence> </xsd:element> </xsd:element> </xsd:sequence> <xsd:sequence> </xsd:element> </xsd:element> </xsd:element> </xsd:sequence> </xsd:element> <xsd:sequence> </xsd:element> </xsd:element> </xsd:element> </xsd:sequence> <xsd:sequence> </xsd:element> </xsd:element> </xsd:sequence> </xsd:choice> </xsd:sequence> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:attribute> <xsd:attribute default="SINGLESHAPE" name="gammaShapeEstimatorType" type="ccmsk:GammaShapeEstimatorType"> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
|
Use: |
optional |
Default: |
"1" |
Defined: |
<xsd:attribute default="1" name="arrivalsMult" type="ssj:nonNegativeDouble"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"MARKOVLINEARFIT" |
Defined: |
<xsd:attribute default="MARKOVLINEARFIT" name="correlationFit" type="ccmsk:CorrelationFit"> </xsd:attribute> |
Type: |
xsd:boolean |
Use: |
optional |
Default: |
"false" |
Defined: |
<xsd:attribute default="false" name="estimateBusyness" type="xsd:boolean"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"SINGLESHAPE" |
Defined: |
<xsd:attribute default="SINGLESHAPE" name="gammaShapeEstimatorType" type="ccmsk:GammaShapeEstimatorType"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"0.95" |
Defined: |
<xsd:attribute default="0.95" name="gammaShapeSmoothingFactor" type="ssj:double01i"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"200" |
Defined: |
<xsd:attribute default="200" name="maxIter" type="ssj:nonNegativeInt"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"5" |
Defined: |
<xsd:attribute default="5" name="movingWindowSize" type="ssj:nonNegativeInt"> </xsd:attribute> |
Type: |
xsd:boolean |
Use: |
optional |
Default: |
"false" |
Defined: |
<xsd:attribute default="false" name="normalize" type="xsd:boolean"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"200" |
Defined: |
<xsd:attribute default="200" name="numMonteCarlo" type="ssj:nonNegativeInt"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"1" |
Defined: |
<xsd:attribute default="1" name="splineSmoothingFactor" type="ssj:double01i"> </xsd:attribute> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
<xsd:attribute name="type" type="xsd:string"> </xsd:attribute> |
Type: |
|
Use: |
optional |
Default: |
"1.0e-4" |
Defined: |
<xsd:attribute default="1.0e-4" name="varianceEpsilon" type="ssj:nonNegativeDouble"> </xsd:attribute> |
Type: |
cc:MultiPeriodGenParams, complex content |
Defined: |
<xsd:element name="arrivalRates" type="cc:MultiPeriodGenParams"> </xsd:element> |
Type: |
ssj:nonNegativeDoubleList, simple content |
Defined: |
<xsd:element name="arrivals" type="ssj:nonNegativeDoubleList"> </xsd:element> |
Type: |
ssj:RandomVariateGenParams, simple content |
Defined: |
<xsd:element maxOccurs="1" minOccurs="0" name="arvGen" type="ssj:RandomVariateGenParams"> </xsd:element> |
Type: |
ssj:RandomVariateGenParams, simple content |
Defined: |
<xsd:element maxOccurs="1" minOccurs="0" name="busyGen" type="ssj:RandomVariateGenParams"> </xsd:element> |
Type: |
ssj:DoubleArray, complex content |
Defined: |
<xsd:element maxOccurs="1" minOccurs="0" name="copulaSigma" type="ssj:DoubleArray"> </xsd:element> |
Type: |
ssj:IntArray, complex content |
Defined: |
<xsd:element name="data" type="ssj:IntArray"> </xsd:element> |
Type: |
ssj:nonNegativeDoubleList, simple content |
Defined: |
<xsd:element name="lambdas" type="ssj:nonNegativeDoubleList"> </xsd:element> |
Type: |
ssj:positiveDoubleList, simple content |
Defined: |
<xsd:element name="nortaGamma" type="ssj:positiveDoubleList"> </xsd:element> |
Type: |
ssj:double01iList, simple content |
Defined: |
<xsd:element name="nortaP" type="ssj:double01iList"> </xsd:element> |
Type: |
ssj:DoubleArray, complex content |
Defined: |
<xsd:element name="nortaSigma" type="ssj:DoubleArray"> </xsd:element> |
Type: |
ssj:nonNegativeDoubleList, simple content |
Defined: |
<xsd:element name="poissonGammaRate" type="ssj:nonNegativeDoubleList"> </xsd:element> |
Type: |
ssj:nonNegativeDoubleList, simple content |
Defined: |
<xsd:element name="poissonGammaShape" type="ssj:nonNegativeDoubleList"> </xsd:element> |
Type: |
ssj:nonNegativeDurationList, simple content |
Defined: |
<xsd:element name="times" type="ssj:nonNegativeDurationList"> </xsd:element> |
XML Schema documentation generated with DocFlex/XML (Kit) v1.6.8 DocFlex/XML (Kit) is a freeware edition of DocFlex/XML, which is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else! Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task! Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com |