Δειγματοληψία

Δημιουργία πίνακα με δεδομένα που ελήφθησαν από έναν άλλο πίνακα.

Για να έχετε πρόσβαση σε αυτήν τη λειτουργία...

Επιλέξτε Δεδομένα - Στατιστική - Δειγματοληψία


Sampling allows you to pick data from a source table (population) to fill a target table. The sampling can be random or in a periodic basis, as well as with or without sample replacement in the source table.

note

Η δειγματοληψία γίνεται κατά γραμμή. Αυτό σημαίνει ότι τα δειγματοληπτικά δεδομένα θα επιλέξουν ολόκληρη τη γραμμή του πίνακα προέλευσης και θα την αντιγράψουν σε μια γραμμή του πίνακα προορισμού.


Δεδομένα

Περιοχή εισόδου: Η αναφορά της περιοχής των δεδομένων προς ανάλυση.

Αποτελέσματα στο: Η αναφορά του πάνω αριστερού κελιού της περιοχής, όπου θα εμφανίζονται τα αποτελέσματα.

Μέθοδος δειγματοληψίας

Random

Picks exactly Sample Size lines of the source table in a random way.

Sample size

Number of lines sampled from the source table. The Sample size is limited to the population size for all sampling methods without replacement.

With replacement

When checked, put back samples in population (source table) after draw. A sample can be drawn more than once and therefore a larger sample size than population is possible. This option is mutually exclusive with Keep order. When unchecked, a sample drawn is not put back to the population and sample size is limited to population size.

Keep order

When checked, samples are drawn in order of population data. Samples are not put back to the population (exclusive with With replacement). This option is automatically checked for Periodic sampling. When unchecked, samples are drawn in random order.

Periodic

Picks lines in a pace defined by Period.

Period

The number of lines to skip periodically when sampling. The Period is limited to the population size.

Παράδειγμα

Τα παρακάτω δεδομένα θα χρησιμοποιηθούν ως παράδειγμα του πίνακα δεδομένων προέλευσης για δειγματοληψία:

A

B

C

1

11

21

31

2

12

22

32

3

13

23

33

4

14

24

34

5

15

25

35

6

16

26

36

7

17

27

37

8

18

28

38

9

19

29

39


Η δειγματοληψία με περίοδο 2 θα καταλήξει στον παρακάτω πίνακα:

12

22

32

14

24

34

16

26

36

18

28

38