(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

The importance of knowing how the data is distributed, and techniques to check for normality so that assumptions are not violated.

Why is it important?

Using the proper statistics is very important in data analysis

Read more on Kudos…
The following have contributed to this page:
Conor Gissane
' ,"url"));