Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [calculation]

Mathematical operation or series of operations which takes some input and gives an output.

calculation
0 votes
0 answers
25 views

Calculations with the MS excel tool using the functions and formulas in a single cell

How do we calculate Coefficient C if R/W=0.64 and H/W=1.8? using functions in a single cell/step. Detailed query: If We have a table with some rows and columns, How do we calculate the respective ...
Nirottam Singh's user avatar
0 votes
1 answer
30 views

Efficient calculation of volatility using EWMA

I am trying to calculate the volatility using EWMA (Exponentially Weighted Moving Average). Here is the function I developed: def ewm_std(x, param=0.99): n = len(x) coefs = param ** np.arange(...
NCall's user avatar
  • 121
0 votes
0 answers
30 views

Is there a better way to reduce number of iterations without missing a given condition?

I'm working on a project which requires a lot of iterations and calculations. We're speaking about something around 2000 iterations, each of them doing between 15 and 40 different calculations. This.. ...
as0d's user avatar
  • 9
0 votes
0 answers
25 views

trilateration algorithm for calculation of real time location (flutter app) (BLE beacons used)

I am trying to implement a real-time location system in which I can upload a map (image) and pinpoint certain things such as the location of beacons, destination, and so on. I am trying to calculate ...
Meiirzhan Baitangatov's user avatar
-1 votes
0 answers
13 views

Number of paths in a square

I'm looking for an explanation on how to calculate the number of possible paths from the green flower to the purple flower by only using up and right movements. The grey boxes are blocked and cannot ...
Sasu Vali's user avatar
0 votes
0 answers
38 views

calculations in expression for value in Report Viewer/Rdlc but Result do not match in VB.NET

I'm Trying to calculations in expression for value in Report Viewer/Rdlc but Result do not match in VB.NET is there anything wrong with my code, please guide me or something is wrong in the expression ...
dlaksmi's user avatar
  • 47
0 votes
2 answers
52 views

Errors when using abstract methods in Python when calculating

I am writing code for calculations, I started testing and ran into a problem, an error pops up when trying to get an answer: Traceback (most recent call last): File "G:\LARIS\tests\...
DYNAMIC AEROSPACE's user avatar
-2 votes
1 answer
104 views

Program that converts roman numerals to numbers in C language

i am trying to make program for roman numbers converter. in C language But we have some rules. Letters are written from left to right and from largest to smallest value. Example u want to write 1907....
Berat Zengin's user avatar
0 votes
0 answers
13 views

Can I use an IF Statement as the Value if True within an IF Statement? (=if(H9="Y", if(E9="1", E9*G9, E9*G9-F8), 0)) in Sheets/Excel?

Trying to resolve an equation where I need the value IF TRUE to be dependent on another IF Statement. The Equation calculates and doesn't throw an error but the expected value is incorrect. Is this ...
Dave Porter's user avatar
1 vote
1 answer
47 views

In power pivot, is it possible to divide the aggregated results of one row by another within a pivot table?

I have a single table loaded into power pivot in Excel that reports charges, expected revenue (Expected Rev), and volume quantity (VolQty) in a single field (Cat 1). Using this information, I want to ...
Mike's user avatar
  • 11
3 votes
1 answer
60 views

Different results of log and exponential in Linux and Windows in R, why and any workaround? [duplicate]

Here is the situation, I have a vector 0:4 which I use log1p to transform and transform back using exp(x) - 1. I have categorized the original vector 0:4 and the back-transformed vector using the same ...
TheRimalaya's user avatar
  • 4,534
0 votes
2 answers
111 views

Excel formula: how to find if a value is within a range of thresholds, & then return the corresponding row

I'm trying to calculate my student loan (lol). Below are the first few rows of legit data from my government, which don't seem to follow any pattern whatsoever. Threshold ($) Repayment rate (%) 51,...
Vero's user avatar
  • 45
0 votes
1 answer
26 views

How to find the three largest values among cells in different columns in Excel in Portuguese?

I'm trying to calculate the three largest values among cells that are distributed across different columns in Excel, using the Portuguese version of the software. The cells I want to compare are in ...
czargab18's user avatar
2 votes
0 answers
75 views

Calculate mouse DPI

My script should calculate mouse DPI based on how far the mouse cursor moves. I use the ctypes library. I'm trying to find DPI deviations (my mouse software has DPI set to 900 but it's really 862). I ...
Chance D's user avatar
0 votes
2 answers
46 views

Calculate amount with value and calculation type (set, fixed, seconds, persentages, second persentages) and have the correct stat changed

I need help with the following. Calculate with only a amount variable and an enum to set what type of calculation so i can set the correct stat value to a stat. Make sure the correct stat gets changed....
kiefer gaming's user avatar

15 30 50 per page
1
2 3 4 5
108