Skip to main content

Questions tagged [min]

Minimum value. Smallest, tiniest, least.

0 votes
0 answers
6 views

Wireshark IP Source & Destination.txt file each column meaning? [closed]

May I know the meaning of each column in Wireshark "IP Source & Destination.txt" file? Sorry I am quite new to IT. Thanks in advance. IPv4 Statistics/Source and Destination Addresses: ...
Soe Win's user avatar
0 votes
0 answers
22 views

How can I override the first part of @Min err message in Spring (Hibernate Validator - Bean Validation)?

I have an annotation as to not register the negative numbers @Min(value = 0, message = "{msg.cannot.be.negatif}") private Integer joursPerturbationDto; <input type="number" ...
Bogdan's user avatar
  • 663
0 votes
0 answers
24 views

Slope of a timeseries dataset based on Max/Min Value to the start of the slope in a for loop

Newbie to python. I have a time series dataset that always has time in the first column, and multiple columns of data (This can be from 3 columns plus time upto 100 columns with 500k rows). This will ...
Fergs's user avatar
  • 9
0 votes
3 answers
42 views

Select all value except min value and add corresponding min value in another column

Consider this table: id text 101 Black 102 Black 103 White 104 White 105 White How one could select all the ids except the min id, but also add the corresponding min value in another column? So ...
nzskra's user avatar
  • 171
0 votes
2 answers
42 views

Pandas get Min & max of varying range

I have following table in as df. Price Stop Max Min 15 15 5 35 85 67 67 75 54 17 75 75 52 ...
rakesh's user avatar
  • 85
2 votes
1 answer
44 views

How to find significant local trends or segments in vector R

I have vectors of barometric pressure data, in millibars. It is common practice to display barometric trends over the past 3 hours, as symbols that split the series into two segments. These segments ...
user8229029's user avatar
  • 1,056
0 votes
1 answer
37 views

Map on conditional produces jq: error Cannot iterate over null (null)

I want to get the minimum value of each nested refpos that's associated with GRCH38. An example .refpos looks like this : [ { "name": "...
Robin Rounthwaite's user avatar
0 votes
2 answers
19 views

How to get min and max date in SQL since branch the branch code changed

I have table as below. I'm using plsql ID BranchCode StartDate FinishDate 1111 89 07.06.2012 12.08.2013 1111 89 13.08.2013 09.03.2015 1111 1167 10.03.2015 30.09.2015 1111 548 01.10.2015 08.10....
Huseyaki's user avatar
2 votes
1 answer
75 views

Excel 2016 - INDEX MATCH to return value based on smallest of multiple match results

Sorry, this is my first time posting. Hope I am able to explain clearly. Using Excel 2016. Hi, I have data as seen below, and I want to return the date based on the smallest of the matches returned. ...
Jessica Smith's user avatar
0 votes
1 answer
31 views

SQL Problem : Use min and max in chronological groups

I would like to know if it is possible to group ONLY in chronological order and display the min and max according to the groups. An example : TYPE Start_dath End_dath TL1 01/01 31/01 TL1 01/02 29/...
Diana Lopes's user avatar
1 vote
1 answer
101 views

How is it possible to create float variable in C++ that is less than min float value? [duplicate]

#include <iostream> #include <limits> int main() { float x = std::numeric_limits<float>().min(); // x = 1.17549e-38 float y = 1.17549e-39f; // I created a variable that is ...
Vadim Kiselev's user avatar
0 votes
2 answers
149 views

Search for an odd positive minimum

Please help me understand what the error is. Here are the conditions of the problem: Print the value of the smallest positive odd element of the array, and if there are no positive odd elements in ...
Дина's user avatar
0 votes
0 answers
24 views

Disable auto-fit behavior in Chart.js

I have made a bar chart importing variables from a database. Variables can have values from 0 to 100. I want to maintain the X-axis fixed to 100 even when all 'real' values are lower. I inserted the ...
AlexK's user avatar
  • 1
0 votes
1 answer
23 views

Excel min max formula interpretation

I have following formula in one of my reference book and can't understand what it means, can someone let me know the interpretation of this formula = Min (100%, Max (0, (a2 + b2)1/2 - 10%)) What does ...
amol kulavmode's user avatar
2 votes
1 answer
63 views

When processing a matrix, the c++ code, finding in each of its lines, does not write out a line with the minimum amount, but simply the first line

I need to write a code, with instruction: Write a program that finds the row with the minimum amount in the matrix. If there are several such lines, find the first such line. My code: #include <...
Да не знаю я's user avatar

15 30 50 per page
1
2 3 4 5
204