Data for the Z-Table comes from: http://www.sjsu.edu/faculty/gerstman/EpiInfo/z-table.htm
How to use: http://www.measuringu.com/blog/interpret-responses.php
Example Usage:
Ztable.percentile(0.1388) => 0.5552Data for the Z-Table comes from: http://www.sjsu.edu/faculty/gerstman/EpiInfo/z-table.htm
How to use: http://www.measuringu.com/blog/interpret-responses.php
Example Usage:
Ztable.percentile(0.1388) => 0.5552| class AppDelegate | |
| include Async | |
| def application(application, didFinishLaunchingWithOptions:launchOptions) | |
| thread_1 = async do | |
| i = 0 | |
| 300_000.times do | |
| sleep 0.000001 |
Press minus + shift + s and return to chop/fold long lines!
| # This is a skeleton for testing models including examples of validations, callbacks, | |
| # scopes, instance & class methods, associations, and more. | |
| # Pick and choose what you want, as all models don't NEED to be tested at this depth. | |
| # | |
| # I'm always eager to hear new tips & suggestions as I'm still new to testing, | |
| # so if you have any, please share! | |
| # | |
| # This skeleton also assumes you're using the following gems: | |
| # | |
| # rspec-rails: https://github.com/rspec/rspec-rails |