{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

DATA MANAGEMENT Flashcards

(20 cards)

1
Q

How to get the Array?

A

Arrange all the values from lowest to highest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to get the Range?

A

R=Highest Value - Lowest Value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to get the Classes?

A

K = 1+3.322log(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to get the Class Size?

A

C = R/K

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to get the Class Interval?

A

For the lower limit, start with the lowest value and add the Class Size as you go all the way down. And for the upper level just minus 1 from the 2nd row and put it on the answer preceding that row.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to get frequency?

A

Just count how many numbers are from the range in the class interval.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to get class mark?

A

x = (LL + UL)/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to get Class boundary?

A

LCB = LL – 0.5, UCB = UL + 0.5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to get Rf%?

A

Rf% = (f/ Σ f)100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How to get <Cf?

A

Just copy the first frequency and from there add each frequency to the next on a zigzag pattern.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to get >Cf?

A

Start with total frequency and from there minus each frequency to the next on a zigzag pattern.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How to get fx?

A

Just multiply the frequency from the class mark.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to get the Mean?

A

x̄ = (Σ(fx))/n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to get the Median?

A

Md = LCBmc + C [(Σf/2 - <Cfbmc)/fmc]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to get the Median class?

A

Median Class = Σf/2, when you get the answer, look for the equal or closest greater in the <Cf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to get Mode?

A

Mo = LCBmo + C [D1/(D1 + D2)]
D1 = Difference of fmc and f above mc
D2 = Difference of fmc and f below mc

16
Q

How to get Modal class?

A

Modal Class = Highest frequency

17
Q

How to get the Variance?

A

S² = (Σf (x - x̄)^2)/Σf-1

18
Q

How to get the Standard Deviation?

19
Q

How to get the correlation variance?

A

CV = (SD/ x̄)100