You are here

function kwresearch_get_report_coefs in Keyword Research 7

Same name and namespace in other branches
  1. 6 kwresearch.module \kwresearch_get_report_coefs()

@todo Please document this function.

See also

http://drupal.org/node/1354

1 call to kwresearch_get_report_coefs()
kwresearch_format_report_data_value in ./kwresearch.module
@todo Please document this function.

File

./kwresearch.module, line 1538

Code

function kwresearch_get_report_coefs() {
  return array(
    'google_search_share' => 0.709,
    'yahoo_search_share' => 0.2035,
    'bing_search_share' => 0.0885,
  );
}