| bio | website | ianmilligan.ca |
|---|---|---|
| location | Toronto, Canada | |
| age | 29 | |
| visits | member for | 1 year, 4 months |
| seen | 4 hours ago | |
| stats | profile views | 102 |
I'm an assistant professor of history who also happens to tinker around in Mathematica for my research. My interests involve textual analysis, web scraping, and the like.
|
Oct 25 |
accepted | Comparing Unequal Lists of Surnames to Establish Over or Under-Representation |
|
Oct 25 |
comment |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation @SimonWoods The example data used the wrong denominator in part of it (my bad), but I've double checked and the full sets do total out properly. Sorry - the ideas below are working quite well! |
|
Oct 25 |
comment |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation @DavidSlater That would be great - a list that had the difference in percentage that could then be played with. My issue so far has been the different length of lists. |
|
Oct 25 |
comment |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation @celtschk Changed above, is that better? |
|
Oct 25 |
revised |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation input form |
|
Oct 25 |
comment |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation @celtschk Good catch - I've now put a ToUpperCase in my code that generated these lists. Thanks! |
|
Oct 25 |
comment |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation @celtschk And if I head the name, it's a string - I'm not 100% clear what you mean by symbols vs. strings. |
|
Oct 25 |
comment |
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation @celtschk I've generated the list from getting a long list of names (some 650k of them) and then Sorting and Tallying, like so: Sort[Sort[Tally[names[[All, 1]]]], #1[[2]] > #2[[2]] &]. So they should be unique? |
|
Oct 25 |
asked | Comparing Unequal Lists of Surnames to Establish Over or Under-Representation |
|
Oct 19 |
comment |
Can I put tooltips in a Graph? I had a similar question a long time ago - David Carraher's answer may be useful for you. Good luck! stackoverflow.com/questions/7742126/… |
|
Sep 26 |
comment |
Merging (combining) tables of graph relationships (2-mode to 1-mode network) @belisarius Looks like it's all public knowledge, and just representing what you can find at http://www.nationaltimes.com.au/opinion/ASXmap. Whether it should all be so easily digestible and put together like this, though, I guess is a bit more of a judgement call (although since I think they're public corps...)! |
|
Sep 17 |
awarded | Constituent |
|
Sep 17 |
revised |
Several functions in one RegionPlot with different grayscale code box, some readability improvement |
|
Sep 17 |
suggested | suggested edit on Several functions in one RegionPlot with different grayscale |
|
Sep 10 |
awarded | Caucus |
|
Aug 29 |
comment |
How to find out available fonts from within Mathematica? If you want to know what font the output is, you can highlight the text and open the text window (Ctrl + T or Cmd + T). For my system, your command leads to text in 'Lucida Grand'. |
|
Aug 28 |
comment |
Visualize Pascal's triangle and other triangle shaped lists Also discussed here, if you scroll down (with a nice Manipulate). |
|
Aug 22 |
awarded | Citizen Patrol |
|
Aug 22 |
comment |
How can I interrupt Speak? Fascinating - and if you execute something like Speak["test test test"]; Print["hi"], it executes the Print command before the first word is even spoken. |
|
Aug 15 |
revised |
Upon opening my notebook, I must evaluate cell for code to work properly edited so all the code is in the code box |