Package 'quadraticSD'

Title: Visualizing the SD using a Quadratic Curve
Description: Given a dataset, the user is invited to utilize the Empirical Cumulative Distribution Function (ECDF) to guess interactively the mean and the mean deviation. Thereafter, using the quadratic curve the user can guess the Root Mean Squared Deviation (RMSD) and visualize the standard deviation (SD). For details, see Sarkar and Rashid (2019)<doi:10.3126/njs.v3i0.25574>, Have You Seen the Standard Deviaton?, Nepalese Journal of Statistics, Vol. 3, 1-10.
Authors: Siddhanta Phuyal [aut, cre], Mamunur Rashid [aut], Jyotirmoy Sarkar [aut]
Maintainer: Siddhanta Phuyal <[email protected]>
License: GPL-3
Version: 0.1.0
Built: 2024-11-01 06:31:43 UTC
Source: CRAN

Help Index


data1: the namespace variable.

Description

the namespace variable that stores data provided by the user.

Usage

data1

Format

An object of class numeric of length 5.


Visualizing the SD using a Quadratic Curve

Description

Given a dataset, the user is invited to utilize the Empirical Cumulative Distribution Function (ECDF) to guess interactively the mean and the mean deviation. Thereafter, using the quadratic curve the user can guess the Root Mean Sqaured Deviation (RMSD) and visualize the Standard Deviation (SD). For details, see Sarkar and Rashid (2019), Have You Seen the Standard Deviaiton?, Nepalese Journal of Statistics, Vol. 3, 1-10

Usage

runApp(data)

Arguments

data

a data vector, ideally of a moderate size (say, 10), to be provided by the user. Adventurous users may increase the size.

Value

An interactive shiny application.

Examples

data <- c(12,13,15,17,20,21,23)
   runApp(data)
   #end of example