Discriminant Function Analysis

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Discriminant Function Analysis determines

which variables distinguish between two or more categorical groups based on their independent variables

2
New cards

Discriminant Analysis Assumptions

  • Normal distribution

  • Equal variance

  • Linear separability of data

3
New cards

DFA uses

Categorical dependent variables with continuous independent variables (use of correspondence analysis)

4
New cards

Discriminant Analysis can be considered

A more powerful version of logistic regression

5
New cards

DFA uses variables from

Known groups to build the model

6
New cards

If group membership is unknown

Use a cluster analysis to attempt to determine group membership

7
New cards

DFA Advantages

  • simple and efficient

  • Works with large numbers of features

  • Can work with more than two variables

8
New cards

DFA Limitations

  • assumes normal distribution

  • Assumes equal variance

  • Assumes linear separability

  • May have issues with higher dimensional data

9
New cards

How does Linear DFA work?

  • separates data used both axes to generate a new axis

  • Minimizes variation and maximizes distance between means

  • Transforms data along new axis and maximizes separation through the projection of data along the line

10
New cards

A Discriminant function is a

Weighted average of the values of the independent variables

11
New cards

How are weights selected for a DFA

They are selected so the resulting weighted averages(s) maximize the separation of the observations into the groups (high values come from one group and low values come from another)

12
New cards

Stepwise Selection

  • helps select only the best variables to use in our model

  • Includes multiple regression

13
New cards

Forward Stepwise Analysis

  • A model is built step-by-step

  • Variables are evaluated to determine which will contribute most to the discrimination between groups

  • Variable that contributes most is included in the model

14
New cards

Backward Stepwise Analysis

  • a model is built step-by-step

  • Variables are included and at each step they are evaluated to determine which contributes the least to discrimination of the groups

  • Variable that contributes the least will be excluded from the model