Popular recipes tagged "normal"http://code.activestate.com/recipes/tags/normal/2010-08-06T21:00:07-07:00ActiveState Code RecipesC# Surface Normal (Java)
2010-08-06T21:00:07-07:00John Hurlimanhttp://code.activestate.com/recipes/users/4174599/http://code.activestate.com/recipes/577348-c-surface-normal/
<p style="color: grey">
Java
recipe 577348
by <a href="/recipes/users/4174599/">John Hurliman</a>
(<a href="/recipes/tags/csharp/">csharp</a>, <a href="/recipes/tags/graphics/">graphics</a>, <a href="/recipes/tags/normal/">normal</a>).
</p>
<p>Calculates a surface normal given three position vectors in clockwise order. Written in C#</p>
Creating fake data using numpy (Python)
2009-08-07T09:22:34-07:00tat.wrighthttp://code.activestate.com/recipes/users/4171357/http://code.activestate.com/recipes/576870-creating-fake-data-using-numpy/
<p style="color: grey">
Python
recipe 576870
by <a href="/recipes/users/4171357/">tat.wright</a>
(<a href="/recipes/tags/data/">data</a>, <a href="/recipes/tags/fake/">fake</a>, <a href="/recipes/tags/gaussian/">gaussian</a>, <a href="/recipes/tags/graph/">graph</a>, <a href="/recipes/tags/histogram/">histogram</a>, <a href="/recipes/tags/normal/">normal</a>, <a href="/recipes/tags/sample_data/">sample_data</a>).
</p>
<p>Create a deliberately bad normal distribution for sample data - varying the badness, mean, standard deviation and range of results shown.</p>