Constructor
new StandardiseMethod()
Concrete class for standardisation methods
Methods
areaBasedStandardisation(vectorSource, wardsSource, keyName, index)
Executes area based standardisation method
Parameters:
Name | Type | Description |
---|---|---|
vectorSource |
array | The vector source |
wardsSource |
array | The ward source |
keyName |
string | The iname of the key |
index |
number | The index value |
defaultStandardisation(vectorSource, wardsSource, keyName, index)
Executes area default standardisation method
Parameters:
Name | Type | Description |
---|---|---|
vectorSource |
array | The vector source |
wardsSource |
array | The ward source |
keyName |
string | The name of the key |
index |
number | The index value |
densityBasedStandardisation(vectorSource, wardsSource, keyName, index)
Executes density based standardisation method
Parameters:
Name | Type | Description |
---|---|---|
vectorSource |
array | The vector source |
wardsSource |
array | The ward source |
keyName |
string | The name of the key |
index |
number | The index value |