Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inuyasha2012 authored Sep 17, 2018
1 parent e1b4ed5 commit 85a32ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pypsy

psychometrics package, including structural equation model, confirmatory factor analysis, unidimensional item response theory, multi-dimensional item response theory, cognitive diagnosis model, factor analysis and adaptive testing. The package is still a doll. will be finishing.
psychometrics package, including structural equation model, confirmatory factor analysis, unidimensional item response theory, multidimensional item response theory, cognitive diagnosis model, factor analysis and adaptive testing. The package is still a doll. will be finished in future.


## unidimensional item response theory
Expand All @@ -14,9 +14,9 @@ psychometrics package, including structural equation model, confirmatory factor

## Parameter estimation algorithm

* EM algorithm (two parameters model, grade response model)
* EM algorithm (2PL, GRM)

* MCMC algorithm (three parameters model)
* MCMC algorithm (3PL)


* * *
Expand All @@ -29,7 +29,7 @@ psychometrics package, including structural equation model, confirmatory factor

#### The initial value

The approximate polychoric correlation is calculated, and the slope initial value is obtained by factor analysis of the correlation matrix.
The approximate polychoric correlation is calculated, and the slope initial value is obtained by factor analysis of the polychoric correlation matrix.


#### EM algorithm
Expand Down Expand Up @@ -73,7 +73,7 @@ GH integrals can only estimate low dimensional parameters.
* * *


## Structural equation model of the structure
## Structural equation model

* contains three parameter estimation methods(ULS, ML and GLS).

Expand Down Expand Up @@ -113,7 +113,7 @@ gradient projection
* * *


## Adaptive test (bug, to be repaired)
## Adaptive test (bug, need to be repaired)

### model

Expand Down

0 comments on commit 85a32ca

Please sign in to comment.