Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 67e7384e5c20be7ec0fdae985e3a3dfa5feebc80 authored by lauragarrison on 03 February 2021, 10:31:42 UTC, committed by lauragarrison on 03 February 2021, 10:31:42 UTC
Merge remote-tracking branch 'origin/master'
2 parent s 63faff7 + 74037c9
  • Files
  • Changes
  • 140935d
  • /
  • templates
  • /
  • descriptive_statistics_keys.js
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:67e7384e5c20be7ec0fdae985e3a3dfa5feebc80
directory badge Iframe embedding
swh:1:dir:041d5860d786eb97a5fca6f1d520becba6fdd10a
content badge Iframe embedding
swh:1:cnt:33fd79ddbab553c33243c91d6bafbc56577d5927

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
descriptive_statistics_keys.js
/**
 * This file contains all descriptive statistic keys
 * @type {string}
 */

//---------------------------all dimensions
const statistics_key__missing_values_percentage = "missing_values_percentage";
const statistics_key__percentage_of_outliers = "percentage_of_outliers";

//---------------------------numerical dimensions
const statistics_key__mean_value = "mean_value";
const statistics_key__std_value = "std_value";
const statistics_key__median_value = "median_value";
const statistics_key__q25_value = "q25_value";
const statistics_key__q75_value = "q75_value";
const statistics_key__outliers_removed = "outliers_removed";
const statistics_key_iqr_range = "iqr_range";
const statistics_key_coefficient_of_unalikeability = "coefficient_of_unalikeability";

const statistics_key_overall_deviation = 'overall_deviation';
const statistics_key_index_round = 'index_round';
const deviation_ending = "_deviation";
const radar_chart_stats_key_ending = "_radar_stats_short";

//-------------------------------categorical dimensions
const statistics_key__highest_relative_frequency = "highest_relative_frequency";
const statistics_key__amount_of_categories = "amount_of_categories";
const statistics_key__categories = "categories";
const statistics_key__unique_value = "unique_value";
const statistics_key__count = "count";
const statistics_key__relativeFrequency = "relativeFrequency";




const number_of_modes = "number_of_modes";

//----------------------------wilcox
const wilcox_ModVR = "modVR";
const wilcox_VarNC = "varNC";
const wilcox_MNDif = "mnDif";
const wilcox_StDev = "stDev";
const wilcox_ranVR = "ranVR";

const statistics_iqv = "iqv";
const statistics_h_star = "h_star";
const statistics_cnv = "cnv";

const key_id = "id";
const key_data_type = "data_type";
const key_column_values = "column_values";
const key_header ="header";
const key_removed_during_data_formatting = "key_removed_during_data_formatting";

const changes_general_key = "changes";
const changes_key_datatype_change = "key_datatype_change";


const all_descriptive_statistic_measures_all_dimensions = [statistics_key__missing_values_percentage, statistics_key_coefficient_of_unalikeability, wilcox_StDev, wilcox_VarNC, number_of_modes];
//const all_descriptive_statistic_measures_all_dimensions = [statistics_key__percentage_of_outliers, statistics_key__missing_values_percentage, statistics_key_coefficient_of_unalikeability, wilcox_ranVR, wilcox_StDev, wilcox_MNDif, wilcox_VarNC, wilcox_ModVR, statistics_cnv, statistics_h_star, statistics_iqv, number_of_modes];
const all_descriptive_statistic_measures_categorical = all_descriptive_statistic_measures_all_dimensions; //[statistics_key__amount_of_categories, statistics_key__highest_relative_frequency, statistics_key_coefficient_of_unalikeability];
const all_descriptive_statistic_measures_numerical = all_descriptive_statistic_measures_all_dimensions; [statistics_key__mean_value, statistics_key__std_value, statistics_key__median_value, statistics_key__q25_value, statistics_key__q75_value, statistics_key_iqr_range, statistics_key_coefficient_of_unalikeability];
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API