Top "Minimum" questions

Minimum refers to the value in a collection of values that is the least or smallest.

I have need the N minimum (index) values in a numpy array

Hi I have an array with X amount of values in it I would like to locate the indexs of …

python arrays numpy minimum
Prolog, find minimum in a list

in short: How to find min value in a list? (thanks for the advise kaarel) long story: I have created …

list prolog minimum traversal
Select the minimum value for each row join by another table

I have the following table: Table1 Table2 CardNo ID Record Date ID Name Dept 1 101 8.00 11/7/2013 101 Danny Green 2 101 13.00 11/7/2013 102 Tanya Red 3 101 15.00 11/7/2013 103 Susan Blue 4 102 11.00 11/7/2013 104 …

sql join group-by multiple-tables minimum
C Macro for minimum of two numbers

I want to make a simple macro with #define for returning the smaller of two numbers. How can i do …

c c-preprocessor minimum
Pandas min() of selected row and columns

I am trying to create a column which contains only the minimum of the one row and a few columns, …

python pandas row minimum calculated-columns
How can I find the minimum value in a map?

I have a map and I want to find the minimum value (right-hand side) in the map. Here is how …

c++ dictionary stl stdmap minimum
Finding the minimum of an array using recursion?

Ok, so I've been trying to wrap my head around recursion in Java and I can accomplish easy tasks such …

java recursion minimum
Numpy minimum in (row, column) format

How can I know the (row, column) index of the minimum of a numpy array/matrix? For example, if A = …

python arrays numpy minimum
find max or min in excel, with conditions

In my spreadsheet I have a column with negative and positive values. I need to get the minimum among all …

excel conditional max minimum
Why isn't the CSS property 'line-height' letting me make tight line-spaces in Chrome?

I have a paragraph tag that I defined elsewhere with a line height of 15px, and I have another paragraph …

minimum css