Difference between revisions of "Manuals/calci/KFUNCTION"

From ZCubes Wiki
Jump to navigation Jump to search
Line 26: Line 26:
 
==References==
 
==References==
 
[http://resources.esri.com/help/9.3/arcgisdesktop/com/gp_toolref/spatial_statistics_tools/how_multi_distance_spatial_cluster_analysis_colon_ripley_s_k_function_spatial_statistics_works.htm  K Function]
 
[http://resources.esri.com/help/9.3/arcgisdesktop/com/gp_toolref/spatial_statistics_tools/how_multi_distance_spatial_cluster_analysis_colon_ripley_s_k_function_spatial_statistics_works.htm  K Function]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 02:28, 13 March 2017

KFUNCTION (Number)


  • is any real number.

Description

  • This function shows the value of the K function.
  • In ,Number is any real number.
  • K function is named as Ripley's K Function.
  • It is defined as how the spatial clustering or dispersion of feature centroids changes when the neighborhood size changes.
  • When using this tool, specify the number of distances to evaluate and, optionally, a starting distance and/or distance increment.
  • The K-Function is given as :

Where d is the distance, n is equal to the total number of features. 
  • represents the total area of the features and is a weight.
  • If there is no edge correction, then the weight will be equal to one when the distance between i and j is less than d, and will equate to zero otherwise.

Examples

  1. KFUNCTION(5) = 27648
  2. KFUNCTION(5) = 2.157794122294186e+34
  3. KFUNCTION(6.453) = 86400000

See Also

References

K Function