User Portlet User Portlet

Discussions
# Abstract Stock markets are volatile environments in which there is wild fluctuation. This project explores the notion of "anomaly" within the market. Stock returns for the Dow Jones Industrial Average and its components are aggregated as a...
Sean, in the first plot you specified the FrameTicksStyle as Directive[Black, 15] In the second plot you used Automatic which inherited the style from the LabelStyle. Make one change and your plots will match: FrameTicksStyle ->...
@Yossi Rab: Are you expecting the histogram to show counts in the negative bin values? None of the data is negative so there will be nothing in those bins. Sorry, but I unfortunately don't understand what you are trying to do.
The gray bars are showing year separation. Look at the output of the following: CandlestickChart[{{{2017, 1, 1}, {90, 94, 80, 85}}, {{2017, 12, 31}, {81, 125, 70, 120}}}] CandlestickChart[{{{2017, 1, 30}, {90, 94, 80, 85}},...
@ Raymond Low Following not elegant but here is code I used. game = 0; hitsAwin = {}; hitsBwin = {}; lAsrv = {}; lBsrv = {}; space = " "; (Label[start]; pntA = 0; pntB = 0; srv = 0; srvA = 0; srvB = 0; game = game + 1; ...
Many people don't know anything about mathematica just because they have never seen it. There should be a free may be stripped down version of mathematica for all Linux users, not only for Raspberry Pi. In universities many departments don't buy...
The "ScalingFunctions" in red means that it is an unknown option. You may be using a different version of Mathematica than Mr. Huisman is using. To determine your version use:` $Version
After bringing up the palette, click on the square root symbol. A radical symbol with a square box appears on your notebook command line. Click on the square box within the Radical and enter 5. Move cursor to right of that symbol and left click...
And if you want it to a certain number of digits, you can use something like 1`20 Pi
Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST Please consult Documentation and existing resources: - [Wolfram Language & System Documentation Center][1] - [An Elementary Introduction to the...