better formula explanation
parent
598c58af7e
commit
73b194304e
|
@ -33,13 +33,13 @@ Rating uses the know as "True Bayesian Estimate" inspired on [IMDb rating](http:
|
||||||
|
|
||||||
`WR`: weighted rating
|
`WR`: weighted rating
|
||||||
|
|
||||||
`R`: average for the resource (mean) = (Rating)
|
`R`: average for the resource
|
||||||
|
|
||||||
`v`: number of votes for the movie = (votes)
|
`v`: number of votes for the resource
|
||||||
|
|
||||||
`m`: average of the number of votes
|
`m`: average of the number of votes
|
||||||
|
|
||||||
`C`: the mean vote across the whole report
|
`C`: the average rating based on all resources
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue