QBoard » Statistical modeling » Stats - Tech
  • Samar Patil
    I have completed my graduate public policy program but it was not at all tech heavy - some economics and econometrics but not requiring any CS knowledge. A good portion of the...  more
    Last post by Viaan Prakash - August 20, 2021
    227 views 0 likes
    2
  • Nitara Bobal
    I need to compute combinatorials (nCr) in Python but cannot find the function to do that in math, numpy or stat libraries. Something like a function of the type:
    comb =...  more
    Last post by Jainew Nanda - August 6, 2021
    578 views 0 likes
    2
  • Samar Patil
    How would you go about coding an interactive website to display stats/graphs. Say I wanted to create something interactive for people to look at Stackoverflow stats - something...  more
    Last post by Viaan Prakash - August 5, 2021
    152 views 0 likes
    1
  • Samar Patil
    My PHP SQL Statement is failing due to pound (#) sign. How can I get around this. (Other than fixing the database name?)
    $sql = "SELECT CMCD, TK#, TECH, STATS from LIB.TICKET...  more
    Last post by Vaibhav Mali - July 27, 2021
    170 views 0 likes
    1
  • Mitali Bhavsar
    I can't seem to find any python libraries that do multiple regression. The only things I find only do simple regression. I need to regress my dependent variable (y) against...  more
    Last post by Vinaya Chahal - December 21, 2020
    467 views 0 likes
    3
  • Shivakumar Kota
     

    I wonder how to add regression line equation and R^2 on the ggplot. My code...  more
    Last post by Nitara Bobal - October 14, 2020
    4,941 views 0 likes
    4
  • Raji Reddy A
     

    I am looking for a function that takes as input two lists, and returns the Pearson correlation, and the significance of the correlation.
    Last post by Pranav B - September 23, 2020
    1,466 views 0 likes
    5
  • Raji Reddy A
    What datasets exist out on the internet that I can run statistical analysis on?
    Last post by Shivakumar Kota - September 22, 2020
    1,607 views 0 likes
    4
  • Shivakumar Kota
    Let's assume I have some data I obtained empirically:
    from scipy import stats
    size = 10000
    x = 10 * stats.expon.rvs(size=size) + 0.2 *...  more
    Last post by Pranav B - September 22, 2020
    2,519 views 0 likes
    2
  • Shivakumar Kota
    install.packages("scatterplot3d")
    library(scatterplot3d)
    library("mvtnorm")
    x1 <- x2 <- seq(-10, 10, length =...  more
    Last post by Rakesh Racharla - September 22, 2020
    1,566 views 0 likes
    2
  • Pranav B
    I have applied simple forecasting models such as Naive Forecast, Moving Average, Simple Exponential Smoothing, Holts Linear Trend Model on 2018 sales data of a salesperson.
    All...  more
    Last post by Raji Reddy A - September 22, 2020
    2,395 views 0 likes
    1
  • Rakesh Racharla
    I'm trying to do a little bit of distribution plotting and fitting in Python using SciPy for stats and matplotlib for the plotting. I'm having good luck with some things like...  more
    Last post by Rishi Pandya - September 21, 2020
    2,297 views 0 likes
    3
  • Nitara Bobal
    Is there a built-in or standard library method in Python to calculate the arithmetic mean (one type of average) of a list of numbers?
    Last post by Rakesh Racharla - September 21, 2020
    602 views 0 likes
    5
  • Laksh Nath
    I want to produce 100 random numbers with normal distribution (with µ=10, σ=7) and then draw a quantity diagram for these numbers.How can I produce random numbers with a...  more
    Last post by Rakesh Racharla - September 21, 2020
    403 views 0 likes
    5
  • Vinaya Chahal
    Periodically I program sloppily. Ok, I program sloppily all the time, but sometimes that catches up with me in the form of out of memory errors. I start exercising a little...  more
    Last post by Pranav B - September 19, 2020
    624 views 0 likes
    4

QBoard Statistics

Topics 32
Posts 127
Total Users 7406
Active Users 20