Community Profile

photo

Juniper Sohn


Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to export line plot to excel (need it to be written as a code to be automatically executed)
Hi, I am trying to export a figure (type line), a line plot, into excel. I have tried saving it as an image (wouldn't let me s...

4 years ago | 0 answers | 0

0

answers

Question


How to select a group of consecutive (yet excluding weekends and holidays) dates between a certain date A and a certain date B from datetime?
Hi, I have a column of datetime (business days from 2012 to 2019). From this datetime, I would like to select a group of dates b...

4 years ago | 1 answer | 0

1

answer

Question


How to check if 'double' type dates are a business day?
Hi, I have a sequence of dates that are in double type -- looks like this: 737765. What is a function that I can use for this d...

4 years ago | 1 answer | 0

1

answer

Question


How to get the monthly trading date starting from any day?
Hi all, I have a matrix of trading dates starting from November 6th, 2012, and I have to get a monthly trading date starting fro...

4 years ago | 0 answers | 0

0

answers

Question


Boolean to return true if the cell is empty/nan
Hi, I am trying to write a boolean variable that tells me whether the cell is not nan or nan, but I got an error that says "unde...

4 years ago | 1 answer | 0

1

answer

Question


How to use continue to skip the rest of the iteration and go to the new iteration?
Hi all, I am not sure if I an using my 'continue' properly since my values are starting to look weird at a point where I start u...

4 years ago | 0 answers | 0

0

answers

Question


Why is my modulus giving me an error: Index in position 1 exceeds array bounds (must not exceed 1).
Hi all, I am trying to figure out if my modulus is working properly - I am iterating through a 2D array that has 220 columns (=c...

4 years ago | 1 answer | 0

1

answer

Question


How does mdl.Rsquared.Ordinary and mddl.Rsquared.Adjusted work?
Hi all, How does Rsquared.Ordinary and Rsquared.Adjusted work? Does it use the raw values of the data set, or use the z-scores...

4 years ago | 1 answer | 0

1

answer