Estimating the length of the longest increasing subsequence (LIS) in an array is a problem of fundamental importance. Despite the significance of the LIS estimation problem and the amount of attention it has received, there are important aspects of the problem that are not yet fully understood. There are no better lower bounds for LIS estimation than the obvious bounds implied by testing monotonicity (for adaptive or nonadaptive algorithms). In this paper, we give the first nontrivial lower bound on the complexity of LIS estimation, and also provide novel algorithms that complement our lower bound.Specifically, for every constant ∈ (0, 1), every nonadaptive algorithm that outputs an estimate of the length of the LIS in an array of length n to within an additive error of n has to make log Ω(log(1/ )) n queries. Next, we design nonadaptive LIS estimation algorithms whose complexity decreases as the the number of distinct values, r, in the array decreases. We first present a simple algorithm that makes Õ(r/ 3 ) queries and approximates the length of the LIS with an additive error bounded by n. This algorithm has better complexity than the best previously known adaptive algorithm (Saks and Seshadhri; 2017) for the same problem when r poly log(n). We then use our algorithm to construct a nonadaptive algorithm with query complexity Õ( √ r •poly(1/λ)) that, for an array in which the LIS is of length at least λn, outputs a multiplicative Ω(λ)-approximation to the length of the LIS. These algorithms bridge the gap between the constant-query LIS estimation for Boolean-valued arrays, and the O(poly log n)query (adaptive) algorithm for the general case (Saks and Seshadhri; 2017). Our algorithm also improves upon state of the art nonadaptive algorithm (Rubinstein, Seddighin, Song, and Sun; for LIS estimation (for r = n) in terms of approximation guarantee.Finally, we present a O(log n)-query nonadaptive erasure-resilient tester for monotonicity. Our result implies that lower bounds on erasure-resilient testing of monotonicity does not give good lower bounds for LIS estimation. It also implies that nonadaptive tolerant testing is strictly harder than nonadaptive erasure-resilient testing for the natural property of monotonicity, thereby making progress towards solving an open question (Raskhodnikova, Ron-Zewi, and Varma; 2019).